Started by user Achim Kraus Running as Achim Kraus Agent basic-1hb2t is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-1hb2t" 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-1hb2t" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-1hb2t" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.californium.svc.cluster.local/californium/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-californium" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-1hb2t (basic) in workspace /home/jenkins/agent/workspace/californium-release [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-pZ8tBKZiyexh/agent.51 SSH_AGENT_PID=53 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/californium-release@tmp/private_key_15147289120813350768.key (/home/jenkins/agent/workspace/californium-release@tmp/private_key_15147289120813350768.key) [ssh-agent] Using credentials eclipse-californium-bot (GitHub bot (SSH)) The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository ssh://git@github.com/eclipse-californium/californium.git > git init /home/jenkins/agent/workspace/californium-release # timeout=10 Fetching upstream changes from ssh://git@github.com/eclipse-californium/californium.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/californium-release@tmp/jenkins-gitclient-ssh1864960227769658178.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- ssh://git@github.com/eclipse-californium/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://git@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 91a8c4700c95c2c311d0ad75228c0b35462d84e8 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 91a8c4700c95c2c311d0ad75228c0b35462d84e8 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 91a8c4700c95c2c311d0ad75228c0b35462d84e8 # timeout=10 Commit message: "Fix response destination on retransmission with identities not based on the ip-address." > git rev-list --no-walk e0e31849e454cba65efd735a52fe258363200332 # timeout=10 [californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.12.0-SNAPSHOT -DRELEASE_VERSION=3.11.0 -DgenerateBackupPoms=false -DnewVersion=3.11.0 versions:set -B 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.11.0-SNAPSHOT [1/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:set (default-cli) @ parent --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/californium-release [INFO] Processing change of org.eclipse.californium:parent:3.11.0-SNAPSHOT -> 3.11.0 [INFO] Processing org.eclipse.californium:parent [INFO] Updating project org.eclipse.californium:parent [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-assembly [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-legal [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-bom [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:demo-certs [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-core [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-osgi [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-proxy2 [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-tests [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-cli-tcp-netty [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-cli [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-cluster [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-encrypt [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-nat [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-oscore [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-pubsub [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-unix-health [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:demo-apps [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:element-connector-tcp-netty [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:element-connector [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:scandium [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-integration-tests [INFO] Updating parent org.eclipse.californium:californium-tests [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:californium-interoperability-tests [INFO] Updating parent org.eclipse.californium:californium-tests [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-benchmark-observe [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-benchmark [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-cocoa [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-extplugtest-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-extplugtest-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-helloworld-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-helloworld-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-plugtest-checker [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-plugtest-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-plugtest-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-proxy2 [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-secure [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-simplefile-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:cf-unix-setup [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:sc-dtls-example-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] Processing org.eclipse.californium:sc-dtls-example-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0-SNAPSHOT to 3.11.0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 3.11.0-SNAPSHOT: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 11.462 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SKIPPED [INFO] Californium (Cf) BOM ............................... SKIPPED [INFO] Californium (Cf) Legal Documents ................... SKIPPED [INFO] Californium (Cf) Demo Certificates ................. SKIPPED [INFO] Californium (Cf) Element Connector ................. SKIPPED [INFO] Scandium (Sc) Core ................................. SKIPPED [INFO] Californium (Cf) Element Connector TCP netty ....... SKIPPED [INFO] Californium (Cf) Core .............................. SKIPPED [INFO] Cf-NAT ............................................. SKIPPED [INFO] Cf-Unix-Health ..................................... SKIPPED [INFO] Cf-Cluster ......................................... SKIPPED [INFO] Cf-command-line-interface .......................... SKIPPED [INFO] Cf-cli-tcp-netty ................................... SKIPPED [INFO] Cf-Encrypt ......................................... SKIPPED [INFO] Californium (Cf) Tests ............................. SKIPPED [INFO] Californium (Cf) Integration Tests ................. SKIPPED [INFO] Californium (Cf) Interoperability Tests ............ SKIPPED [INFO] Californium (Cf) Proxy2 ............................ SKIPPED [INFO] Cf-OSCORE .......................................... SKIPPED [INFO] Cf-PubSub .......................................... SKIPPED [INFO] Californium (Cf) OSGi .............................. SKIPPED [INFO] Californium (Cf) Demo Applications ................. SKIPPED [INFO] Cf-BenchmarkServer ................................. SKIPPED [INFO] Cf-ObserveBenchmarkClient .......................... SKIPPED [INFO] Cf-CoCoAClient ..................................... SKIPPED [INFO] Cf-ExtendedPlugtestClient .......................... SKIPPED [INFO] Cf-PlugtestServer .................................. SKIPPED [INFO] Cf-ExtendedPlugtestServer .......................... SKIPPED [INFO] Cf-HelloWorldClient ................................ SKIPPED [INFO] Cf-HelloWorldServer ................................ SKIPPED [INFO] Cf-PlugtestChecker ................................. SKIPPED [INFO] Cf-PlugtestClient .................................. SKIPPED [INFO] Cf-ExampleCrossProxy2 .............................. SKIPPED [INFO] Cf-SecureServer .................................... SKIPPED [INFO] Californium (Cf) Demo Setup for Unix ............... SKIPPED [INFO] Sc-DTLS-Example-Client ............................. SKIPPED [INFO] Sc-DTLS-Example-Server ............................. SKIPPED [INFO] Cf-SimpleFileServer ................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.852 s [INFO] Finished at: 2024-03-14T05:55:21Z [INFO] ------------------------------------------------------------------------ [californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.12.0-SNAPSHOT -DRELEASE_VERSION=3.11.0 -DsnapshotDependencyAllowed=false -DenableEclipseJarSigner=true -Dmaven.test.failure.ignore=false clean install -B 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.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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] --- 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-release/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/assembly/target/californium-assembly-3.11.0.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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-assembly --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/assembly/target/californium-assembly-3.11.0.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/assembly/target/californium-assembly-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.11.0/californium-assembly-3.11.0.jar [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Californium (Cf) BOM 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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] --- 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-release/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/legal/target/californium-legal-3.11.0.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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-legal --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/legal/target/californium-legal-3.11.0.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/legal/target/californium-legal-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-certs/target/demo-certs-3.11.0.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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-certs --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-certs/target/demo-certs-3.11.0.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-certs/target/demo-certs-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.11.0/demo-certs-3.11.0.jar [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: /home/jenkins/agent/workspace/californium-release/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ element-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Running org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 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.012 s - in org.eclipse.californium.elements.auth.X509CertPathIdentityTest [INFO] Running org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.config.ConfigurationTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.californium.elements.config.ConfigurationTest [INFO] Running org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.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.EndpointContextUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Running org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.UDPConnectorTest 05:55:59.538 WARN [UDPConnector]: UDPConnector (/127.0.0.1:8218) drops 0 bytes to 127.0.0.1:8219 (o.e.c.e.UDPConnector$Sender.work:516) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s - in org.eclipse.californium.elements.UDPConnectorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ element-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest start: 796800444571150 1: 7876 3: 8686 4: 9031 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [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.745 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest [INFO] Running org.eclipse.californium.elements.util.EncryptedStreamUtilTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.californium.elements.util.EncryptedStreamUtilTest [INFO] Running org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Running org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 s - in org.eclipse.californium.elements.util.StatisticTest [INFO] Running org.eclipse.californium.elements.util.ClockUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.eclipse.californium.elements.util.ClockUtilTest [INFO] Running org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Running org.eclipse.californium.elements.util.StringUtilTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.elements.util.StringUtilTest [INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest [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.NamedThreadFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Running org.eclipse.californium.elements.util.BytesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.BytesTest [INFO] Running org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest [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 05:56:04.408 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 05:56:04.411 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 05:56:04.411 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 05:56:04.411 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 05:56:04.414 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 05:56:04.414 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 05:56:04.414 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 05:56:04.414 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 05:56:04.415 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 05:56:04.415 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 05:56:04.415 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 05:56:04.415 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 05:56:04.416 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477) 05:56:04.419 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 05:56:04.420 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 05:56:04.420 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 05:56:04.420 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 05:56:04.423 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 05:56:04.423 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 05:56:04.423 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 05:56:04.423 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 05:56:04.423 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.23 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-release/element-connector/target/element-connector-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/element-connector/target/element-connector-3.11.0-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0.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-release/element-connector/target/element-connector-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector --- [INFO] Comparing [org.eclipse.californium:element-connector:jar:3.10.0] against [org.eclipse.californium:element-connector:jar:3.11.0] (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-release/element-connector/target/element-connector-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0-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.11.0/element-connector-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[183,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[219,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/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-release/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-release/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-release/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-release/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-release/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-release/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-release/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-release/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-release/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-release/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] ------------------------------------------------------- 05:56:19.484 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 05:56:19.527 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 05:56:19.553 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491) 05:56:19.554 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501) [INFO] Running org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 05:56:20.518 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 05:56:20.582 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 05:56:20.589 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491) 05:56:20.589 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501) [INFO] Running org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.255 s - in org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.californium.scandium.dtls.CookieGeneratorTest [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.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.x509.CertificateConfigurationHelperTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [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.044 s - in org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest [INFO] Running org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Running org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.RecordTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.RecordTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [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.AlertMessageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 s - in org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Running org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Running org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s - in org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Running org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.499 s - in org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Running org.eclipse.californium.scandium.ClusterMacTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.eclipse.californium.scandium.ClusterMacTest [INFO] Running org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Running org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [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] ------------------------------------------------------- 05:56:33.401 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 05:56:33.466 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 05:56:33.472 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491) 05:56:33.472 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501) [INFO] Running org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest groups: 37, usable: 5, preferred: 4 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 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.126 s - in org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Running org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.673 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest 05:57:00.513 ERROR [DirectDatagramSocketImpl]: destination port 8259 not available! (E542,T172) 127.0.0.1:8,253 ==> :8,259 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 05:57:00.514 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8259 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3626) 05:57:04.418 WARN [drops]: DTLSConnector drops 1 outgoing bytes to [127.0.0.1:0] without destination-port [] (o.e.c.s.DTLSConnector.send:3143) [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.953 s - in org.eclipse.californium.scandium.DTLSConnectorTest [INFO] Running org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest 05:57:16.918 ERROR [DirectDatagramSocketImpl]: destination port 8300 not available! (E9,579,T272) 127.0.0.1:8,301 ==> :8,300 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 05:57:21.191 ERROR [DirectDatagramSocketImpl]: destination port 8306 not available! (E9,642,T272) 127.0.0.1:8,307 ==> :8,306 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 05:57:25.250 ERROR [DirectDatagramSocketImpl]: destination port 8311 not available! (E9,680,T277) 127.0.0.1:8,312 ==> :8,311 [rec(43 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 05:57:36.125 ERROR [DirectDatagramSocketImpl]: destination port 8326 not available! (E9,808,T277) 127.0.0.1:8,327 ==> :8,326 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.233 s - in org.eclipse.californium.scandium.DTLSConnectorAdvancedTest [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-release/scandium-core/target/scandium-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/scandium-core/target/scandium-3.11.0-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 05:57:56.592 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 05:57:56.661 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 05:57:56.667 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491) 05:57:56.667 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501) [INFO] Running org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.061 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest 05:58:14.545 WARN [DTLSConnector]: Unexpected error occurred while processing record from peer [127.0.0.1:8309] [] (o.e.c.s.DTLSConnector.processRecord:2331) java.lang.IllegalStateException: connector must be started before sending messages is possible at org.eclipse.californium.scandium.DTLSConnector.send(DTLSConnector.java:3153) at org.eclipse.californium.scandium.ConnectorHelper$SimpleRawDataChannel.receiveData(ConnectorHelper.java:559) at org.eclipse.californium.scandium.DTLSConnector.processApplicationDataRecord(DTLSConnector.java:2447) at org.eclipse.californium.scandium.DTLSConnector.processRecord(DTLSConnector.java:2311) at org.eclipse.californium.scandium.DTLSConnector$17.run(DTLSConnector.java:2116) 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) 05:58:14.567 WARN [DTLSConnector]: Unexpected error occurred while processing record from peer [127.0.0.1:8311] [] (o.e.c.s.DTLSConnector.processRecord:2331) java.lang.IllegalStateException: connector must be started before sending messages is possible at org.eclipse.californium.scandium.DTLSConnector.send(DTLSConnector.java:3153) at org.eclipse.californium.scandium.ConnectorHelper$SimpleRawDataChannel.receiveData(ConnectorHelper.java:559) at org.eclipse.californium.scandium.DTLSConnector.processApplicationDataRecord(DTLSConnector.java:2447) at org.eclipse.californium.scandium.DTLSConnector.processRecord(DTLSConnector.java:2311) at org.eclipse.californium.scandium.DTLSConnector$17.run(DTLSConnector.java:2116) at org.eclipse.californium.elements.util.SerialExecutor$1.run(SerialExecutor.java:292) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [INFO] Tests run: 194, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.153 s - in org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 05:58:45.070 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 05:58:45.117 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 05:58:45.123 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:491) 05:58:45.123 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501) [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-release/scandium-core/target/scandium-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ scandium --- [INFO] Comparing [org.eclipse.californium:scandium:jar:3.10.0] against [org.eclipse.californium:scandium:jar:3.11.0] (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-release/scandium-core/target/scandium-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ scandium --- [INFO] Installing org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --------< org.eclipse.californium:element-connector-tcp-netty >--------- [INFO] Building Californium (Cf) Element Connector TCP netty 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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] ------------------------------------------------------- 05:58:53.923 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 05:58:53.985 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 05:58:53.991 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491) 05:58:53.991 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501) [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s - in org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.225 s - in org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.469 s - in org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpConnectorTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.645 s - in org.eclipse.californium.elements.tcp.netty.TcpConnectorTest [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-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.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-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-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.10.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:3.11.0] (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-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.11.0/element-connector-tcp-netty-3.11.0-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.11.0/element-connector-tcp-netty-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/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-release/californium-core/src/test/java/org/eclipse/californium/core/test/OptionTest.java:[35,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/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-release/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1161,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1163,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[127,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[136,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[138,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[148,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[150,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[173,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[181,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[190,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[192,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[224,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[227,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[237,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[239,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[249,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[251,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/lockstep/ObserveServerSideTest.java:[745,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/MemoryLeakingHashMapTest.java:[480,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Running org.eclipse.californium.core.test.OptionTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.californium.core.test.OptionTest [INFO] Running org.eclipse.californium.core.test.MaliciousClientTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.018 s - in org.eclipse.californium.core.test.MaliciousClientTest [INFO] Running org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest [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 s - in org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Running org.eclipse.californium.core.coap.CoapTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.coap.CoapTest [INFO] Running org.eclipse.californium.core.coap.BlockOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.core.coap.BlockOptionTest [INFO] Running org.eclipse.californium.core.coap.MessageTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.coap.MessageTest [INFO] Running org.eclipse.californium.core.coap.LinkFormatTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.californium.core.coap.LinkFormatTest [INFO] Running org.eclipse.californium.core.coap.RequestTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.californium.core.coap.RequestTest [INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Running org.eclipse.californium.core.network.serialization.DataParserTest [WARNING] Tests run: 60, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s - in org.eclipse.californium.core.network.serialization.DataParserTest [INFO] Running org.eclipse.californium.core.network.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.CoapUdpStackTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Running org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Running org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Running org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Running org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.31 s - in org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest 05:59:37.380 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.179 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Running org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.EndpointManagerTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.core.network.EndpointManagerTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s - in org.eclipse.californium.core.network.UdpMatcherTest [INFO] Running org.eclipse.californium.core.network.CoapEndpointTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.californium.core.network.CoapEndpointTest [INFO] Running org.eclipse.californium.core.network.TcpMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s - in org.eclipse.californium.core.network.TcpMatcherTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Running org.eclipse.californium.core.server.CoapServerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.californium.core.server.CoapServerTest [INFO] Running org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Running org.eclipse.californium.core.multicast.MulticastTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.865 s - in org.eclipse.californium.core.multicast.MulticastTest [INFO] Running org.eclipse.californium.core.observe.ObserveRelationTest 05:59:48.239 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.037 s - in org.eclipse.californium.core.observe.ObserveRelationTest [INFO] Running org.eclipse.californium.core.observe.ObservationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.observe.ObservationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 317, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.ResourceTreeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.californium.core.test.ResourceTreeTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest 0005: CON [MID=21142, T=DCC97FF3B95C1704], PUT, /test, 1:0/1/128, size1(290) -----> 0023: <----- ACK [MID=21142, T=DCC97FF3B95C1704], 2.31, 1:0/1/128 0023: CON [MID=21143, T=2C841EDCB2DB9747], PUT, /test, 1:1/1/128 -----> 0024: <----- ACK [MID=21143, T=2C841EDCB2DB9747], 2.31, 1:1/1/32 0024: CON [MID=21144, T=E0FA13CD87490350], PUT, /test, 1:8/1/32 -----> 0025: <----- ACK [MID=21144, T=E0FA13CD87490350], 2.31, 1:8/1/32 0025: CON [MID=21145, T=34C9F72DEA955233], PUT, /test, 1:9/0/32 -----> 0026: <----- ACK [MID=21145, T=34C9F72DEA955233], 2.04, 1:9/0/32 0002: CON [MID=27295, T=6C0AC70F8202D219], GET, /test, 2:2/0/128 -----> 0003: <----- ACK [MID=27295, T=6C0AC70F8202D219], 2.05, 2:2/0/128 0001: CON [MID=62028, T=F8BECEE438AEFF95], GET, /test, 2:0/0/64 -----> 0002: <----- ACK [MID=62028, T=F8BECEE438AEFF95], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=62029, T=3CE5D0E90CBC3E7C], GET, /test, 2:1/0/64 -----> 0004: <----- ACK [MID=62029, T=3CE5D0E90CBC3E7C], 2.05, 2:1/1/64 0004: CON [MID=62030, T=A0280D68DA693F31], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=62030, T=A0280D68DA693F31], 2.05, 2:2/0/64 0002: CON [MID=25297, T=5883FC78C622149C], GET, /test -----> 0003: <----- ACK [MID=25297, T=5883FC78C622149C], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0003: CON [MID=25298, T=B0C27C60ADFC7435], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=25298, T=B0C27C60ADFC7435], 2.05, 2:1/1/128, ETags([0001]) 0004: CON [MID=25299, T=B4522E29489207E5], GET, /test, 2:2/0/128 -----> 0005: <----- ACK [MID=25299, T=B4522E29489207E5], 2.05, 2:2/0/128, ETags([0001]) 0002: CON [MID=29553, T=585C338C7A45D2FA], PUT, /test -----> 0002: <----- ACK [MID=29553, T=585C338C7A45D2FA], 4.13, 1:0/0/64 0003: CON [MID=29554, T=585C338C7A45D2FA], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=29554, T=585C338C7A45D2FA], 2.31, 1:0/1/64 0004: CON [MID=29555, T=84F063F0E4C8AAC5], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=29555, T=84F063F0E4C8AAC5], 2.04, 1:1/0/64 0001: CON [MID=62908, T=C0ECFD65B2A4ECFE], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=62908, T=C0ECFD65B2A4ECFE], 2.31, 1:0/1/256 0002: CON [MID=62909, T=0C8CA65B25AD753C], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=62909, T=0C8CA65B25AD753C], 2.31, 1:1/1/256 0003: CON [MID=62910, T=486D6ED5B4108818], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=62910, T=486D6ED5B4108818], 2.04, 1:2/0/256 0001: Establish observe relation to test1 0002: CON [MID=58675, T=053857449F656197], GET, /test1, observe(0) -----> 0003: <----- ACK [MID=58675, T=053857449F656197], 2.05, 2:0/1/128, observe(62350), size2(300) 0004: CON [MID=58676, T=D06FBB81823AC4EF], GET, /test1, 2:1/0/128 -----> 0005: <----- ACK [MID=58676, T=D06FBB81823AC4EF], 2.05, 2:1/1/128 0005: CON [MID=58677, T=98110DCCB476FEE6], GET, /test1, 2:2/0/128 -----> 0005: <----- ACK [MID=58677, T=98110DCCB476FEE6], 2.05, 2:2/0/128 0006: ... time passes ... 0006: <----- CON [MID=8001, T=053857449F656197], 2.05, 2:0/1/128, observe(62354), size2(280) 0007: ACK [MID=8001] -----> 0007: CON [MID=58678, T=FC07C402EAE32639], GET, /test1, 2:1/0/128 -----> 0008: <----- ACK [MID=58678, T=FC07C402EAE32639], 2.05, 2:1/1/128 0008: CON [MID=58679, T=08BB70FEFC13ED1B], GET, /test1, 2:2/0/128 -----> 0009: <----- ACK [MID=58679, T=08BB70FEFC13ED1B], 2.05, 2:2/0/128 0009: ... time passes ... 0009: <----- CON [MID=8002, T=053857449F656197], 2.05, 2:0/1/128, observe(17), size2(290) 0009: ACK [MID=8002] -----> 0010: CON [MID=58680, T=2813C798B2FBFBB8], GET, /test1, 2:1/0/128 -----> 0010: Server sends third notification during transfer 0010: <----- CON [MID=8003, T=053857449F656197], 2.05, 2:0/1/128, observe(19), size2(290) 0011: <----- ACK [MID=58680, T=2813C798B2FBFBB8], 2.05, 2:1/1/128 0011: ACK [MID=8003] -----> 0011: CON [MID=58681, T=FC6D75A4575E2D32], GET, /test1, 2:1/0/128 -----> 0012: Send old notification during transfer 0012: <----- CON [MID=8004, T=053857449F656197], 2.05, 2:0/1/128, observe(18), size2(290) 0012: <----- ACK [MID=58681, T=FC6D75A4575E2D32], 2.05, 2:1/1/128 0012: ACK [MID=8004] -----> 0013: CON [MID=58682, T=AC09C15C321F8495], GET, /test1, 2:2/0/128 -----> 0013: <----- ACK [MID=58682, T=AC09C15C321F8495], 2.05, 2:2/0/128 0001: CON [MID=3367, T=501FA2D7372F6E8C], PUT, /test -----> 0002: <----- ACK [MID=3367, T=501FA2D7372F6E8C], 4.13 0002: CON [MID=3368, T=501FA2D7372F6E8C], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=3368, T=501FA2D7372F6E8C], 4.13, 1:0/1/32 0003: CON [MID=3369, T=B0909C1FB2EEFEAC], PUT, /test, 1:0/1/32, size1(128) -----> 0004: <----- ACK [MID=3369, T=B0909C1FB2EEFEAC], 2.31, 1:0/1/32 0004: CON [MID=3370, T=B896EB482E46E5CB], PUT, /test, 1:1/1/32 -----> 0005: <----- ACK [MID=3370, T=B896EB482E46E5CB], 2.31, 1:1/1/32 0005: CON [MID=3371, T=20F91FF3393545E0], PUT, /test, 1:2/1/32 -----> 0006: <----- ACK [MID=3371, T=20F91FF3393545E0], 2.31, 1:2/1/32 0006: CON [MID=3372, T=ECB134BA635B5972], PUT, /test, 1:3/0/32 -----> 0006: <----- ACK [MID=3372, T=ECB134BA635B5972], 2.04, 1:3/0/32 0001: CON [MID=38668, T=04BEE48AB82DF371], GET, /test -----> 0002: <----- ACK [MID=38668, T=04BEE48AB82DF371], 2.05, 2:0/1/256, size2(300) 0002: CON [MID=38669, T=042F06511B64D001], GET, /test, 2:2/0/128 -----> // lost 0203: CON [MID=38669, T=042F06511B64D001], GET, /test, 2:2/0/128 -----> 0204: <----- ACK [MID=38669, T=042F06511B64D001], 2.05, 2:2/0/128 0002: CON [MID=6854, T=3C9877DF81FC6A60], GET, /test -----> 0003: <----- ACK [MID=6854, T=3C9877DF81FC6A60], 2.05, 2:0/1/128 0003: CON [MID=6855, T=9CABB7049CF99D93], GET, /test, 2:1/0/128 -----> 0204: CON [MID=6855, T=9CABB7049CF99D93], GET, /test, 2:1/0/128 -----> 0002: CON [MID=45219, T=240B1E85C4B5CBBF], GET, /test -----> 0003: <----- ACK [MID=45219, T=240B1E85C4B5CBBF], 2.05, 2:0/1/128 0003: CON [MID=45220, T=3C00CF7493770684], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=45220, T=3C00CF7493770684], 2.05, 2:1/1/128 0004: CON [MID=45221, T=445A8782201D399C], GET, /test, 2:2/0/128 -----> 0005: <----- ACK [MID=45221] 0002: CON [MID=20110, T=2C78A8B1E083DA31], PUT, /test, 1:0/1/128, size1(138) -----> 0002: <----- ACK [MID=20110, T=2C78A8B1E083DA31], 4.13, 1:0/0/64 0003: CON [MID=20111, T=E4F3164DB481560B], PUT, /test, 1:0/1/64, size1(138) -----> 0003: <----- ACK [MID=20111, T=E4F3164DB481560B], 2.31, 1:0/1/64 0004: CON [MID=20112, T=90999E58D75E8055], PUT, /test, 1:1/1/64 -----> 0004: <----- ACK [MID=20112, T=90999E58D75E8055], 2.31, 1:1/1/64 0005: CON [MID=20113, T=E08D9C314012A2B1], PUT, /test, 1:2/0/64 -----> 0005: <----- ACK [MID=20113, T=E08D9C314012A2B1], 2.04, 1:2/0/64 0002: CON [MID=63537, T=88FC2186D01016B0], GET, /test -----> 0003: <----- ACK [MID=63537, T=88FC2186D01016B0], 2.05, 2:0/1/128 0003: CON [MID=63538, T=7CC0BC5D4BC60620], GET, /test, 2:1/0/128 -----> 0004: CON [MID=63539, T=C091563B6CA29542], GET, /test -----> 0005: <----- ACK [MID=63539, T=C091563B6CA29542], 2.05, 2:0/1/128 0005: CON [MID=63540, T=4CCCFB78E0DE87A1], GET, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=63538, T=7CC0BC5D4BC60620], 2.05, 2:1/0/128 0005: <----- ACK [MID=63540, T=4CCCFB78E0DE87A1], 2.05, 2:1/0/128 0001: CON [MID=28965, T=80D905CA721546BD], GET, /test -----> 0002: <----- ACK [MID=28965, T=80D905CA721546BD], 2.05, 2:0/1/128 0002: CON [MID=28966, T=F8A8622FE3DD0777], GET, /test, 2:1/0/128 -----> 0203: CON [MID=28966, T=F8A8622FE3DD0777], GET, /test, 2:1/0/128 -----> 0228: <----- ACK [MID=28966, T=F8A8622FE3DD0777], 2.05, 2:1/1/128 0228: CON [MID=28967, T=E847540F765A6A54], GET, /test, 2:2/0/128 -----> 0429: CON [MID=28967, T=E847540F765A6A54], GET, /test, 2:2/0/128 -----> 0454: <----- ACK [MID=28967, T=E847540F765A6A54], 2.05, 2:2/0/128 0455: // next transfer 0455: CON [MID=28968, T=403B9814C2E413BD], GET, /test -----> 0456: <----- ACK [MID=28968, T=403B9814C2E413BD], 2.05, 2:0/1/128 0456: CON [MID=28969, T=90E76FCD6EC35F47], GET, /test, 2:1/0/128 -----> 0657: CON [MID=28969, T=90E76FCD6EC35F47], GET, /test, 2:1/0/128 -----> 0682: <----- ACK [MID=28969, T=90E76FCD6EC35F47], 2.05, 2:1/1/128 0682: CON [MID=28970, T=909380F0A377650D], GET, /test, 2:2/0/128 -----> 0883: CON [MID=28970, T=909380F0A377650D], GET, /test, 2:2/0/128 -----> 0908: <----- ACK [MID=28970, T=909380F0A377650D], 2.05, 2:2/0/128 0002: CON [MID=40300, T=44AB9BB51F7B6265], PUT, /test, 1:0/1/128, size1(260) -----> 0003: <----- ACK [MID=40300, T=44AB9BB51F7B6265], 2.31, 1:0/0/128 0004: CON [MID=40301, T=0C1A23FF8D38434A], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=40301, T=0C1A23FF8D38434A], 4.13, 1:1/0/64 0002: CON [MID=20812, T=580C5AF3B90F90DA], PUT, /test, 1:0/1/128, size1(200) -----> 0002: <----- ACK [MID=20812, T=580C5AF3B90F90DA], 2.31, 1:0/1/32 0003: CON [MID=20813, T=80458AEB2EF6542B], PUT, /test, 1:4/1/32 -----> 0003: <----- ACK [MID=20813, T=80458AEB2EF6542B], 2.31, 1:4/1/32 0003: CON [MID=20814, T=7417A463E25C79A5], PUT, /test, 1:5/1/32 -----> 0004: <----- ACK [MID=20814, T=7417A463E25C79A5], 2.31, 1:5/1/32 0004: CON [MID=20815, T=9485DA749A642EFC], PUT, /test, 1:6/0/32 -----> 0005: <----- ACK [MID=20815, T=9485DA749A642EFC], 2.04, 1:6/0/32 0002: CON [MID=38720, T=CC517FF7F3356F6D], GET, /test, 2:0/0/64 -----> 0002: <----- ACK [MID=38720, T=CC517FF7F3356F6D], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=38721, T=B4B57DB91807DE4D], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=38720, T=CC517FF7F3356F6D], 2.05, 2:0/1/64, size2(170) 0203: CON [MID=38721, T=B4B57DB91807DE4D], GET, /test, 2:1/0/64 -----> 0204: <----- ACK [MID=38721, T=B4B57DB91807DE4D], 2.05, 2:1/1/64 0205: CON [MID=38722, T=E861C4EB606124DF], GET, /test, 2:2/0/64 -----> 0205: <----- ACK [MID=38722, T=E861C4EB606124DF], 2.05, 2:2/0/64 0002: CON [MID=15307, T=D4F5F9F50A01261F], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=15307, T=D4F5F9F50A01261F], 2.31, 1:1/0/128 0003: CON [MID=15308, T=E8CB322056A9C3F6], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=15308] 0002: CON [MID=62871, T=B80EF4AC4C5D398B], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=62871, T=B80EF4AC4C5D398B], 2.31, 1:0/1/128 0003: CON [MID=62872, T=CC40751038586928], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=62872, T=CC40751038586928], 2.31, 1:1/1/128 0003: CON [MID=62873, T=B495351BF4047687], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=62873, T=B495351BF4047687], 4.08 0001: CON [MID=30023, T=E0ED92B9B91C6F10], PUT, /test -----> 0002: <----- ACK [MID=30023, T=E0ED92B9B91C6F10], 4.13, size1(90) 0002: CON [MID=30024, T=E0ED92B9B91C6F10], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=30024, T=E0ED92B9B91C6F10], 2.31, 1:0/1/64 0003: CON [MID=30025, T=CCAF712589D773C6], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=30025, T=CCAF712589D773C6], 2.04, 1:1/0/64 0001: CON [MID=3931, T=F0E342EBBEC5F023], PUT, /test, 1:0/1/128, size1(1034) -----> 0002: <----- ACK [MID=3931, T=F0E342EBBEC5F023], 4.13, size1(1024) 0001: CON [MID=49897, T=AC3D794CAAC78410], PUT, /test, 1:0/1/128, size1(300) -----> 0002: CON [MID=49898, T=70451EEA6E78591D], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=49897, T=AC3D794CAAC78410], 2.31, 1:0/1/128 0002: <----- ACK [MID=49898, T=70451EEA6E78591D], 2.31, 1:0/1/128 0003: CON [MID=49899, T=40C54C6C6E52EB2F], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=49899, T=40C54C6C6E52EB2F], 2.31, 1:1/1/128 0003: CON [MID=49900, T=2C126295E55BDD03], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=49900, T=2C126295E55BDD03], 2.04, 1:2/0/128 0001: CON [MID=54038, T=8496342DBDBB9ADF], POST, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=54038, T=8496342DBDBB9ADF], 2.31, 1:0/1/128 0002: CON [MID=54039, T=D8D8433C8EB7359D], POST, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=54039, T=D8D8433C8EB7359D], 2.31, 1:1/1/128 0003: CON [MID=54040, T=EC48F04696A0D8D1], POST, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=54040, T=EC48F04696A0D8D1], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0003: CON [MID=54041, T=FC5EB84CAC0EDD9F], POST, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=54041, T=FC5EB84CAC0EDD9F], 2.04, 2:1/1/128, ETags([0001]) 0004: CON [MID=54042, T=54ACFB522C7F9E6D], POST, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=54042, T=54ACFB522C7F9E6D], 2.04, 2:2/1/128, ETags([0001]) 0005: CON [MID=54043, T=507D91B65AE694AD], POST, /test, 2:3/0/128 -----> 0005: <----- ACK [MID=54043, T=507D91B65AE694AD], 2.04, 2:3/0/128, ETags([0001]) 0001: CON [MID=16439, T=E0E24DCA06D72438], PUT, /test, 1:0/1/128, size1(138) -----> 0002: <----- ACK [MID=16439, T=E0E24DCA06D72438], 4.13, 1:0/0/128 0001: CON [MID=54118, T=8C8C4FB23041230E], GET, /test -----> 0002: <----- ACK [MID=54118, T=8C8C4FB23041230E], 2.05, 2:0/1/128, size2(300) 0002: CON [MID=54119, T=A811252B12509FFD], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=54119, T=A811252B12509FFD], 2.05, 2:1/1/128 0003: CON [MID=54120, T=B0340F1EF2D04373], GET, /test, 2:2/0/128 (should be dropped by error) 0004: CON [MID=54120, T=B0340F1EF2D04373], GET, /test, 2:2/0/128 -----> (dropped) 0001: CON [MID=58336, T=785E8201BBD5250D], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=58336, T=785E8201BBD5250D], 2.31, 1:0/0/128 0002: CON [MID=58337, T=88B39673AB59B5E1], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=58337, T=88B39673AB59B5E1], 2.31, 1:1/0/128 0002: CON [MID=8361, T=803DA505BF2EB661], GET, /test -----> 0002: <----- ACK [MID=8361, T=803DA505BF2EB661], 2.05, 2:0/1/128 0003: CON [MID=8362, T=2C60A8A2649CDC28], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=8362, T=2C60A8A2649CDC28], 2.05, 2:1/1/128 0004: CON [MID=8363, T=909EC373F4E4AD5E], GET, /test, 2:2/0/128 -----> 0002: CON [MID=34026, T=F44C8FB988798875], PUT, /test, 1:0/1/128, size1(250) -----> 0003: <----- ACK [MID=34026, T=F44C8FB988798875], 2.31, 1:0/0/128 0003: CON [MID=34027, T=745375CD9E74B039], PUT, /test, 1:1/0/128 -----> 0003: <----- ACK [MID=34027, T=745375CD9E74B039], 4.13, 1:1/0/64 05:59:51.936 WARN [BlockwiseLayer]: cannot process next block request, aborting request! (o.e.c.c.n.s.BlockwiseLayer.sendNextBlock:1118) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0001: CON [MID=29702, T=DC66B627101FB533], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=29702, T=DC66B627101FB533], 2.31, 1:0/1/128 0002: CON [MID=29703, T=144744EE275F3D64], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=29703, T=144744EE275F3D64], 2.31, 1:1/1/128 0003: CON [MID=29704, T=3C4B6E97068D8253], PUT, /test, 1:2/0/128 (should be dropped by error) 0003: CON [MID=29704, T=3C4B6E97068D8253], PUT, /test, 1:2/0/128 -----> (dropped) 0001: CON [MID=13797, T=10ECCE7199BC57D2], GET, /test -----> 0002: <----- ACK [MID=13797, T=10ECCE7199BC57D2], 2.05, 2:0/1/128, size2(1034) 0001: CON [MID=38275, T=E80623C09AACEDEA], PUT, /test -----> 0002: <----- ACK [MID=38275, T=E80623C09AACEDEA], 4.13 0002: CON [MID=38276, T=E80623C09AACEDEA], PUT, /test, 1:0/1/64, size1(128) -----> 0002: <----- ACK [MID=38276, T=E80623C09AACEDEA], 2.31, 1:0/1/64 0003: CON [MID=38277, T=1CE677492CD94A9E], PUT, /test, 1:1/0/64 -----> 0003: <----- ACK [MID=38277, T=1CE677492CD94A9E], 2.04, 1:1/0/64 0001: CON [MID=516, T=4408C0A10B602A44], GET, /test -----> 0002: <----- ACK [MID=516, T=4408C0A10B602A44], 2.05, 2:0/1/128 0002: CON [MID=517, T=58BA8BBAE772CB19], GET, /test, 2:1/0/128 -----> 0202: CON [MID=517, T=58BA8BBAE772CB19], GET, /test, 2:1/0/128 -----> 0228: <----- ACK [MID=517, T=58BA8BBAE772CB19], 2.05, 2:1/1/128 0228: CON [MID=518, T=34B7606354071538], GET, /test, 2:2/0/128 -----> 0429: CON [MID=518, T=34B7606354071538], GET, /test, 2:2/0/128 -----> 0002: CON [MID=47614, T=801CAA0678AB2CC9], PUT, /test -----> 0002: <----- ACK [MID=47614, T=801CAA0678AB2CC9], 4.13 0003: CON [MID=47615, T=801CAA0678AB2CC9], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=47615, T=801CAA0678AB2CC9], 4.13 0001: CON [MID=26422, T=9897C59BD124FA18], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=26422, T=9897C59BD124FA18], 2.31, 1:0/1/128 0002: CON [MID=26423, T=9C14B6FF98993FD7], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=26423, T=9C14B6FF98993FD7], 2.31, 1:1/1/128 0003: CON [MID=26424, T=18C855FA0384D7E6], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=26424, T=18C855FA0384D7E6], 2.04, 1:2/0/128 0001: CON [MID=8566, T=048439CF9D5D08E3], PUT, /test, 1:0/1/128, size1(400) -----> 0002: <----- ACK [MID=8566, T=048439CF9D5D08E3], 2.31, 1:1/0/128 0002: CON [MID=8567, T=C023C44CA181E4FF], PUT, /test, 1:1/1/128 -----> 0203: CON [MID=8567, T=C023C44CA181E4FF], PUT, /test, 1:1/1/128 -----> 0228: <----- ACK [MID=8567, T=C023C44CA181E4FF], 2.31, 1:2/0/128 0228: CON [MID=8568, T=34781B399169644C], PUT, /test, 1:2/1/128 -----> 0429: CON [MID=8568, T=34781B399169644C], PUT, /test, 1:2/1/128 -----> [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.368 s - in org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveServerSideTest 0004: CON [MID=7001, T=0B], GET, /obs, observe(0) -----> 0006: <----- ACK [MID=7001, T=0B], 2.05, observe(0), ETags([0001]) 0006: Observe relation established 0007: <----- NON [MID=59366, T=0B], 2.05, observe(1), ETags([0002]) 0007: <----- NON [MID=59367, T=0B], 2.05, observe(2), ETags([0003]) 0008: <----- NON [MID=59368, T=0B], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe) 0008: RST [MID=59366] -----> 0208: NON [MID=7001, T=0C], GET, /obs, 2:0/0/16, observe(0) -----> 0209: <----- NON [MID=20548, T=0C], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005]) 0210: NON [MID=7002, T=0C], GET, /obs, 2:1/0/16, ETags([0005]) -----> 0211: <----- NON [MID=20549, T=0C], 2.05, 2:1/0/16, ETags([0005]) 0211: Observe relation established 0211: <----- NON [MID=20550, T=0C], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006]) 0212: NON [MID=7003, T=0C], GET, /obs, 2:1/0/16, ETags([0006]) -----> 0212: <----- NON [MID=20551, T=0C], 2.05, 2:1/0/16, ETags([0006]) 0213: <----- CON [MID=20552, T=0C], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007]) 0213: ACK [MID=20552] -----> 0213: NON [MID=7004, T=0C], GET, /obs, 2:1/0/16, ETags([0007]) -----> 0214: <----- NON [MID=20553, T=0C], 2.05, 2:1/0/16, ETags([0007]) 0214: <----- NON [MID=20554, T=0C], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe) 0215: RST [MID=20554] -----> 0415: CON [MID=7001, T=0D], GET, /obs, observe(0) -----> 0415: <----- ACK [MID=7001, T=0D], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009]) 0416: Observe relation established 0416: CON [MID=7002, T=0E], GET, /obs, 2:1/0/32, ETags([0009]) -----> 0416: <----- ACK [MID=7002, T=0E], 2.05, 2:1/1/32, ETags([0009]) 0417: CON [MID=7003, T=0E], GET, /obs, 2:2/0/32, ETags([0009]) -----> 0417: <----- ACK [MID=7003, T=0E], 2.05, 2:2/0/32, ETags([0009]) 0417: === changed === 0417: <----- CON [MID=4605, T=0D], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A]) 0418: ACK [MID=4605] -----> 0418: CON [MID=7004, T=0F], GET, /obs, 2:1/0/32, ETags([000A]) -----> 0418: <----- ACK [MID=7004, T=0F], 2.05, 2:1/1/32, ETags([000A]) 0418: CON [MID=7005, T=0F], GET, /obs, 2:2/0/32, ETags([000A]) -----> 0419: <----- ACK [MID=7005, T=0F], 2.05, 2:2/0/32, ETags([000A]) 0419: === changed === 0419: <----- CON [MID=4606, T=0D], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe) 0420: RST [MID=4606] -----> 0619: NON [MID=7001, T=10], GET, /obs, observe(0) -----> 0620: <----- NON [MID=58468, T=10], 2.05, observe(8), ETags([000C]) 0620: Observe relation established 0620: <----- NON [MID=58469, T=10], 2.05, observe(9), ETags([000D]) 0620: <----- CON [MID=58470, T=10], 2.05, observe(10), ETags([000E]) 0621: ACK [MID=58470] -----> 0721: <----- NON [MID=58471, T=10], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe) 0721: RST [MID=58471] -----> 05:59:53.845 WARN [BaseCoapStack]: error send response NON-2.05 MID=41119, Token=11, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 5079635339" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0847: CON [MID=7001, T=11], GET, /obs, observe(0) -----> 0847: <----- ACK [MID=7001, T=11], 2.05, observe(11), ETags([0010]) 0847: // Observe relation established 0848: <----- NON [MID=41118, T=11], 2.05, observe(12), ETags([0011]) 0848: (should be dropped by error) NON [MID=41119, T=11], 2.05, observe(13), ETags([0012]) 0848: (dropped) <--- NON [MID=41119, T=11], 2.05, observe(13), ETags([0012]) 0948: <----- NON [MID=41120, T=11], 2.05, observe(14), ETags([0013]) 0948: // Reject 1. notification (cancel observe) 0949: RST [MID=41118] -----> 1074: CON [MID=7001, T=12], GET, /obs, observe(0) -----> 1075: <----- ACK [MID=7001, T=12], 2.05, observe(14), ETags([0014]) 1075: Observe relation established 1075: <----- CON [MID=23369, T=12], 2.05, observe(15), ETags([0015])// lost 1276: <----- CON [MID=23369, T=12], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe) 1276: RST [MID=23369] -----> 1476: CON [MID=7001, T=13], GET, /obs, observe(0) -----> 1476: <----- ACK [MID=7001, T=13], 2.05, observe(15), ETags([0016]) 1477: Observe relation established 1477: <----- CON [MID=34191, T=13], 2.05, observe(16), ETags([0017])// lost 1677: <----- CON [MID=34191, T=13], 2.05, observe(16), ETags([0017])// lost (1. retransmission) 1878: <----- CON [MID=34192, T=13], 2.05, observe(17), ETags([0018])// lost (2. retransmission) 2078: <----- CON [MID=34193, T=13], 2.05, observe(18), ETags([0019])// lost (3. retransmission) 2279: <----- CON [MID=34193, T=13], 2.05, observe(18), ETags([0019])// lost (4. retransmission) 2481: CON [MID=7001, T=14], GET, /obs, observe(0) -----> 2481: <----- ACK [MID=7001, T=14], 2.05, observe(18), ETags([001A]) 2482: Observe relation established 2482: <----- NON [MID=39045, T=14], 2.05, observe(19), ETags([001B]) 2488: <----- CON [MID=39046, T=14], 2.05, observe(20), ETags([001C]) 2688: <----- CON [MID=39047, T=14], 2.05, observe(21), ETags([001D]) 2889: <----- CON [MID=39048, T=14], 2.05, observe(22), ETags([001E]) 3089: <----- CON [MID=39048, T=14], 2.05, observe(22), ETags([001E]) 3290: <----- CON [MID=39049, T=14], 2.05, observe(23), ETags([001F]) 3290: ACK [MID=39049] -----> 3291: <----- CON [MID=39050, T=14], 2.05, observe(24), ETags([0020]) 3291: ACK [MID=39050] -----> 3292: <----- CON [MID=39051, T=14], 2.05, observe(26), ETags([0022]) 3292: ACK [MID=39051] -----> 3369: NON [MID=7001, T=15], GET, /obs, observe(0) -----> 3369: <----- NON [MID=16442, T=15], 2.05, observe(26), ETags([0023]) 3369: Observe relation established 3370: <----- CON [MID=16443, T=15], 2.05, observe(27), ETags([0024]) 3370: ACK [MID=16443] -----> 3370: <----- CON [MID=16444, T=15], 2.05, observe(28), ETags([0025]) 3371: RST [MID=16444] -----> 3644: CON [MID=7001, T=16], GET, /obs, observe(0) -----> 3645: <----- ACK [MID=7001, T=16], 2.05, observe(28), ETags([0026]) 3645: Observe relation established 3645: <----- NON [MID=3751, T=16], 2.05, observe(29), ETags([0027]) 3646: <----- NON [MID=3752, T=16], 2.05, observe(30), ETags([0028]) 3646: <----- CON [MID=3753, T=16], 2.05, observe(31), ETags([0029]) 3646: ACK [MID=3753] -----> 3647: <----- NON [MID=3754, T=16], 2.05, observe(32), ETags([002A]) 3647: <----- CON [MID=3755, T=16], 2.05, observe(33), ETags([002B]) // lost 3848: <----- CON [MID=3755, T=16], 2.05, observe(33), ETags([002B]) // lost 4048: <----- CON [MID=3755, T=16], 2.05, observe(33), ETags([002B]) // lost 4248: <----- CON [MID=3755, T=16], 2.05, observe(33), ETags([002B]) // lost 4449: <----- CON [MID=3755, T=16], 2.05, observe(33), ETags([002B]) // lost 4651: CON [MID=7001, T=17], GET, /obs, observe(0) -----> 4651: <----- ACK [MID=7001, T=17], 2.05, observe(33), ETags([002C]) 4651: Observe relation established 4652: === changed === 4652: <----- CON [MID=46237, T=17], 2.05, 2:0/1/32, observe(34), size2(80), ETags([002D]) 4652: ACK [MID=46237] -----> 4653: CON [MID=7002, T=18], GET, /obs, 2:1/0/32, ETags([002D]) -----> 4653: <----- ACK [MID=7002, T=18], 2.05, 2:1/1/32, ETags([002D]) 05:59:57.875 WARN [BaseCoapStack]: error send response NON-2.05 MID=50437, Token=19, OptionSet={"ETag":0x0030, "Observe":36}, "Second notification 6917160367" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 4877: CON [MID=7001, T=19], GET, /obs, observe(0) -----> 4877: <----- ACK [MID=7001, T=19], 2.05, observe(34), ETags([002E]) 4877: // Observe relation established 4878: <----- NON [MID=50436, T=19], 2.05, observe(35), ETags([002F]) 4878: (should be dropped by error) NON [MID=50437, T=19], 2.05, observe(36), ETags([0030]) 4878: (dropped) <--- NON [MID=50437, T=19], 2.05, observe(36), ETags([0030]) 4978: // Reject 1. notification (cancel observe) 4978: RST [MID=50436] -----> 5252: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 5253: <----- ACK [MID=7001, T=1A], 2.05, observe(36), ETags([0031]) 5253: Observe relation established 5253: <----- NON [MID=57126, T=1A], 2.05, observe(37), ETags([0032]) 5253: <----- CON [MID=57127, T=1A], 2.05, observe(38), ETags([0033]) 5454: <----- CON [MID=57128, T=1A], 2.05, observe(39), ETags([0034]) 5654: <----- CON [MID=57129, T=1A], 2.05, observe(40), ETags([0035]) 5855: <----- CON [MID=57129, T=1A], 2.05, observe(40), ETags([0035]) 6055: <----- CON [MID=57130, T=1A], 2.05, observe(41), ETags([0036]) 6055: server cancels observe relation 6257: CON [MID=7001, T=1B], GET, /obs, observe(0) -----> 6258: <----- ACK [MID=7001, T=1B], 2.05, observe(41), ETags([0037]) 6258: Observe relation established 6258: CON [MID=7001, T=1B], GET, /obs, observe(0) -----> 6259: <----- ACK [MID=7001, T=1B], 2.05, observe(41), ETags([0037]) 6409: CON [MID=7001, T=1C], GET, /obs, observe(0) -----> 6409: <----- ACK [MID=7001] 6409: <----- NON [MID=7492, T=1C], 2.05, observe(41), ETags( [0038])6410: Observe relation established 6410: CON [MID=7001, T=1C], GET, /obs, observe(0) -----> 6410: <----- ACK [MID=7001] 6410: <----- NON [MID=7492, T=1C], 2.05, observe(41), ETags([0038]) 6411: CON [MID=7002, T=1C], GET, /obs, observe(1) -----> 6411: <----- ACK [MID=7002] 6411: <----- CON [MID=7493, T=1C], 2.05, ETags([0039]) 6411: ACK [MID=7493] -----> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.632 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest 0005: CON [MID=17001, T=1D], GET, /con -----> 0012: <----- ACK [MID=17001] 0012: <----- CON [MID=32736, T=1D], 2.05 0013: ACK [MID=32736] -----> 0002: CON [MID=17001, T=1E], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: <----- CON [MID=37829, T=1E], 2.05 0203: <----- CON [MID=37829, T=1E], 2.05 0203: ACK [MID=37829] -----> 0003: CON [MID=17001, T=1F], GET, /con -----> 0003: <----- ACK [MID=17001] 0003: <----- CON [MID=63201, T=1F], 2.05 0204: <----- CON [MID=63201, T=1F], 2.05 0003: CON [MID=17001, T=20], GET, /ack -----> 0003: <----- ACK [MID=17001, T=20], 2.05 0004: CON [MID=17001, T=20], GET, /ack -----> 0004: <----- ACK [MID=17001, T=20], 2.05 0002: CON [MID=17001, T=21], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: (drop) <--- CON [MID=10287, T=21], 2.05 0003: CON [MID=17001, T=22], GET, /con -----> 0004: <----- ACK [MID=17001] 0004: <----- CON [MID=794, T=22], 2.05 0004: CON [MID=17001, T=22], GET, /con -----> 0005: <----- ACK [MID=17001] 0005: <----- CON [MID=794, T=22], 2.05 0005: ACK [MID=794] -----> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest 0002: NON [MID=42393, T=60B2433DD743127F], GET, /test -----> 0002: NON [MID=42394, T=5CBA6E33C98F0376], GET, /test -----> 0003: NON [MID=42395, T=70D1C8F0E2D079B8], GET, /test -----> 1004: <----- NON [MID=1001, T=5CBA6E33C98F0376], 2.05 1005: NON [MID=42396, T=C845DAAF84765013], GET, /test -----> 1504: <----- NON [MID=1002, T=60B2433DD743127F], 2.05 1504: <----- NON [MID=1003, T=70D1C8F0E2D079B8], 2.05 1504: <----- NON [MID=1004, T=C845DAAF84765013], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.639 s - in org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest 0003: Sending Observe Request to client 1 ... 0004: Server send Observe response to client 1. 0004: CON [MID=2874, T=C93F3F1320CC0C27], GET, /test, observe(0) -----> 0004: <----- ACK [MID=2874] 0005: <----- CON [MID=8001, T=C93F3F1320CC0C27], 2.05, observe(101) 0005: ACK [MID=8001] -----> 0055: Relation established with client 1 1056: Server send Observe response to client 2. 1056: <----- CON [MID=8002, T=C93F3F1320CC0C27], 2.05, observe(102) 1056: ACK [MID=8002] -----> 1057: Response received 1057: 1057: Server send Observe response to client 1. 1057: <----- CON [MID=8003, T=C93F3F1320CC0C27], 2.05, observe(103) 1057: ACK [MID=8003] -----> 1057: Response received 1057: 1057: Cancel Observation. 1057: 1057: Server send Observe response to client 1. 1058: <----- CON [MID=8004, T=C93F3F1320CC0C27], 2.05, observe(104) 1058: RST [MID=8004] -----> 1058: 1059: Server send Observe response to client 2. 1059: <----- CON [MID=8005, T=C93F3F1320CC0C27], 2.05, observe(104) 1059: RST [MID=8005] -----> 0003: Sending Observe Request to client 1 ... 0003: Server send Observe response to client 1. 0003: CON [MID=22705, T=CB5EF55BD0B20E9A], GET, /test, observe(0) -----> 0004: <----- ACK [MID=22705, T=CB5EF55BD0B20E9A], 2.05, 2:0/1/16, observe(100) 0004: CON [MID=22706, T=68345895E0D07666], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=22706, T=68345895E0D07666], 2.05, 2:1/1/16 0005: CON [MID=22707, T=BC17FEE21DF81A7B], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=22707, T=BC17FEE21DF81A7B], 2.05, 2:2/0/16 0005: Relation established with client 1 0006: Server send Observe response to client 2. 0006: <----- CON [MID=8001, T=CB5EF55BD0B20E9A], 2.05, 2:0/1/16, observe(101) 0006: ACK [MID=8001] -----> 0006: CON [MID=22749, T=50F647BBD57AEC06], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=22749, T=50F647BBD57AEC06], 2.05, 2:1/1/16 0007: CON [MID=22750, T=806EA3E061715E35], GET, /test, 2:2/0/16 -----> 0007: <----- ACK [MID=22750, T=806EA3E061715E35], 2.05, 2:2/0/16 0007: Response received 0007: 0008: Server send Observe response to client 1. 0008: <----- CON [MID=8002, T=CB5EF55BD0B20E9A], 2.05, 2:0/1/16, observe(102) 0008: ACK [MID=8002] -----> 0008: CON [MID=22708, T=74486DE6931679C8], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=22708, T=74486DE6931679C8], 2.05, 2:1/1/16 0009: CON [MID=22709, T=204F3A14F1C5F0BF], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=22709, T=204F3A14F1C5F0BF], 2.05, 2:2/0/16 0002: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0002: CON [MID=38222, T=45DD5AADA21943D2], GET, /test, observe(0) -----> 0002: <----- ACK [MID=38222] 0002: <----- CON [MID=8001, T=45DD5AADA21943D2], 2.05, observe(101) 0003: ACK [MID=8001] -----> 0003: Relation established with client 1 0003: Server send Observe response to client 2. 0003: <----- CON [MID=8002, T=45DD5AADA21943D2], 2.05, observe(102) 0003: ACK [MID=8002] -----> 0003: Response received 0003: 0003: Server send Observe response to client 1. 0004: <----- CON [MID=8003, T=45DD5AADA21943D2], 2.05, observe(103) 0004: ACK [MID=8003] -----> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest [INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest 0003: CON [MID=2345, T=0001], GET, /test/CON -----> 0003: <----- ACK [MID=2345] 0003: <----- CON [MID=7949, T=0001], 2.05 0004: CON [MID=2345, T=0001], GET, /test/CON -----> 0004: <----- ACK [MID=2345] 0004: <----- CON [MID=7949, T=0001], 2.05 1005: <----- CON [MID=7949, T=0001], 2.05 1005: ACK [MID=7949] -----> 1005: CON [MID=2346, T=0001], GET, /test/CON -----> 1005: <----- ACK [MID=2346] 1005: <----- CON [MID=7950, T=0001], 2.05 1006: ACK [MID=7950] -----> 1507: CON [MID=1234, T=0000], GET, /test -----> 1507: <----- ACK [MID=1234, T=0000], 2.05 1608: CON [MID=1234, T=0000], GET, /test -----> 1608: <----- ACK [MID=1234, T=0000], 2.05 1609: CON [MID=1235, T=0000], GET, /test -----> 1609: <----- ACK [MID=1235, T=0000], 2.05 2110: CON [MID=2345, T=0001], GET, /test/NON -----> 2111: <----- ACK [MID=2345] 2111: <----- NON [MID=39657, T=0001], 2.05 2111: CON [MID=2345, T=0001], GET, /test/NON -----> 2111: <----- ACK [MID=2345] 2111: <----- NON [MID=39657, T=0001], 2.05 2112: CON [MID=2346, T=0001], GET, /test/NON -----> 2112: <----- ACK [MID=2346] 2112: <----- NON [MID=39658, T=0001], 2.05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.61 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest 0002: CON [MID=1001, T=23], GET, /test -----> 0002: <----- ACK [MID=1001] 0002: <----- CON [MID=60840, T=23], 2.05 0003: CON [MID=1002, T=24], GET, /test -----> 0003: <----- ACK [MID=1002] 0003: <----- CON [MID=60841, T=24], 2.05 0003: CON [MID=1003, T=25], GET, /test -----> 0003: <----- ACK [MID=1003] 0003: <----- CON [MID=60842, T=25], 2.05 0004: CON [MID=1004, T=26], GET, /test -----> 0004: <----- ACK [MID=1004] 1004: CON [MID=1005, T=27], GET, /test -----> 1005: <----- ACK [MID=1005, T=27], 2.05 1005: ACK [MID=60840] -----> 1005: <----- CON [MID=60843, T=26], 2.05 1006: ACK [MID=60841] -----> 1006: ACK [MID=60842] -----> 1006: ACK [MID=60843] -----> 0002: CON [MID=2001, T=28], GET, /test -----> 0002: <----- ACK [MID=2001, T=28], 2.05 0002: CON [MID=2002, T=29], GET, /test -----> 0003: <----- ACK [MID=2002, T=29], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 s - in org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest 0002: CON [MID=24964, T=00006B61D3258394], GET, /test -----> 0104: CON [MID=24964, T=00006B61D3258394], GET, /test -----> 1105: CON [MID=24965, T=3410982F46EA494D], GET, /test -----> 1206: CON [MID=24965, T=3410982F46EA494D], GET, /test -----> 0001: CON [MID=1234, T=FCBA3A9F06197A56], GET, /test -----> 0002: <----- ACK [MID=1234] 0002: <----- ACK [MID=1234] 0002: <----- CON [MID=4711, T=FCBA3A9F06197A56], 2.05 0002: ACK [MID=4711] -----> 0002: <----- CON [MID=4711, T=FCBA3A9F06197A56], 2.05 0003: ACK [MID=4711] -----> 0003: <----- CON [MID=42, T=FCBA3A9F06197A56], 2.05 0003: RST [MID=42] -----> 0004: CON [MID=4711, T=94C6BDE4942275B7], GET, /test -----> 0004: <----- ACK [MID=4711, T=94C6BDE4942275B7], 2.05 0004: <----- ACK [MID=4711, T=94C6BDE4942275B7], 2.05 0001: CON [MID=1234, T=DC744D798B3FF07A], GET, /test -----> (drop) 0001: CON [MID=9065, T=3CF7CD0420CDB24B], GET, /test -----> 0102: CON [MID=9065, T=3CF7CD0420CDB24B], GET, /test -----> 0202: CON [MID=9065, T=3CF7CD0420CDB24B], GET, /test -----> 1203: CON [MID=9066, T=4853102B6FD6D498], GET, /test -----> 1304: CON [MID=9066, T=4853102B6FD6D498], GET, /test -----> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.122 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest [INFO] Running org.eclipse.californium.core.test.ObserveTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.095 s - in org.eclipse.californium.core.test.ObserveTest [INFO] Running org.eclipse.californium.core.test.StartStopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s - in org.eclipse.californium.core.test.StartStopTest [INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Running org.eclipse.californium.core.test.RequestPayloadTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.californium.core.test.RequestPayloadTest [INFO] Running org.eclipse.californium.core.test.SmallServerClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.californium.core.test.SmallServerClientTest [INFO] Running org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.937 s - in org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Running org.eclipse.californium.core.test.MessageTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.test.MessageTypeTest [INFO] Running org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.51 s - in org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Running org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest 0010: CON [MID=-1, T=AC4C4EF8E1AC5E0E], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0010: <----- null [MID=-1, T=AC4C4EF8E1AC5E0E], 2.31, 1:0/1/1024(BERT) 0011: CON [MID=-1, T=D4F5865848C8636C], POST, /test, 1:2/0/1024(BERT) -----> 0011: <----- CON [MID=-1, T=D4F5865848C8636C], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0011: CON [MID=-1, T=4C4374A0B9444E16], POST, /test, 2:2/0/1024(BERT) -----> 0012: <----- null [MID=-1, T=4C4374A0B9444E16], 2.05, 2:2/1/1024(BERT) 0012: CON [MID=-1, T=D036DFC2C2566733], POST, /test, 2:4/0/1024(BERT) -----> 0012: <----- null [MID=-1, T=D036DFC2C2566733], 2.05, 2:4/0/1024(BERT) 0113: CON [MID=-1, T=DC66344B4CEEB43B], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0113: <----- null [MID=-1, T=DC66344B4CEEB43B], 2.31, 1:0/1/1024(BERT) 0113: CON [MID=-1, T=B0BC5F3678F8052C], POST, /test, 1:2/0/1024(BERT) -----> 0114: <----- CON [MID=-1, T=B0BC5F3678F8052C], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0114: CON [MID=-1, T=B4691111FFEF90E8], POST, /test, 2:2/0/1024(BERT) -----> 0114: <----- null [MID=-1, T=B4691111FFEF90E8], 2.05, 2:2/1/1024(BERT) 0114: CON [MID=-1, T=D414DF4D6211D0B9], POST, /test, 2:4/0/1024(BERT) -----> 0115: <----- null [MID=-1, T=D414DF4D6211D0B9], 2.05, 2:4/0/1024(BERT) 0217: CON [MID=-1, T=440223851DDF51F2], GET, /test -----> 0218: <----- CON [MID=-1, T=440223851DDF51F2], 2.05, 2:0/1/1024(BERT), size2(6000) 1320: CON [MID=-1, T=F027E9415F5512E0], GET, /test -----> 1321: <----- CON [MID=-1, T=F027E9415F5512E0], 2.05, 2:0/1/1024(BERT), size2(6000) 1321: CON [MID=-1, T=30EF1D4B9359D545], GET, /test, 2:2/0/1024(BERT) -----> 1321: <----- null [MID=-1, T=30EF1D4B9359D545], 2.05, 2:2/1/1024(BERT) 1322: CON [MID=-1, T=BCE4BC0AF883D56C], GET, /test, 2:4/0/1024(BERT) -----> 1322: <----- null [MID=-1, T=BCE4BC0AF883D56C], 2.05, 2:4/0/1024(BERT) 1422: CON [MID=-1, T=54BF9C4C342FA808], GET, /test -----> 1423: <----- CON [MID=-1, T=54BF9C4C342FA808], 2.05, 2:0/1/1024(BERT), size2(6000) 1423: CON [MID=-1, T=3C3703A0A3A4D226], GET, /test, 2:2/0/1024(BERT) -----> 1423: <----- null [MID=-1, T=3C3703A0A3A4D226], 2.05, 2:2/1/1024(BERT) 1423: CON [MID=-1, T=3CF270B33A8E586B], GET, /test, 2:4/0/1024(BERT) -----> 1424: <----- null [MID=-1, T=3CF270B33A8E586B], 2.05, 2:4/0/1024(BERT) 1526: CON [MID=-1, T=BC39119CE252648E], GET, /test, 2:0/1/1024(BERT) -----> 1526: <----- CON [MID=-1, T=BC39119CE252648E], 2.05, 2:0/1/1024(BERT), size2(6000) 1527: CON [MID=-1, T=7C67F3105E7B020D], GET, /test, 2:2/0/1024(BERT) -----> 1527: <----- null [MID=-1, T=7C67F3105E7B020D], 2.05, 2:2/1/1024(BERT) 1527: CON [MID=-1, T=FC04C0A7E3A1AA4E], GET, /test, 2:4/0/1024(BERT) -----> 1527: <----- null [MID=-1, T=FC04C0A7E3A1AA4E], 2.05, 2:4/0/1024(BERT) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.623 s - in org.eclipse.californium.core.test.BlockwiseBertTransferTest [INFO] Running org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Running org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest 0004: CON [MID=54008, T=84AC22F5A59AF941], GET, /test, 2:0/1/64 -----> 0005: <----- ACK [MID=54008, T=84AC22F5A59AF941], 2.05, 2:0/1/32, size2(152) 0005: CON [MID=54009, T=88343D52955B9A9F], GET, /test, 2:1/0/32 -----> 0005: <----- ACK [MID=54009, T=88343D52955B9A9F], 2.05, 2:1/1/32 0005: CON [MID=54010, T=58BBECB4B409AAAE], GET, /test, 2:2/0/32 -----> 0005: <----- ACK [MID=54010, T=58BBECB4B409AAAE], 2.05, 2:2/1/32 0006: CON [MID=54011, T=D86C9241129154D8], GET, /test, 2:3/0/32 -----> 0006: <----- ACK [MID=54011, T=D86C9241129154D8], 2.05, 2:3/1/32 0006: CON [MID=54012, T=104FDCD0423BEE07], GET, /test, 2:4/0/32 -----> 0006: <----- ACK [MID=54012, T=104FDCD0423BEE07], 2.05, 2:4/0/32 0111: CON [MID=16557, T=9024616C99CEE706], POST, /test, 1:0/1/32, size1(150) -----> 0111: <----- ACK [MID=16557, T=9024616C99CEE706], 2.31, 1:0/1/32 0111: CON [MID=16558, T=C47FF35C00BF4BC0], POST, /test, 1:1/1/32 -----> 0111: <----- ACK [MID=16558, T=C47FF35C00BF4BC0], 2.31, 1:1/1/32 0111: CON [MID=16559, T=A42246520C3F38C0], POST, /test, 1:2/1/32 -----> 0112: <----- ACK [MID=16559, T=A42246520C3F38C0], 2.31, 1:2/1/32 0112: CON [MID=16560, T=58EB685EBA4FFA07], POST, /test, 1:3/1/32 -----> 0112: <----- ACK [MID=16560, T=58EB685EBA4FFA07], 2.31, 1:3/1/32 0112: CON [MID=16561, T=2C14AE939F42383F], POST, /test, 1:4/0/32 -----> 0112: <----- ACK [MID=16561, T=2C14AE939F42383F], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0112: CON [MID=16562, T=6CB8DD7F2A7F608A], POST, /test, 2:1/0/32 -----> 0113: <----- ACK [MID=16562, T=6CB8DD7F2A7F608A], 2.05, 2:1/1/32 0113: CON [MID=16563, T=2CC27119C20554E2], POST, /test, 2:2/0/32 -----> 0113: <----- ACK [MID=16563, T=2CC27119C20554E2], 2.05, 2:2/1/32 0113: CON [MID=16564, T=9C1AE27F77BC5DA4], POST, /test, 2:3/0/32 -----> 0113: <----- ACK [MID=16564, T=9C1AE27F77BC5DA4], 2.05, 2:3/1/32 0113: CON [MID=16565, T=0433FCDFCEEFDBCC], POST, /test, 2:4/0/32 -----> 0113: <----- ACK [MID=16565, T=0433FCDFCEEFDBCC], 2.05, 2:4/0/32 0214: CON [MID=16566, T=449834F3D0C4A393], POST, /test, 1:0/1/32, size1(150) -----> 0214: <----- ACK [MID=16566, T=449834F3D0C4A393], 2.31, 1:0/1/32 0215: CON [MID=16567, T=C043866257606F64], POST, /test, 1:1/1/32 -----> 0215: <----- ACK [MID=16567, T=C043866257606F64], 2.31, 1:1/1/32 0215: CON [MID=16568, T=F8FFD0B32B0B6006], POST, /test, 1:2/1/32 -----> 0215: <----- ACK [MID=16568, T=F8FFD0B32B0B6006], 2.31, 1:2/1/32 0215: CON [MID=16569, T=345BCC1207090CD0], POST, /test, 1:3/1/32 -----> 0215: <----- ACK [MID=16569, T=345BCC1207090CD0], 2.31, 1:3/1/32 0215: CON [MID=16570, T=C8146CBA714DAA06], POST, /test, 1:4/0/32 -----> 0216: <----- ACK [MID=16570, T=C8146CBA714DAA06], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0216: CON [MID=16571, T=F470F1013A0BAA70], POST, /test, 2:1/0/32 -----> 0216: <----- ACK [MID=16571, T=F470F1013A0BAA70], 2.05, 2:1/1/32 0216: CON [MID=16572, T=7C6BBF96BA631FD3], POST, /test, 2:2/0/32 -----> 0216: <----- ACK [MID=16572, T=7C6BBF96BA631FD3], 2.05, 2:2/1/32 0216: CON [MID=16573, T=1446B04A7258E3F7], POST, /test, 2:3/0/32 -----> 0217: <----- ACK [MID=16573, T=1446B04A7258E3F7], 2.05, 2:3/1/32 0217: CON [MID=16574, T=380B2F937B9591B3], POST, /test, 2:4/0/32 -----> 0217: <----- ACK [MID=16574, T=380B2F937B9591B3], 2.05, 2:4/0/32 2322: CON [MID=62030, T=4C272F1319B6B84B], POST, /test -----> 2322: <----- ACK [MID=62030, T=4C272F1319B6B84B], 2.05, 2:0/1/32, size2(151) 2323: CON [MID=62031, T=64B443075D54E675], POST, /test, 2:1/0/32 -----> 2323: <----- ACK [MID=62031, T=64B443075D54E675], 2.05, 2:1/1/32 2323: CON [MID=62032, T=906B103374BD48D6], POST, /test, 2:2/0/32 -----> 2323: <----- ACK [MID=62032, T=906B103374BD48D6], 2.05, 2:2/1/32 2324: CON [MID=62033, T=34B20493476539EF], POST, /test, 2:3/0/32 -----> 2324: <----- ACK [MID=62033, T=34B20493476539EF], 2.05, 2:3/1/32 2324: CON [MID=62034, T=B01F53B0996B1E19], POST, /test, 2:4/0/32 -----> 2324: <----- ACK [MID=62034, T=B01F53B0996B1E19], 2.05, 2:4/0/32 3430: CON [MID=37587, T=1428EE79B82D95C3], GET, /test -----> 3431: <----- ACK [MID=37587, T=1428EE79B82D95C3], 2.05, 2:0/1/32, size2(152) 4534: CON [MID=46535, T=AC82BC075A674DF6], GET, /test -----> 4534: <----- ACK [MID=46535, T=AC82BC075A674DF6], 2.05 6642: CON [MID=15054, T=381FC181EA3F2A4A], POST, /test -----> 6642: <----- ACK [MID=15054, T=381FC181EA3F2A4A], 2.05 6745: CON [MID=41673, T=18561F6EE75934A9], GET, /test -----> 6746: <----- ACK [MID=41673, T=18561F6EE75934A9], 2.05, 2:0/1/32, size2(152) 6746: CON [MID=41674, T=60EA8D185E2A4C94], GET, /test, 2:1/0/32 -----> 6746: <----- ACK [MID=41674, T=60EA8D185E2A4C94], 2.05, 2:1/1/32 6746: CON [MID=41675, T=C0BAF6A7336A05FC], GET, /test, 2:2/0/32 -----> 6747: <----- ACK [MID=41675, T=C0BAF6A7336A05FC], 2.05, 2:2/1/32 6747: CON [MID=41676, T=18E1732EB79BC5F8], GET, /test, 2:3/0/32 -----> 6747: <----- ACK [MID=41676, T=18E1732EB79BC5F8], 2.05, 2:3/1/32 6747: CON [MID=41677, T=3C4A21D7F11639A1], GET, /test, 2:4/0/32 -----> 6747: <----- ACK [MID=41677, T=3C4A21D7F11639A1], 2.05, 2:4/0/32 6848: CON [MID=41678, T=4C05ED09564F2B4F], GET, /test -----> 6849: <----- ACK [MID=41678, T=4C05ED09564F2B4F], 2.05, 2:0/1/32, size2(152) 6849: CON [MID=41679, T=F41581F934495FF8], GET, /test, 2:1/0/32 -----> 6849: <----- ACK [MID=41679, T=F41581F934495FF8], 2.05, 2:1/1/32 6850: CON [MID=41680, T=7C436A175E42CDD9], GET, /test, 2:2/0/32 -----> 6850: <----- ACK [MID=41680, T=7C436A175E42CDD9], 2.05, 2:2/1/32 6850: CON [MID=41681, T=18CE208A4EDE42CB], GET, /test, 2:3/0/32 -----> 6850: <----- ACK [MID=41681, T=18CE208A4EDE42CB], 2.05, 2:3/1/32 6850: CON [MID=41682, T=6004D9FD352CE39F], GET, /test, 2:4/0/32 -----> 6851: <----- ACK [MID=41682, T=6004D9FD352CE39F], 2.05, 2:4/0/32 6954: CON [MID=23331, T=0CB87F0016897485], POST, /test, 1:0/1/32, size1(150) -----> 6954: <----- ACK [MID=23331, T=0CB87F0016897485], 2.31, 1:0/1/32 6954: CON [MID=23332, T=D869A8DE4EF7A2BD], POST, /test, 1:1/1/32 -----> 6954: <----- ACK [MID=23332, T=D869A8DE4EF7A2BD], 2.31, 1:1/1/32 6955: CON [MID=23333, T=84519167488FD1FC], POST, /test, 1:2/1/32 -----> 6955: <----- ACK [MID=23333, T=84519167488FD1FC], 2.31, 1:2/1/32 6955: CON [MID=23334, T=50CDF28292B22CF5], POST, /test, 1:3/1/32 -----> 6955: <----- ACK [MID=23334, T=50CDF28292B22CF5], 2.31, 1:3/1/32 6955: CON [MID=23335, T=9CD71714D6EF7AFB], POST, /test, 1:4/0/32 -----> 6955: <----- ACK [MID=23335, T=9CD71714D6EF7AFB], 2.05, 1:4/0/32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.057 s - in org.eclipse.californium.core.test.BlockwiseTransferTest [INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest 0003: NON [MID=62125, T=68CCF1A33CFE66B4], POST, /test, 1:0/1/16, size1(20) -----> 0003: <----- NON [MID=5680, T=68CCF1A33CFE66B4], 2.31, 1:0/1/16 0004: NON [MID=62126, T=C8CA4EA6D6997FFA], POST, /test, 1:1/0/16 -----> 0004: <----- NON [MID=5681, T=C8CA4EA6D6997FFA], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0004: NON [MID=62127, T=3C9B22E1E820EAD6], POST, /test, 2:1/0/16 -----> 0004: <----- NON [MID=5682, T=3C9B22E1E820EAD6], 2.01, 2:1/1/16 0005: NON [MID=62128, T=24FF7BDC5A3F3F45], POST, /test, 2:2/0/16 -----> 0005: <----- NON [MID=5683, T=24FF7BDC5A3F3F45], 2.01, 2:2/0/16 0135: CON [MID=62129, T=C909AAF0F91C43EC], GET, /test, observe(0) -----> 0135: <----- ACK [MID=62129, T=C909AAF0F91C43EC], 2.05, observe(0) 0335: <----- CON [MID=5684, T=C909AAF0F91C43EC], 2.05, observe(1) 0335: ACK [MID=5684] -----> 0535: <----- CON [MID=5685, T=C909AAF0F91C43EC], 2.05, observe(2) 0535: ACK [MID=5685] -----> 0665: CON [MID=62130, T=B89763D7371F77AB], POST, /test, 1:0/1/16, size1(20) -----> 0665: <----- ACK [MID=62130, T=B89763D7371F77AB], 2.31, 1:0/1/16 0665: CON [MID=62131, T=401636602376ACD4], POST, /test, 1:1/0/16 -----> 0666: <----- ACK [MID=62131, T=401636602376ACD4], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0666: CON [MID=62132, T=70E69F4F24A3FDB5], POST, /test, 2:1/0/16 -----> 0666: <----- ACK [MID=62132, T=70E69F4F24A3FDB5], 2.01, 2:1/1/16 0666: CON [MID=62133, T=BC7AF85851E12F6F], POST, /test, 2:2/0/16 -----> 0667: <----- ACK [MID=62133, T=BC7AF85851E12F6F], 2.01, 2:2/0/16 0796: CON [MID=62134, T=B473DB45BE577633], GET, /test -----> 0796: <----- ACK [MID=62134] 0796: <----- CON [MID=5686, T=B473DB45BE577633], 2.05 0796: ACK [MID=5686] -----> 0925: NON [MID=62135, T=488A2131D9A230C0], GET, /test -----> 0925: <----- NON [MID=5687, T=488A2131D9A230C0], 2.05 1055: CON [MID=62136, T=8F7912EBF5C02591], GET, /test, observe(0) -----> 1055: <----- ACK [MID=62136, T=8F7912EBF5C02591], 2.05, 2:0/1/16, observe(2), size2(40) 1055: CON [MID=62137, T=54B81E0E7155CC11], GET, /test, 2:1/0/16 -----> 1056: <----- ACK [MID=62137, T=54B81E0E7155CC11], 2.05, 2:1/1/16 1056: CON [MID=62138, T=2C8558D1FA3F09EF], GET, /test, 2:2/0/16 -----> 1056: <----- ACK [MID=62138, T=2C8558D1FA3F09EF], 2.05, 2:2/0/16 1655: <----- CON [MID=5688, T=C909AAF0F91C43EC], 2.05, 2:0/1/16, observe(3), size2(40) 1655: RST [MID=5688] -----> 1655: <----- CON [MID=5689, T=8F7912EBF5C02591], 2.05, 2:0/1/16, observe(3), size2(40) 1655: ACK [MID=5689] -----> 1656: CON [MID=62139, T=0016FB1226829392], GET, /test, 2:1/0/16 -----> 1656: <----- ACK [MID=62139, T=0016FB1226829392], 2.05, 2:1/1/16 1656: CON [MID=62140, T=48C2AC987E38D941], GET, /test, 2:2/0/16 -----> 1656: <----- ACK [MID=62140, T=48C2AC987E38D941], 2.05, 2:2/0/16 2255: <----- CON [MID=5690, T=8F7912EBF5C02591], 2.05, 2:0/1/16, observe(4), size2(40) 2255: ACK [MID=5690] -----> 2255: CON [MID=62141, T=0C4A69EF1562DC17], GET, /test, 2:1/0/16 -----> 2256: <----- ACK [MID=62141, T=0C4A69EF1562DC17], 2.05, 2:1/1/16 2256: CON [MID=62142, T=2CD75393F5A40D41], GET, /test, 2:2/0/16 -----> 2256: <----- ACK [MID=62142, T=2CD75393F5A40D41], 2.05, 2:2/0/16 2256: CON [MID=62143, T=8F7912EBF5C02591], GET, /test, observe(1) -----> 2257: <----- ACK [MID=62143, T=8F7912EBF5C02591], 2.05, 2:0/1/16, size2(40) 2257: CON [MID=62144, T=9CE0FA1EC2F754BB], GET, /test, 2:1/0/16 -----> 2257: <----- ACK [MID=62144, T=9CE0FA1EC2F754BB], 2.05, 2:1/1/16 2257: CON [MID=62145, T=68DD8EFDD5B01BAD], GET, /test, 2:2/0/16 -----> 2258: <----- ACK [MID=62145, T=68DD8EFDD5B01BAD], 2.05, 2:2/0/16 2387: CON [MID=62146, T=2941636116A1543D], GET, /test, observe(0) -----> 2387: <----- ACK [MID=62146, T=2941636116A1543D], 2.05, observe(4) 2587: <----- CON [MID=5691, T=2941636116A1543D], 2.05, observe(5) 2587: ACK [MID=5691] -----> 2787: <----- CON [MID=5692, T=2941636116A1543D], 2.05, observe(6) 2787: ACK [MID=5692] -----> 2787: CON [MID=62147, T=2941636116A1543D], GET, /test, observe(1) -----> 2788: <----- ACK [MID=62147, T=2941636116A1543D], 2.05 2917: CON [MID=62148, T=E0B0C4747FD77259], GET, /test -----> 2917: <----- ACK [MID=62148, T=E0B0C4747FD77259], 2.05 3046: CON [MID=62149, T=D047DCC5FE1EE31D], POST, /test, 1:0/1/16, size1(20) -----> 3047: <----- ACK [MID=62149, T=D047DCC5FE1EE31D], 2.31, 1:0/1/16 3047: CON [MID=62150, T=2CC3D2B82209B43D], POST, /test, 1:1/0/16 -----> 3047: <----- ACK [MID=62150] 3047: <----- CON [MID=5693, T=2CC3D2B82209B43D], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 3047: ACK [MID=5693] -----> 3047: CON [MID=62151, T=2C65F288C927231A], POST, /test, 2:1/0/16 -----> 3047: <----- ACK [MID=62151, T=2C65F288C927231A], 2.01, 2:1/1/16 3048: CON [MID=62152, T=0037DEDEFB5074AC], POST, /test, 2:2/0/16 -----> 3048: <----- ACK [MID=62152, T=0037DEDEFB5074AC], 2.01, 2:2/0/16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.174 s - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest [INFO] Running org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Running org.eclipse.californium.core.server.ServerSerializationTest 06:00:46.144 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:00:46.144 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:00:46.144 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:00:46.145 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:00:46.145 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:00:46.149 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:00:46.149 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:00:46.149 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:00:46.150 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:00:46.150 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:00:46.151 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:00:46.151 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:00:46.151 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:00:46.151 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:00:46.151 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:00:46.157 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477) 06:00:46.157 WARN [CoapServer]: loading failed, out of sync! (o.e.c.core.CoapServer.readConnectorIdentifier:670) 06:00:46.161 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:00:46.161 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:00:46.162 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:00:46.162 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:00:46.162 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:00:46.165 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:00:46.165 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:00:46.165 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:00:46.165 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:00:46.165 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:00:46.165 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.045 s - in org.eclipse.californium.core.server.ServerSerializationTest [INFO] Running org.eclipse.californium.core.server.ServerPersistenceComponentsTest 06:00:46.168 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:00:46.168 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:00:46.169 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:00:46.169 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:00:46.172 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:00:46.173 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:00:46.173 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:00:46.173 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:00:46.174 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:00:46.174 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:00:46.174 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:00:46.175 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:00:46.176 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477) 06:00:46.180 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:00:46.180 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:00:46.180 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:00:46.180 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:00:46.183 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:00:46.183 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:00:46.183 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:00:46.184 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:00:46.184 WARN [PersistentComponentUtil]: [COMP 1] 0.0.0.0/0.0.0.0:5884 (o.e.c.e.u.PersistentComponentUtil.load:286) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.californium.core.server.ServerPersistenceComponentsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/californium-core/target/californium-core-3.11.0-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest 0034: CON [MID=7001, T=0B], GET, /test -----> 0040: <----- ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386) 0041: CON [MID=7002, T=0C], GET, /test, 2:1/0/128 -----> 0041: <----- ACK [MID=7002, T=0C], 2.05, 2:1/1/128 0042: CON [MID=7003, T=0D], GET, /test -----> 0042: <----- ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256) 0042: CON [MID=7004, T=0E], GET, /test, 2:1/0/128 -----> 0043: <----- ACK [MID=7004, T=0E], 2.05, 2:1/0/128 0002: CON [MID=7001, T=0F], GET, /test, 2:2/1/64 -----> 0003: <----- ACK [MID=7001, T=0F], 2.05, 2:2/1/64 0003: CON [MID=7002, T=0F], GET, /test, 2:4/1/64 -----> 0004: <----- ACK [MID=7002, T=0F], 2.05, 2:4/0/64 0002: CON [MID=7001, T=10], GET, /test, 2:0/0/32 -----> 0003: <----- ACK [MID=7001, T=10], 2.05, 2:0/1/32, size2(76) 0004: CON [MID=7002, T=10], GET, /test, 2:1/0/32 -----> 0004: <----- ACK [MID=7002, T=10], 2.05, 2:1/1/32 0004: CON [MID=7003, T=10], GET, /test, 2:2/0/32 -----> 0005: <----- ACK [MID=7003, T=10], 2.05, 2:2/0/32 0002: 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 0004: 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 0003: CON [MID=7001, T=12], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128// lost 0005: CON [MID=7001, T=12], PUT, /test, 1:0/1/128 -----> 0005: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128 0006: CON [MID=7002, T=12], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7002, T=12], 2.31, 1:1/1/128 0007: CON [MID=7003, T=12], PUT, /test, 1:2/0/128 -----> 0008: <----- ACK [MID=7003, T=12], 2.04, 1:2/0/128 0002: CON [MID=7001, T=13], GET, /test -----> 0003: <----- ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300) 0004: CON [MID=7002, T=13], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=7002, T=13], 2.05, 2:1/1/128 0105: //////// Missing last GET //////// 0002: CON [MID=7001, T=14], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=14], 2.31, 1:0/1/128 0003: CON [MID=7002, T=14], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=14], 2.31, 1:1/1/128 0104: //////// Missing last PUT //////// 0003: CON [MID=7001, T=15], GET, /test, observe(0) -----> 0005: <----- ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300) 0005: CON [MID=7002, T=16], GET, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/128 0006: CON [MID=7003, T=16], GET, /test, 2:2/0/128 -----> 0007: <----- ACK [MID=7003, T=16], 2.05, 2:2/0/128 0007: ... time passes ... 0009: <----- CON [MID=5636, T=15], 2.05, 2:0/1/128, observe(1), size2(280) 0009: ACK [MID=5636] -----> 0010: CON [MID=7004, T=17], GET, /test, 2:1/0/128 -----> 0011: <----- ACK [MID=7004, T=17], 2.05, 2:1/1/128 0011: CON [MID=7005, T=17], GET, /test, 2:2/0/128 -----> 0012: <----- ACK [MID=7005, T=17], 2.05, 2:2/0/128 0012: ... time passes ... 0012: <----- CON [MID=5637, T=15], 2.05, 2:0/1/128, observe(2), size2(290) 0013: ACK [MID=5637] -----> 0013: CON [MID=7006, T=18], GET, /test, 2:1/0/128 -----> 0013: <----- ACK [MID=7006, T=18], 2.05, 2:1/1/128 0014: CON [MID=7007, T=18], GET, /test, 2:2/0/128 -----> 0014: <----- ACK [MID=7007, T=18], 2.05, 2:2/0/128 0011: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300) -----> 0012: <----- ACK [MID=7001, T=19], 2.31, 1:0/1/128 0012: CON [MID=7002, T=19], POST, /test, 1:1/1/128 -----> 0013: <----- ACK [MID=7002, T=19], 2.31, 1:1/1/128 0013: CON [MID=7003, T=19], POST, /test, 1:2/0/128 -----> 0014: <----- ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001]) 0016: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001]) -----> 0016: <----- ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation 0016: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001]) -----> 0017: <----- ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001]) 0017: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001]) -----> 0018: <----- ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001]) 0002: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0) -----> 0003: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150) 0003: CON [MID=7002, T=1A], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=7002, T=1A], 2.05, 2:1/1/64 0004: CON [MID=7003, T=1A], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=7003, T=1A], 2.05, 2:2/0/64 0004: ... time passes ... 0005: <----- CON [MID=19208, T=1A], 2.05, 2:0/1/64, observe(1), size2(140) 0005: ACK [MID=19208] -----> 0005: CON [MID=7004, T=1B], GET, /test, 2:1/0/64 -----> 0006: <----- ACK [MID=7004, T=1B], 2.05, 2:1/1/64 0006: CON [MID=7005, T=1B], GET, /test, 2:2/0/64 -----> 0007: <----- ACK [MID=7005, T=1B], 2.05, 2:2/0/64 0007: ... time passes ... 0008: <----- CON [MID=19209, T=1A], 2.05, 2:0/1/64, observe(2), size2(145) 0008: ACK [MID=19209] -----> 0008: 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 0002: CON [MID=7001, T=1D], GET, /test, 2:0/0/32 -----> 0002: <----- ACK [MID=7001, T=1D], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=1D], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=1D], 2.05, 2:1/1/32 0004: CON [MID=7003, T=1D], GET, /test, 2:2/0/32 -----> 0004: <----- ACK [MID=7003, T=1D], 2.05, 2:2/0/32 0002: CON [MID=7001, T=1E], GET, /test -----> 0002: <----- ACK [MID=7001, T=1E], 2.05, 2:0/1/128, size2(170) 0003: CON [MID=7002, T=1E], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=1E], 2.05, 2:2/0/64 06:00:50.355 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 0004: CON [MID=7003, T=1F], GET, /test, 2:2/0/32 -----> 0009: <----- ACK [MID=7003, T=1F], 2.05, 2:2/0/32 0003: CON [MID=7001, T=20], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=20], 2.31, 1:0/1/128 0004: CON [MID=7002, T=20], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=20], 2.31, 1:1/1/128 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 0008: CON [MID=7006, T=21], PUT, /test, 1:2/0/128 -----> 0008: <----- ACK [MID=7006, T=21], 2.04, 1:2/0/128 0002: CON [MID=7001, T=22], GET, /test -----> 0003: <----- ACK [MID=7001, T=22], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0003: CON [MID=7002, T=22], GET, /test, 2:1/0/128, ETags([0001]) -----> 0004: <----- ACK [MID=7002, T=22], 2.05, 2:1/1/128, ETags([0001]) 0004: CON [MID=7003, T=22], GET, /test, 2:2/0/128, ETags([0001]) -----> 0004: <----- ACK [MID=7003, T=22], 2.05, 2:2/0/128, ETags([0001]) 0003: CON [MID=7001, T=23], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=23], 2.31, 1:0/1/128 0004: CON [MID=7002, T=23], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7002, T=23], 4.08 0002: CON [MID=7001, T=24], PUT, /test, 1:0/1/128, size1(1034) -----> 0003: <----- ACK [MID=7001, T=24], 4.13, size1(1024) 0002: CON [MID=7001, T=25], POST, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=25], 2.31, 1:0/1/128 0003: CON [MID=7002, T=25], POST, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=25], 2.31, 1:1/1/128 0003: CON [MID=7003, T=25], POST, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7003, T=25], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0004: CON [MID=7004, T=25], POST, /test, 2:1/0/128, ETags([0001]) -----> 0005: <----- ACK [MID=7004, T=25], 2.04, 2:1/1/128, ETags([0001]) 0005: CON [MID=7005, T=25], POST, /test, 2:2/0/128, ETags([0001]) -----> 0005: <----- ACK [MID=7005, T=25], 2.04, 2:2/1/128, ETags([0001]) 0006: CON [MID=7006, T=25], POST, /test, 2:3/0/128, ETags([0001]) -----> 0006: <----- ACK [MID=7006, T=25], 2.04, 2:3/0/128, ETags([0001]) 0001: CON [MID=7001, T=27], POST, /test, 1:0/1/128 -----> 0002: <----- ACK [MID=7001, T=27], 2.31, 1:0/1/128 0002: CON [MID=7002, T=27], POST, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=7002, T=27], 2.31, 1:1/1/128 0003: CON [MID=7003, T=27], POST, /test, 1:2/0/128, 2:0/0/64 -----> 0003: <----- ACK [MID=7003, T=27], 2.04, 1:2/0/128, 2:0/1/64, size2(250), ETags([0001])// early negotiation 0004: CON [MID=7004, T=27], POST, /test, 2:1/0/64, ETags([0001]) -----> 0004: <----- ACK [MID=7004, T=27], 2.04, 2:1/1/64, ETags([0001]) 0004: CON [MID=7005, T=27], POST, /test, 2:2/0/64, ETags([0001]) -----> 0004: <----- ACK [MID=7005, T=27], 2.04, 2:2/1/64, ETags([0001]) 0005: CON [MID=7006, T=27], POST, /test, 2:3/0/64, ETags([0001]) -----> 0005: <----- ACK [MID=7006, T=27], 2.04, 2:3/0/64, ETags([0001]) 0002: CON [MID=7001, T=28], PUT, /test, 1:2/1/64 -----> 0002: <----- ACK [MID=7001, T=28], 4.08 06:00:51.445 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200) 0002: CON [MID=7001, T=29], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=29], 2.31, 1:0/1/128 0003: CON [MID=7002, T=29], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=29], 4.08 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) -----> 0004: <----- 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 0002: CON [MID=7001, T=2B], GET, /test -----> 0002: <----- ACK [MID=7001, T=2B], 2.05, 2:0/1/128, size2(400) 0003: CON [MID=7002, T=2B], GET, /test, 2:1/1/128 -----> 0003: <----- ACK [MID=7002, T=2B], 2.05, 2:1/1/128 0003: CON [MID=7003, T=2B], GET, /test, 2:4/1/64 -----> 0004: <----- ACK [MID=7003, T=2B], 2.05, 2:4/1/64 0004: CON [MID=7004, T=2B], GET, /test, 2:5/1/64 -----> 0004: <----- ACK [MID=7004, T=2B], 2.05, 2:5/1/64 0004: CON [MID=7005, T=2B], GET, /test, 2:6/1/64 -----> 0005: <----- ACK [MID=7005, T=2B], 2.05, 2:6/0/64 0002: CON [MID=7001, T=2C], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=2C], 2.31, 1:0/1/128 0003: CON [MID=7002, T=2D], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=2D], 2.31, 1:1/1/128 0004: CON [MID=7003, T=2E], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7003, T=2E], 2.04, 1:2/0/128 0004: CON [MID=7001, T=2F], PUT, /test, 1:2/1/64 -----> 0005: <----- ACK [MID=7001, T=2F], 4.08, 1:2/1/64 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveClientSideTest 0009: CON [MID=35927, T=9F7C583988253E5E], GET, /test, observe(0) -----> 0013: <----- ACK [MID=35927, T=9F7C583988253E5E], 2.05, 2:0/1/16, observe(0), size2(40) 0014: CON [MID=35928, T=14694B5AE84FF022], GET, /test, 2:1/0/16 -----> 0015: <----- ACK [MID=35928, T=14694B5AE84FF022], 2.05, 2:1/1/16 0015: CON [MID=35929, T=84689DBF611CD8D3], GET, /test, 2:2/0/16 -----> 0015: <----- ACK [MID=35929, T=84689DBF611CD8D3], 2.05, 2:2/0/16 0017: <----- CON [MID=8001, T=9F7C583988253E5E], 2.05, 2:0/1/16, observe(2), size2(42) 0018: ACK [MID=8001] -----> 0018: CON [MID=12649, T=44FC63BDA39A58A3], GET, /test, 2:1/0/16 -----> 0019: <----- ACK [MID=12649, T=44FC63BDA39A58A3], 2.05, 2:1/1/16 0019: CON [MID=12650, T=C0BABE4518E76126], GET, /test, 2:2/0/16 -----> 0019: <----- ACK [MID=12650, T=C0BABE4518E76126], 2.05, 2:2/0/16 0002: CON [MID=63175, T=AF2744E68D4C92CF], GET, /test, observe(0) -----> 0003: <----- ACK [MID=63175] 0053: <----- CON [MID=8001, T=AF2744E68D4C92CF], 2.05, observe(101) 0054: ACK [MID=8001] -----> // lost 0054: <----- CON [MID=8001, T=AF2744E68D4C92CF], 2.05, observe(101) 0055: ACK [MID=8001] -----> 0055: Relation established 0055: <----- CON [MID=8002, T=AF2744E68D4C92CF], 2.05, observe(102) 0056: ACK [MID=8002] -----> // lost 0056: <----- CON [MID=8002, T=AF2744E68D4C92CF], 2.05, observe(102) 0056: ACK [MID=8002] -----> 0002: CON [MID=54868, T=19F9989181690617], GET, /test, observe(0) -----> 0002: <----- ACK [MID=54868] 0052: <----- CON [MID=8001, T=19F9989181690617], 2.05, observe(101) 0053: ACK [MID=8001] -----> 0063: ERROR: Server sent CON-GET MID= 8001, Token=0101, OptionSet={}, 0063: ACK [MID=8001] -----> 0002: CON [MID=49510, T=1B2F8C4B4BBF2DCB], GET, /test, observe(0) -----> 0002: <----- ACK [MID=49510, T=1B2F8C4B4BBF2DCB], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=49511, T=40BF431DC39107AD], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=49511, T=40BF431DC39107AD], 2.05, 2:1/1/16 0004: CON [MID=49512, T=901851FABD549FB1], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=49512, T=901851FABD549FB1], 2.05, 2:2/0/16 0005: <----- CON [MID=8001, T=1B2F8C4B4BBF2DCB], 2.05, 2:0/1/16, observe(2), size2(42) 0005: ACK [MID=8001] -----> 0005: CON [MID=49513, T=E0ECDA9E63B4C02D], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=49513, T=E0ECDA9E63B4C02D], 2.05, 2:1/1/16 0006: CON [MID=49514, T=FCAC1E165EB27D29], GET, /test, 2:2/0/16 -----> 0002: CON [MID=41315, T=C960494B5717BB46], GET, /test, observe(0) -----> 0002: <----- ACK [MID=41315, T=C960494B5717BB46], 2.05, 2:0/1/16, observe(1) 0003: CON [MID=41316, T=3094D47149F04459], GET, /test, 2:1/0/16 -----> 0003: <----- CON [MID=8001, T=C960494B5717BB46], 2.05, observe(2) 0003: ACK [MID=8001] -----> 0004: <----- ACK [MID=41316, T=3094D47149F04459], 2.05, 2:1/1/16 1004: <----- CON [MID=8002, T=C960494B5717BB46], 2.05, observe(3) 1005: ACK [MID=8002] -----> 1005: <----- CON [MID=8003, T=C960494B5717BB46], 2.05, 2:0/1/16, observe(4) 1005: ACK [MID=8003] -----> 1006: CON [MID=41317, T=1427297E1B5973E9], GET, /test, 2:1/0/16 -----> 1006: <----- ACK [MID=41317, T=1427297E1B5973E9], 2.05, 2:1/0/16 0002: CON [MID=33199, T=FF11363D6F552507], GET, /test, observe(0) -----> 0002: <----- ACK [MID=33199, T=FF11363D6F552507], 2.05, 2:0/1/16, observe(1) 0003: CON [MID=33200, T=B89BF6E14EF5CA53], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=33200, T=B89BF6E14EF5CA53], 2.05, 2:1/0/16 0004: <----- CON [MID=8001, T=FF11363D6F552507], 2.05, 2:0/1/16, observe(2) 0004: ACK [MID=8001] -----> 0004: CON [MID=33201, T=606EB9BE0EE0B7F3], GET, /test, 2:1/0/16 -----> 0005: CON [MID=33202, T=D87EB3BC0819D74C], GET, /test -----> 0006: <----- ACK [MID=33202, T=D87EB3BC0819D74C], 2.05, 2:0/1/16 0006: CON [MID=33203, T=CC9614B8F645D73E], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=33203, T=CC9614B8F645D73E], 2.05, 2:1/1/16 0007: CON [MID=33204, T=F0729786A9ECAC29], GET, /test, 2:2/0/16 -----> 0007: <----- ACK [MID=33204, T=F0729786A9ECAC29], 2.05, 2:2/0/16 0002: CON [MID=19156, T=15B159D0C99F8802], GET, /test, observe(0) -----> 0003: <----- ACK [MID=19156, T=15B159D0C99F8802], 2.05, observe(1) 0003: <----- CON [MID=8001, T=15B159D0C99F8802], 2.05, 2:0/1/16, observe(3) 0004: ACK [MID=8001] -----> 0004: CON [MID=19157, T=A0B1AB4B13BF28F7], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8002, T=15B159D0C99F8802], 2.05, observe(2) 0005: ACK [MID=8002] -----> 0005: <----- ACK [MID=19157, T=A0B1AB4B13BF28F7], 2.05, 2:1/0/16 0006: <----- CON [MID=8003, T=15B159D0C99F8802], 2.05, 2:0/1/16, observe(4) 0006: ACK [MID=8003] -----> 0006: CON [MID=19158, T=BC76A924F2847138], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=19158, T=BC76A924F2847138], 2.05, 2:1/0/16 0011: CON [MID=10832, T=6921333E6C191F10], GET, /test, observe(0) -----> 0012: <----- ACK [MID=10832, T=6921333E6C191F10], 2.05, 2:0/1/16, observe(1) 0013: CON [MID=10833, T=B4FCB4A47E7C1916], GET, /test, 2:1/0/16 -----> 0013: <----- CON [MID=8001, T=6921333E6C191F10], 2.05, 2:0/1/16, observe(2) 0013: <----- ACK [MID=10833, T=B4FCB4A47E7C1916], 2.05, 2:1/0/16 0013: ACK [MID=8001] -----> 0013: CON [MID=10834, T=F85DE78176D362E9], GET, /test, 2:1/0/16 -----> 0014: <----- ACK [MID=10834, T=F85DE78176D362E9], 2.05, 2:1/0/16 0014: <----- CON [MID=8002, T=6921333E6C191F10], 2.05, 2:0/1/16, observe(2) 0014: ACK [MID=8002] -----> 0015: CON [MID=10835, T=046848AE14B1E6B3], GET, /test, 2:1/0/16 -----> 0015: <----- ACK [MID=10835, T=046848AE14B1E6B3], 2.05, 2:1/0/16 0002: CON [MID=64002, T=177B2C2BF99F25F2], GET, /test, observe(0) -----> 0003: <----- ACK [MID=64002, T=177B2C2BF99F25F2], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=64003, T=D82C4F63BBBEA6D3], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=64003, T=D82C4F63BBBEA6D3], 2.05, 2:1/1/16 0004: CON [MID=64004, T=FC3616345234AC5C], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=64004, T=FC3616345234AC5C], 2.05, 2:2/0/16 0005: <----- CON [MID=8001, T=177B2C2BF99F25F2], 2.05, 2:0/1/16, observe(2), size2(42) 0005: ACK [MID=8001] -----> 0005: CON [MID=19893, T=A47222D0CD1A8718], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=19893, T=A47222D0CD1A8718], 2.05, 2:1/1/16 0006: CON [MID=19894, T=24B0EBD925B861A1], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=19894] 0002: CON [MID=19943, T=6D6671ECD82286CE], GET, /test, observe(0) -----> 0003: <----- ACK [MID=19943, T=6D6671ECD82286CE], 2.05, 2:0/1/16, observe(2) 0004: CON [MID=19944, T=4CC54BB1A9A4D583], GET, /test, 2:1/0/16 -----> 0004: <----- CON [MID=8001, T=6D6671ECD82286CE], 2.05, observe(0) 0004: ACK [MID=8001] -----> 1005: <----- ACK [MID=19944, T=4CC54BB1A9A4D583], 2.05, 2:1/0/16 1006: <----- CON [MID=8002, T=6D6671ECD82286CE], 2.05, observe(3) 1006: ACK [MID=8002] -----> 1007: <----- CON [MID=8003, T=6D6671ECD82286CE], 2.05, 2:0/1/16, observe(4) 1007: ACK [MID=8003] -----> 1007: CON [MID=19945, T=986728127CA49CD3], GET, /test, 2:1/0/16 -----> 1007: <----- ACK [MID=19945, T=986728127CA49CD3], 2.05, 2:1/0/16 0002: CON [MID=56638, T=39F7D45BE0D9BABE], GET, /test, observe(0) -----> 0002: <----- ACK [MID=56638, T=39F7D45BE0D9BABE], 2.05, 2:0/1/16, observe(1) 0003: CON [MID=56639, T=70B2EABFEDBDB567], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=56639, T=70B2EABFEDBDB567], 2.05, 2:1/0/16 0003: <----- CON [MID=8001, T=39F7D45BE0D9BABE], 2.05, 2:0/1/16, observe(2) 0003: ACK [MID=8001] -----> 0004: CON [MID=56640, T=F0AA3A1725BB3870], GET, /test, 2:1/0/16 -----> 0204: CON [MID=56640, T=F0AA3A1725BB3870], GET, /test, 2:1/0/16 -----> 0405: CON [MID=56640, T=F0AA3A1725BB3870], GET, /test, 2:1/0/16 -----> 0606: <----- CON [MID=8002, T=39F7D45BE0D9BABE], 2.05, 2:0/1/16, observe(3) 0606: ACK [MID=8002] -----> 0606: CON [MID=56641, T=94C668F66097502A], GET, /test, 2:1/0/16 -----> 0607: <----- ACK [MID=56641, T=94C668F66097502A], 2.05, 2:1/0/16 0002: CON [MID=7773, T=A31B96ECAE8564F0], GET, /test, observe(0) -----> 0002: <----- ACK [MID=7773, T=A31B96ECAE8564F0], 2.05, observe(1) 0003: <----- CON [MID=8001, T=A31B96ECAE8564F0], 2.05, 2:0/1/16, observe(3) 0003: ACK [MID=8001] -----> 0003: CON [MID=7774, T=B82A79C7F406D41F], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=7774, T=B82A79C7F406D41F], 2.05, 2:1/1/16 0004: CON [MID=7775, T=F0BB4AF285421C6E], GET, /test, 2:2/0/16 (should be dropped by error) 0005: CON [MID=7775, T=F0BB4AF285421C6E], GET, /test, 2:2/0/16 -----> (dropped) 06:01:01.593 WARN [BaseCoapStack]: error send request CON-GET MID=42311, Token=6DD5B31D2EC81CC4, OptionSet={"Observe":0, "Uri-Path":"test"}, (o.e.c.c.n.s.BaseCoapStack.sendRequest:92) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0002: CON [MID=42311, T=6DD5B31D2EC81CC4], GET, /test, observe(0) (should be dropped by error) 0002: CON [MID=42311, T=6DD5B31D2EC81CC4], GET, /test, observe(0) -----> (dropped) 0001: CON [MID=52653, T=31C97F9F86B21C21], GET, /test, observe(0) -----> 0002: <----- ACK [MID=52653, T=31C97F9F86B21C21], 2.05, observe(1) 0002: <----- CON [MID=8001, T=31C97F9F86B21C21], 2.05, observe(3) 0002: ACK [MID=8001] -----> 0003: CON [MID=52654, T=31C97F9F86B21C21], GET, /test, observe(1) -----> 0003: <----- CON [MID=8002, T=31C97F9F86B21C21], 2.05, observe(4) 0003: <----- NON [MID=8003, T=31C97F9F86B21C21], 2.05, observe(5) 0203: CON [MID=52654, T=31C97F9F86B21C21], GET, /test, observe(1) -----> 0404: CON [MID=52654, T=31C97F9F86B21C21], GET, /test, observe(1) -----> 0504: <----- ACK [MID=52654, T=31C97F9F86B21C21], 2.05 0002: CON [MID=56206, T=81575DBA9041B32E], GET, /test, observe(0) -----> 0002: <----- ACK [MID=56206, T=81575DBA9041B32E], 2.05, 2:0/1/16, observe(1) 0002: CON [MID=56207, T=F0C542AF1B9B04DE], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=56207, T=F0C542AF1B9B04DE], 2.05, 2:1/0/16 0004: CON [MID=56208, T=FC918FFCAB41F705], GET, /test -----> 0004: <----- ACK [MID=56208, T=FC918FFCAB41F705], 2.05, 2:0/1/16 0004: CON [MID=56209, T=C8E2DB44F26E4ED6], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8001, T=81575DBA9041B32E], 2.05, 2:0/1/16, observe(2) 0005: ACK [MID=8001] -----> 0005: CON [MID=56210, T=98C467590AB28988], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=56209, T=C8E2DB44F26E4ED6], 2.05, 2:1/0/16 0006: <----- ACK [MID=56210, T=98C467590AB28988], 2.05, 2:1/0/16 0002: CON [MID=26287, T=90AA3EC3C9B9BFB1], GET, /test -----> 0002: <----- ACK [MID=26287, T=90AA3EC3C9B9BFB1], 2.05, observe(3) 0003: CON [MID=26288, T=C4C410AE7CBDDDB5], GET, /test -----> 0003: <----- CON [MID=8000, T=C4C410AE7CBDDDB5], 2.05, observe(4) 0003: ACK [MID=8000] -----> 0004: CON [MID=26289, T=D8534C819068AC9D], GET, /test -----> 0004: <----- NON [MID=26289, T=D8534C819068AC9D], 2.05, observe(5) 0002: CON [MID=53676, T=B3C25C60259161FD], GET, /test, observe(0) -----> 0002: <----- ACK [MID=53676, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=53677, T=7090B92698052499], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=53677, T=7090B92698052499], 2.05, 2:1/1/16 0004: CON [MID=53678, T=B4095A53F865E7A1], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=53678, T=B4095A53F865E7A1], 2.05, 2:2/0/16 0004: observe relation has been established, server now sends a notification 0005: <----- CON [MID=8001, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(1), size2(45) 0005: ACK [MID=8001] -----> 0005: CON [MID=53679, T=709E9162C1348054], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=53679, T=709E9162C1348054], 2.05, 2:1/1/16 0006: CON [MID=53680, T=500B2EA272AA6C27], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=53680, T=500B2EA272AA6C27], 2.05, 2:2/0/16 0007: client has successfully retrieved content for notification using blockwise transfer 0007: server now sends notifications interfering with ongoing blockwise transfer 0007: <----- CON [MID=8002, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(2), size2(42) 0007: ACK [MID=8002] -----> 0007: CON [MID=53681, T=B8C45A070C5FA232], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=53681, T=B8C45A070C5FA232], 2.05, 2:1/1/16 0008: CON [MID=53682, T=50753758D8BCCA90], GET, /test, 2:2/0/16 -----> 0008: //////// Overriding notification //////// 0008: <----- CON [MID=8003, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(3), size2(40) 0009: ACK [MID=8003] -----> 0009: CON [MID=53683, T=181E08281D9A05D4], GET, /test, 2:1/0/16 -----> 0009: <----- ACK [MID=53682, T=50753758D8BCCA90], 2.05, 2:2/0/16 0009: <----- ACK [MID=53683, T=181E08281D9A05D4], 2.05, 2:1/1/16 0009: CON [MID=53684, T=AC730349DA7305D7], GET, /test, 2:2/0/16 -----> 0010: <----- ACK [MID=53684, T=AC730349DA7305D7], 2.05, 2:2/0/16 0010: client has detected newly arriving notification while doing blockwise transfer of previous notification 0010: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers 0010: <----- CON [MID=8004, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(4), size2(38) 0011: ACK [MID=8004] -----> 0011: CON [MID=53685, T=3041051EFF08B987], GET, /test, 2:1/0/16 -----> 0011: //////// Overriding notification (4) //////// 0011: <----- CON [MID=8005, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(5), size2(40) 0011: ACK [MID=8005] -----> 0012: CON [MID=53686, T=8802EB47B0C180DA], GET, /test, 2:1/0/16 -----> 0012: //////// Conflicting notification block //////// 0012: <----- ACK [MID=53685, T=3041051EFF08B987], 2.05, 2:1/1/16 0012: <----- ACK [MID=53686, T=8802EB47B0C180DA], 2.05, 2:1/1/16 0012: CON [MID=53687, T=F8DA137B08974E18], GET, /test, 2:2/0/16 -----> 0013: <----- ACK [MID=53687, T=F8DA137B08974E18], 2.05, 2:2/0/16 0013: //////// Notification after cancellation //////// 0013: <----- CON [MID=8006, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(6), size2(34) 0013: ACK [MID=8006] -----> 0013: CON [MID=53688, T=3CC422FE273DE054], GET, /test, 2:1/0/16 -----> 0014: <----- ACK [MID=53688, T=3CC422FE273DE054], 2.05, 2:1/1/16 0414: <----- CON [MID=8007, T=B3C25C60259161FD], 2.05, 2:0/1/16, observe(7) 0415: RST [MID=8007] -----> 0002: CON [MID=22103, T=F5371E3B7FFFD660], GET, /test, observe(0) -----> 0002: <----- ACK [MID=22103, T=F5371E3B7FFFD660], 2.05, 2:0/1/16, observe(0), size2(45) 0003: CON [MID=22104, T=981AE2BABC7EC06F], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=22104, T=981AE2BABC7EC06F], 2.05, 2:1/1/16 0003: CON [MID=22105, T=04E821A2C245A0B7], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=22105, T=04E821A2C245A0B7], 2.05, 2:2/0/16 0004: <----- CON [MID=8001, T=F5371E3B7FFFD660], 2.05, 2:0/1/16, observe(2), size2(42) 0005: ACK [MID=8001] -----> 0005: CON [MID=48158, T=70EC2FF1C4135C49], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=48158, T=70EC2FF1C4135C49], 2.05, 2:1/1/16 0005: CON [MID=48159, T=50D63AD57A9C38C2], GET, /test, 2:2/0/16 -----> 0006: Cancel observation F5371E3B7FFFD660 0002: CON [MID=7561, T=E5FD2FE1A3B79924], GET, /test, observe(0) -----> 0002: <----- ACK [MID=7561, T=E5FD2FE1A3B79924], 2.05, observe(1) 0003: <----- CON [MID=8001, T=E5FD2FE1A3B79924], 2.05, observe(3) 0003: ACK [MID=8001] -----> 0003: CON [MID=7562, T=E5FD2FE1A3B79924], GET, /test, observe(1) -----> 0003: <----- ACK [MID=7562, T=E5FD2FE1A3B79924], 2.05 0004: <----- CON [MID=8002, T=E5FD2FE1A3B79924], 2.05, observe(4) 0004: RST [MID=8002] -----> 0004: <----- NON [MID=8003, T=E5FD2FE1A3B79924], 2.05, observe(5) 0004: RST [MID=8003] -----> [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.611 s - in org.eclipse.californium.core.test.lockstep.ObserveClientSideTest [INFO] Running org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.803 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-release/californium-core/target/californium-core-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-core --- [INFO] Comparing [org.eclipse.californium:californium-core:jar:3.10.0] against [org.eclipse.californium:californium-core:jar:3.11.0] (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-release/californium-core/target/californium-core-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-core --- [INFO] Installing org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.californium:cf-nat >------------------- [INFO] Building Cf-NAT 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/cf-utils/cf-nat/target/cf-nat-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0.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-release/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-nat --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-nat --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-nat --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.11.0/cf-nat-3.11.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-health >--------------- [INFO] Building Cf-Unix-Health 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.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-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-unix-health --- [INFO] Comparing [org.eclipse.californium:cf-unix-health:jar:3.10.0] against [org.eclipse.californium:cf-unix-health:jar:3.11.0] (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-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-unix-health --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-unix-health --- [INFO] Installing org/eclipse/californium/cf-unix-health/3.11.0/cf-unix-health-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-cluster >----------------- [INFO] Building Cf-Cluster 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0.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-release/cf-utils/cf-cluster/target/cf-cluster-3.11.0-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.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/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-release/cf-utils/cf-cli/target/cf-cli-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/cf-utils/cf-cli/target/cf-cli-3.11.0.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-release/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar [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-release/cf-utils/cf-cli/target/cf-cli-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-cli --- [INFO] Installing org/eclipse/californium/cf-cli/3.11.0/cf-cli-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >-------------- [INFO] Building Cf-cli-tcp-netty 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/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-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.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-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar [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-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.11.0/cf-cli-tcp-netty-3.11.0-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.11.0/cf-cli-tcp-netty-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-encrypt >----------------- [INFO] Building Cf-Encrypt 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-encrypt --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0.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-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-encrypt --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-encrypt --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-encrypt --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.11.0/cf-encrypt-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.11.0/cf-encrypt-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.11.0/cf-encrypt-3.11.0-sources.jar [INFO] [INFO] -------------< org.eclipse.californium:californium-tests >-------------- [INFO] Building Californium (Cf) Tests 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-tests --- [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.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/cf-utils/cf-nat/target/cf-nat-3.11.0.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:01:43.002 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:01:43.065 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:01:43.072 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491) 06:01:43.072 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501) [INFO] Running org.eclipse.californium.integration.test.SecureBlockwiseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.californium.integration.test.SecureBlockwiseTest [INFO] Running org.eclipse.californium.integration.test.SecureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.323 s - in org.eclipse.californium.integration.test.SecureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-integration-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.11.0.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:01:47.374 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:01:47.419 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:01:47.425 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491) 06:01:47.425 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501) [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:52476/resource coap-client coaps://127.0.0.1:55443 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:01:47.800 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "2A44EEE8E116CD04727BFE266D49C8AAB032295F253487506396D2E66A789D20" != "42F6C0F77011A3BE0C557A0C6CAEFCEF9D288722D0A1C7231B2394D6AECB8531" (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:34433/resource coap-client coaps://127.0.0.1:50044 URI: change coaps://127.0.0.1:34433/resource to coaps://127.0.0.1:59458/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:59458/resource to coaps://127.0.0.1:60226/resource 06:01:50.143 WARN [NioNatUtil]: NAT 127.0.0.1:59062 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:50888/resource coap-client coaps://127.0.0.1:50197 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:53759/resource coap-client coaps://127.0.0.1:42560 Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:35905/resource coap-client coaps://127.0.0.1:46380 URI: change coaps://127.0.0.1:35905/resource to coaps://127.0.0.1:41220/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:01:54.656 WARN [NioNatUtil]: NAT 127.0.0.1:39525 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:54519/resource coap-client coaps://127.0.0.1:36850 URI: change coaps://127.0.0.1:54519/resource to coaps://127.0.0.1:56196/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:01:58.980 WARN [NioNatUtil]: NAT 127.0.0.1:55754 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:41486/resource coap-client coaps://127.0.0.1:46093 URI: change coaps://127.0.0.1:41486/resource to coaps://127.0.0.1:60097/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:01:59.315 WARN [NioNatUtil]: NAT 127.0.0.1:58169 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:58601/resource coap-client coaps://127.0.0.1:45186 URI: change coaps://127.0.0.1:58601/resource to coaps://127.0.0.1:48122/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:01:59.647 WARN [NioNatUtil]: NAT 127.0.0.1:45736 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.156 s - in org.eclipse.californium.integration.test.SecureObserveTest [INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest URI: LoadBalancer destination coaps://127.0.0.1:37150/resource coap-server coaps://127.0.0.1:37150/resource coap-client coaps://127.0.0.1:34474 06:02:01.457 WARN [NioNatUtil]: NAT 127.0.0.1:37150 stopped. 1624 forwarded messages, 1516 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:33121/resource coap-server coaps://127.0.0.1:33121/resource coap-client coaps://127.0.0.1:60283 06:02:02.253 WARN [NioNatUtil]: NAT 127.0.0.1:33121 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:41861/resource coap-server coaps://127.0.0.1:41861/resource coap-client coaps://127.0.0.1:52613 06:02:03.172 WARN [NioNatUtil]: NAT 127.0.0.1:41861 stopped. 1676 forwarded messages, 1567 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:33423/resource coap-server coaps://127.0.0.1:33423/resource coap-client coaps://127.0.0.1:47688 06:02:10.611 WARN [NioNatUtil]: NAT 127.0.0.1:33423 stopped. 376 forwarded messages, 362 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:41964/resource coap-server coaps://127.0.0.1:41964/resource coap-client coaps://127.0.0.1:38185 06:02:16.544 WARN [NioNatUtil]: NAT 127.0.0.1:41964 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:44068/resource coap-server coaps://127.0.0.1:44068/resource coap-client coaps://127.0.0.1:53659 06:02:16.559 WARN [NioNatUtil]: NAT 127.0.0.1:44068 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:34732/resource coap-server coaps://127.0.0.1:34732/resource coap-client coaps://127.0.0.1:32851 06:02:16.978 WARN [NioNatUtil]: NAT 127.0.0.1:34732 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.402 s - in org.eclipse.californium.integration.test.SecureCidClusterTest [INFO] Running org.eclipse.californium.integration.test.SecureNatTest URI: LoadBalancer destination coaps://127.0.0.1:38390/resource coap-server coaps://127.0.0.1:38390/resource coap-client coaps://127.0.0.1:50977 06:02:18.387 WARN [NioNatUtil]: NAT 127.0.0.1:38390 stopped. 1615 forwarded messages, 1414 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:48762/resource coap-server coaps://127.0.0.1:48762/resource coap-client coaps://127.0.0.1:54381 06:02:18.768 WARN [NioNatUtil]: NAT 127.0.0.1:48762 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:33069/resource coap-server coaps://127.0.0.1:33069/resource coap-client coaps://127.0.0.1:58009 06:02:19.254 WARN [NioNatUtil]: NAT 127.0.0.1:33069 stopped. 1465 forwarded messages, 1289 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:59067/resource coap-server coaps://127.0.0.1:59067/resource coap-client coaps://127.0.0.1:45120 06:02:26.539 WARN [NioNatUtil]: NAT 127.0.0.1:59067 stopped. 364 forwarded messages, 335 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:59822/resource coap-server coaps://127.0.0.1:59822/resource coap-client coaps://127.0.0.1:55060 06:02:32.260 WARN [NioNatUtil]: NAT 127.0.0.1:59822 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:39256/resource coap-server coaps://127.0.0.1:39256/resource coap-client coaps://127.0.0.1:39963 06:02:32.271 WARN [NioNatUtil]: NAT 127.0.0.1:39256 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:46534/resource coap-server coaps://127.0.0.1:46534/resource coap-client coaps://127.0.0.1:37260 06:02:32.679 WARN [NioNatUtil]: NAT 127.0.0.1:46534 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.63 s - in org.eclipse.californium.integration.test.SecureNatTest [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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-integration-tests --- [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.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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:02:34.164 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:02:34.207 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:02:34.213 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:491) 06:02:34.213 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501) 06:02:34.228 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.:35) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (0ms). 06:02:34.384 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:424) 06:02:34.385 INFO [Configuration]: defaults added SYS. (o.e.c.e.c.Configuration.addDefaultModule:424) [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0 s - in org.eclipse.californium.interoperability.test.mbedtls.MbedTlsClientAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest 06:02:34.413 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:34.416 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:34.417 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:34.417 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:34.417 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:34.477 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:34.486 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:34.489 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:34.489 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:34.489 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:1311) 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:02:34.556 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:02:34.565 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1615 bytes and written 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: 0C5A921B4AC14700E9C2CE07006B80182660071946C9CFD56A3619D2DFC147FE Session-ID-ctx: Master-Key: 1144364FED7BE94B74DB531F121E7975DAAD35C5F0FFB711A1F4BD16DB80EA49B146C4B56B43FEEDC1603919B36AC7A5 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396154 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 (611ms, testOpenSslClientChainTrustAll). 06:02:35.107 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:35.107 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:35.112 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:35.113 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:35.114 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:35.114 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:1311) 06:02:35.114 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:35.123 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:02:35.129 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1709 bytes and written 2121 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: FFE8A7A672B47FCFA69FD1A37C9E6698AB5A7A5F377DC01649956811033274E1 Session-ID-ctx: Master-Key: E4367EB1F76EB1CF15C287BC6A5FC79DBABEA173424964AC3BB5CDEB2BFD6BD7067B5F66DE0068C87F22DF2D2A518C21 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396155 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (520ms, testOpenSslClientChainTrustCa). 06:02:35.639 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:35.641 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:35.642 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:35.643 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:35.643 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:35.644 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:35.644 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:35.644 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:35.644 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:35.645 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:35.650 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:35.651 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:35.652 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:35.652 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:1311) 06:02:35.652 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:35.668 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1579 bytes and written 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: 656EF519D644444F221282256B667AEADB16A102157676781E2FDC7565240126 Session-ID-ctx: Master-Key: 0C6D742E7E2641D7BAEBF230A837713C01F9D513780115566C597E5C4DC6E4E84A481EBA3DADB20ADA6D8E1B3738608A PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396155 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientUnauthenticated). 06:02:36.178 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:36.179 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:36.197 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:36.198 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:36.199 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:36.199 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:36.199 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:1311) 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:02:36.207 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:02:36.212 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: 9CFD8DFDB36AE97BC07493FDCE9A12391BA6542364020BD30D755575EF8FE3E4 Session-ID-ctx: Master-Key: 9683AC8997E4C86EB3D5FC047040255B63AE8A9BDA4E6D3D49F00458AD37572725CE7C49DFE862F8AE906AE850C60201 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396156 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (517ms, testOpenSslClientEd25519). 06:02:36.720 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:36.721 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:36.725 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:36.726 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:36.726 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:36.726 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:1311) openssl06:02:36.726 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:36.736 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:02:36.740 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1709 bytes and written 2123 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 1996B5030D7E8F0C15C89B87B4DF2A5EED6185E96EB40FABADD709746A1163B6 Session-ID-ctx: Master-Key: 082FE2FC4FF5F45D6615EAC7BA2FCBFAFB74132546199D3F7201FFFFBB6723A65E2CF01E012147D9879061A19CE8BF0D PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396156 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientTrustTrustRoot). 06:02:37.248 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:37.249 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:37.256 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:37.257 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:37.258 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:37.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:1311) 06:02:37.258 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:37.268 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:02:37.276 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 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: A0342EDCB3EB11559BAF5F219115619338DC35ABCA4E6A251A3A1BC3952A4525 Session-ID-ctx: Master-Key: F252E80E256120B01B62D24E91F30B6CC0D9FD0B22C0088304AB05E80EB215EB24F88D991A62EEFA8E2477E724A4983E PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396157 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (522ms, testOpenSslClientX448). 06:02:37.785 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:37.785 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:37.789 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:37.790 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:37.791 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:37.791 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:1311) 06:02:37.791 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:37.799 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:02:37.805 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 1108 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: B341FF7DB501BF213F0391D530AFE85ACB29A9070EFB684AFB9DBC5271D814EF Session-ID-ctx: Master-Key: 053629F097260F5BCF27D08C0765A2E133978A8291D6CAFC14CDD67A95688B36F000D7584B7504EDDC3B5B86CCE2D2C3 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396157 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: 5F3184DA0E8ACBDFE931971FC70EFB978D3CC353 --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientExportKeyMaterial). 06:02:38.313 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:38.314 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:38.344 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:38.345 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:38.346 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:38.346 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:38.346 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:1311) 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:02:38.355 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:02:38.371 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: 4693D6F3F595E4EEFCE52B16BBD1163213A4306B434EAD7D2CD6298B71A23CF7 Session-ID-ctx: Master-Key: 36D0ED4EB9E0D6132C57AB84F97C26D2BD9E0AF64D37AB4490D58BCF96DFE1FBAA248458DFA8F05059D589FC5720EDA2 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396158 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (536ms, testOpenSslClientRsaCertificatChain). 06:02:38.886 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:38.887 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:38.891 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:38.892 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:38.893 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:38.893 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:38.893 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:1311) 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:02:38.902 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:02:38.908 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 1713 bytes and written 1991 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 306FABAB053C81E4862F48A5242BB2F32B7CDDA8E7F2EC05BCDED79B7F3B82F7 Session-ID-ctx: Master-Key: 972782A26062A89427A871986A8401AC44C4E206568C5FE6B24A39EE0C1BDD336F5AD6F40CEC65D3DA71B25A13E53A05 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396158 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (520ms, testOpenSslClientEdDsaCertificatChain). 06:02:39.417 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:39.419 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:39.425 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:39.426 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:39.427 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:39.427 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:1311) 06:02:39.428 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:39.437 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1577 bytes and written 455 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 036EBE53D45014B1C738492E8DA533190B2F7F747B347F5431B7447F8633907F Session-ID-ctx: Master-Key: FDEF09BD2ADA7D02D70369D1C749546F1D7B02F521EF1E6DD77C0963CE7CD3084AD08AF5DC97A7431FE85D64C08AA2AD PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396159 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, 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:02:39.955 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: 5429DC93B3C0DF52CBE7E26F7DD264318A1B61B6E3DD5756C5C97469D3264E3B Session-ID-ctx: Master-Key: 026DD6DC5059A05329F4ED3A3EDA380D402401CEEB07D4361B276DAE59CC7385FF000674CB7B6DC9671EDB2D08E38FD2 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396159 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientUnauthenticatedFullhandshake). 06:02:40.464 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:40.464 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:40.468 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:40.469 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:40.470 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:40.470 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:1311) 06:02:40.470 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:40.478 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:02:40.482 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1615 bytes and written 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: 5F22A38E64640D27D07165A001A717C39D911F5C24515B03849700ADDB1856D4 Session-ID-ctx: Master-Key: 2CFA8CD02BC79DC0F8BE58A1D3B83B8F48F64BF67461B036153A630663A2ABF420E72A352EA0F211B319C142986BF183 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396160 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientCertTrustAll). 06:02:40.989 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:40.990 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:40.995 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:40.995 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:40.996 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:40.996 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:1311) 06:02:40.996 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:41.005 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:02:41.014 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-384, 384 bits --- SSL handshake has read 1775 bytes and written 2187 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 53ED4B90367A924D2DA3CF07DA23002BA166A2CBCF7881AF664C0F85177D8BDD Session-ID-ctx: Master-Key: 3A3F056AB29C5BC355C31AE31A1DEB6DE05D322FAB0D74694B9C949E73604962E741245EE852C2E6384D1332DD5E2D14 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396161 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (530ms, testOpenSslClientSecP384r1). 06:02:41.530 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:41.531 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:41.534 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:41.535 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:41.536 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:41.536 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:41.536 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:1311) 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:02:41.545 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:02:41.551 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 1743 bytes and written 2151 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 2FEA0A18BF088E51659AD7527741EFB48C04A5A8DC3BCB1D76C3ABC67A698AB2 Session-ID-ctx: Master-Key: 973987872FD1DCA8B32268939F58C881F2C2C6BB029C33221CABA77CD33B8DA9A47BDCC2282FD2A1D6C811AD8C54D81B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396161 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (524ms, testOpenSslClientPrime256v1). 06:02:42.064 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:42.064 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:42.068 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:42.068 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:42.069 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:42.069 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:1311) 06:02:42.069 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:42.077 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:02:42.080 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1709 bytes and written 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: 05613B11CCEC0CFC15C5B0C1A96FD25F9142B87F57311CA6500B35865A91EA7D Session-ID-ctx: Master-Key: C4EF6DE3CFC91F6027A7870633383BB7C37B7E3C7E528EFD623CB378556C5CDED80763D08E487F0BEFB1512EBB20D2C6 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396162 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientTrustTrustCa). 06:02:42.587 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:42.588 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:42.591 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:42.592 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:42.593 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:42.593 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:42.593 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:1311) 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:02:42.602 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 06:02:42.607 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1613 bytes and written 2121 bytes Verification: 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: F254E8AA7B7BCF318B58D7C4C6F92EB27E15E6A0656B71749BBA59428C8DB43B Session-ID-ctx: Master-Key: 0CC74BD6E3FE2D3C756815DA8B28DA070D9C09E41F91633EB96432F051DFB5C132F0EA1491BD92098D4C2ECBEF221C09 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396162 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientTrustTrustAll). 06:02:43.115 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:43.115 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:43.120 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:43.121 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:43.122 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:43.122 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:1311) 06:02:43.122 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:43.129 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:02:43.133 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 1108 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: A5E409F2676467848A9D1C00603F69EC03D7FA5C37007D90C5039B0C9B74925B Session-ID-ctx: Master-Key: A000B591CF0F4BD64597FF143C6AABC1A92CE518D062E04FFAE7321CB6AD35FF8810CEE860815ECD6D838A6791483974 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396163 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientCertTrustCa). 06:02:43.640 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:43.641 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:43.644 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:43.645 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:43.646 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:43.646 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:1311) 06:02:43.646 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:43.654 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1577 bytes and written 455 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: AE14A5E91BED80951F9DF13DFD703B5F437F4ACAF849E999AA907E123F0F5150 Session-ID-ctx: Master-Key: F4B40A3FD630FBB46C62DD0502889AF2E382595703F512EE8B96F873068E8BE18DFE353A456D57BB267CDEFC26D7479D PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396163 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, testOpenSslClientUnauthenticatedResumes). openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_in sess.pem -no_ticket Can't use SSL_get_servername CONNECTED(00000003) --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent --- SSL handshake has read 179 bytes and written 248 bytes Verification: OK --- Reused, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: AE14A5E91BED80951F9DF13DFD703B5F437F4ACAF849E999AA907E123F0F5150 Session-ID-ctx: Master-Key: F4B40A3FD630FBB46C62DD0502889AF2E382595703F512EE8B96F873068E8BE18DFE353A456D57BB267CDEFC26D7479D PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396163 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (509ms, testOpenSslClientUnauthenticatedResumes). 06:02:44.675 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:44.676 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:44.684 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:44.686 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:44.687 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:44.687 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:44.687 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 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:02:44.695 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:02:44.701 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 2109 bytes and written 2042 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: 7B03D1829A71BDAABE0EDC2961EEBD32DB725E964F417B135C8FE749B14E6EE4 Session-ID-ctx: Master-Key: AD32BE037016A9E71D7FFC0FC368C1692214F852941B8E4D6E488FD45D6EDA90145A729F7B3BBBE072CD64BFAA51ECD5 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396164 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientMixedCertificatChain). 06:02:45.208 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:45.209 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:45.214 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:45.214 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:45.215 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:45.215 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:1311) 06:02:45.215 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:45.223 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:02:45.227 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 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: 2E177867F3B196B898EF3F6DA7B529FE547B037C27AEFF4F6FEF1D8F8119A4FD Session-ID-ctx: Master-Key: E92CD45D1C1CAB2B187B9612FDCC7BDB1206905FFEE5D0B429750CD09A143CA875BA3ED04384AF3569049117DEEA9CFB PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396165 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientChainTrustRoot). 06:02:45.734 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:45.735 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:45.738 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:45.739 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:45.740 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:45.740 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:1311) 06:02:45.740 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:45.749 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:02:45.753 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1710 bytes and written 2122 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 455F870F3B2FE6B6D17171CA8021BA480A4EF11E93ECA8EFEBA762A3AFF84865 Session-ID-ctx: Master-Key: 027B18910F97D9BF5E91CCBC73DA94456C3C003D50C7CFF5168C7CC6C2C397765AA8E9067F3BCE3630CED08031158E6C PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396165 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientX25519). 06:02:46.260 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (3ms). [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 11.855 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest 06:02:46.271 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:02:46.282 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.282 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.283 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:55657] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.283 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:55657, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.283 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:55657] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.287 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.292 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----- MIICgAIBAQIDAP79BALArgQg1gKG6jPfJw4l1E0koUfw8WjGp/ubySBfatlZrDVk xpEEMJZ+ih3Q24NR/pdUoedfEQtnIr3FCSCU1N6Z6i9f3Kaku8kChJniLNzoWBBL pIoFFKEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (27ms, testOpenSslServerTrustTrustAll). 06:02:46.301 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.301 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:02:46.311 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.311 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.312 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41882] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.312 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41882, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.312 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41882] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.314 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.318 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----- MIIChQIBAQIDAP79BALArgQg4Leh7p47XsJlXUyAnt/5flGCU35QlaWoD/8V0TrR dYQEMHACIdiGJaKfvFAIJX3owNgGmjydx0Rd8SEc3djf+6Z9JY2rZxKXK0N5LKLf +Uog46EGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (22ms, testOpenSslServerChainTrustCa). 06:02:46.326 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.327 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:02:46.340 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.341 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.342 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41669] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.342 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41669] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.342 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41669, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.344 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.355 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----- MIICgAIBAQIDAP79BALArgQgwJEYmEwjPaNw8Nw7YMZin4TwwCFZBtArEruY4Ok+ E8wEMJibCb3TJtJagDQSBxYWEm+SNDaJXtPgtlfpHiKiJT26f4FcrMMIGAHUhGKy OWJ6ZKEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (33ms, testOpenSslServerFullTrustTrustAll). 06:02:46.363 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.363 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:02:46.388 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.389 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.389 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:48029] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.389 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:48029, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.389 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:48029] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.392 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.396 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----- MIIDVQIBAQIDAP79BALALwQgvRRfVBSEeQurZs0oEHWOcjBn4TYUWkuHHA2Dgwxh alkEMNUFNDZXTUHChIolR6V8Hi57vygjm5vnsR5my8UhgAVc0NUSbv/ZZ0Hyf5nt /GSbV6EGAgRl8pMGogQCAhwgo4IC0TCCAs0wggJyoAMCAQICCGcoHR/G2WVhMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODI0WhcNMjUxMDI1MDgwODI0WjBiMRYwFAYDVQQD Ew1jZi1jbGllbnQtcnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChML RWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0G CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPBY5bhxq5LXFvNj3jz0do6aqm/O72 rl4oFw1TFpSf+VTxv1Bb8/52XwjERwjAYBRPmdajl5RTE+Q5q9erPwm5kbPl5VcA uC1DGWJ6ThIMS4tOQ2ZBqD/W10Mf2bIGnA0glDi01U3CB+Aje44a4KwnHro/LRVc zMTbVE9GFTyzOjUmy+EpMLjYqNA08FCU1jtOev+ikAxZ7BEZekZZ30gYT12IQ/Sr SL6yE2yekHuNFRaLjacSMPhKBzJDMcrE4JSWCS24F8u1oi/73W60YCVGZVaiWb86 PO7qAPbu2z7Dli8QjdsewOeU6py1KVShubmdTDtDP96HYUNNIUjwh0YRAgMBAAGj TzBNMB0GA1UdDgQWBBQdDQAgA3UvOv45g4nMvxHhfMezmTALBgNVHQ8EBAMCB4Aw HwYDVR0jBBgwFoAUsVc6CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSQAw RgIhAMxj4xPpoR+VraRwXPggN4F/zuDsgh3qzwPsYFcFQ8pDAiEA5wVZJI+cq7JH 5LZlV54F8QMu4m4D0XBvBxMw4a35716kBgQEAQAAAKUDAgEUrQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICzTCCAnKgAwIBAgIIZygdH8bZZWEwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjRa Fw0yNTEwMjUwODA4MjRaMGIxFjAUBgNVBAMTDWNmLWNsaWVudC1yc2ExFDASBgNV BAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElvVDEPMA0GA1UEBxMG T3R0YXdhMQswCQYDVQQGEwJDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC ggEBAM8FjluHGrktcW82PePPR2jpqqb87vauXigXDVMWlJ/5VPG/UFvz/nZfCMRH CMBgFE+Z1qOXlFMT5Dmr16s/CbmRs+XlVwC4LUMZYnpOEgxLi05DZkGoP9bXQx/Z sgacDSCUOLTVTcIH4CN7jhrgrCceuj8tFVzMxNtUT0YVPLM6NSbL4SkwuNio0DTw UJTWO056/6KQDFnsERl6RlnfSBhPXYhD9KtIvrITbJ6Qe40VFouNpxIw+EoHMkMx ysTglJYJLbgXy7WiL/vdbrRgJUZlVqJZvzo87uoA9u7bPsOWLxCN2x7A55TqnLUp VKG5uZ1MO0M/3odhQ00hSPCHRhECAwEAAaNPME0wHQYDVR0OBBYEFB0NACADdS86 /jmDicy/EeF8x7OZMAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++h sUb9vQwqODzgUTAKBggqhkjOPQQDAgNJADBGAiEAzGPjE+mhH5WtpHBc+CA3gX/O 4OyCHerPA+xgVwVDykMCIQDnBVkkj5yrskfktmVXngXxAy7ibgPRcG8HEzDhrfnv Xg== -----END CERTIFICATE----- subject=CN = cf-client-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-RSA-AES128-GCM-SHA256:PSK-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-RSA-AES128-GCM-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (41ms, testOpenSslServerRsaTrustRoot). 06:02:46.408 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.408 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:02:46.417 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.417 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.418 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40752] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.418 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40752] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.418 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40752, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.420 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.425 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----- MIICgAIBAQIDAP79BALArgQg2kbgqhhbl04cN7lFmpkBaTYtieCvEh2eeR9yELB4 9VsEMKAVf36Jm6Sjs533EiomBlIy9F2tUmoLe1yRleQAM25dQNVpcneSH/cYTTHI IuyeT6EGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (21ms, testOpenSslServerRsaTrustTrustRoot). 06:02:46.432 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.432 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:46.432 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.433 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:46.433 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.433 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:02:46.457 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.457 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.458 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45148] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.458 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45148, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.458 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45148] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.459 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.461 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----- MIIChQIBAQIDAP79BALArgQg74ZemekiC7VB+nNpOqJY5Kx6ALSWyliUTTsjCz29 twoEMMsoJl8HQoN5ARWLbSaqPXrivFLMTp/viVlSS5UvZ/jFexAJgvBkOrNHVShh 8yV3FqEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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, testOpenSslServerChainTrustAll). 06:02:46.469 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.469 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:46.469 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.470 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:02:46.478 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.479 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.479 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38558] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.479 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38558, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.479 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38558] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.481 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.483 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----- MIIChQIBAQIDAP79BALArgQgLms3h9kwNHRJ/8A6lSQUOUjbPTg0gyV/SsGV8DL1 w20EMDBdMl8+jAIGXEhvB15r34UHK3e8gzJRXC/EILCSwB/XVNbsZWmZOtW0gLnF vI5EoKEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (17ms, testOpenSslServerChainTrustRoot). 06:02:46.489 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.490 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:02:46.498 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.499 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.499 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:34388] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.499 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:34388, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.499 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:34388] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.501 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.505 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----- MIIChQIBAQIDAP79BALArgQgPZySRD0yG+BO4z95AvCb62ukC8wyNtKfiMs0IDLi v48EMNUVRrHqHAy4X5zbFbJcf1Ofh5N1cpgcu06cMRzo48Kti42efc1aB3TTImZW FNv/bKEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (19ms, testOpenSslServerCertTrustCa). 06:02:46.512 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.512 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:02:46.518 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.518 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.519 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:44065] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.519 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:44065] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.519 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:44065, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCDcZv6IbCtmZ9KAbLWrvyi0Mr2flia0mBvT4Ii0l17U 1QQw7/NRaxotVOv517vpfA+KZbd/Abdkw/J/FLbGUeYaKUeEI2edfOO0SuJKsPLJ wKVUoQYCBGXykwaiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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: E8BB60F5EDF67680ADE3EAA71AC67F964BF8501A 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 (8ms, testOpenSslServerExportKeyMaterial). 06:02:46.523 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.523 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:02:46.533 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.534 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.550 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42241] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.550 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42241, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.550 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42241] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.552 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.554 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----- MIICgAIBAQIDAP79BALArgQgi8KAyMCUvc+9ikJ3Egf714xoJV92BJ6ZMyX20sXU HhQEMLw+SO7ymujmSJsQq5yAYxrslraUPL6P8hjqOLkcM0aG93sDldnZ/oC1BqY3 SL1WVKEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (35ms, testOpenSslServerPrime256v1). 06:02:46.561 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.561 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:02:46.571 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.572 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.572 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54070] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.572 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54070, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.573 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54070] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.574 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.576 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----- MIICgAIBAQIDAP79BALArgQgBH2wwcz3IW94+taW3323cM/rU6kZztUwBZu/Pkpv DhQEMIbBGRVBysohrb64q/wpNU9TJywdoyO9xO628l6BDXbYKdGjPHa6wCJo0txn riaRRaEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: X25519:P-256 Shared Elliptic groups: X25519:P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (17ms, testOpenSslServerX25519). 06:02:46.581 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.582 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:02:46.590 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.591 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.591 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:44187] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.591 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:44187, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.597 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:44187] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.598 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.600 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----- MIIChQIBAQIDAP79BALArgQgPlh3/Wobc+EdfdkhFCRKHWHBTnMSLuNJ2j0XtB1I x7IEMHRgA4wVcluEpxBrkgyqlJSolb3Q1aP6xn0sywrFlLaFccSp8bjdKRP5mj23 ceBx8aEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (22ms, testOpenSslServerCertTrustAll). 06:02:46.607 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.607 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:02:46.617 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.617 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.618 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42746] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.618 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42746] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.618 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42746, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.620 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.624 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----- MIICgAIBAQIDAP79BALArgQgREp5bagb5BTzt+Pup9ItV21jv+4S4hWjiwgpr0d/ IMQEMByNByN0xaQXT804UhT0PqlYN/U7+22yoZk+kp2e/CaYIl/0CpV+ZXDHR4VF FGN9W6EGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (42ms, testOpenSslServerX448). 06:02:46.652 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.652 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:02:46.662 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.663 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.663 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:57632] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.663 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:57632, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.663 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:57632] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.666 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.670 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----- MIICgAIBAQIDAP79BALArgQgN9jknVF9vIn1SAGyNdbUxNQ2XIgR5vimiX0cT+ap yGAEMAFB3c4YPmwN7D4GJl/X0wJMrfIiyPgEXwxTYxmdlM8O3LuNDyx5JBrnxUl7 wu53gqEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (30ms, testOpenSslServerSecP384r1). 06:02:46.686 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.686 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:02:46.692 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.693 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.694 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40856] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.694 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40856, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.694 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40856] (o.e.c.s.DTLSConnector$Worker.run:3829) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCDs8wAMTjM1k1jn+EOz+tigCgwp4yuJLctdbN30y0Oy zAQwHLIeJI1GChuquXaXViV18Ssq3ycJxRyEyUzleHinC/u5SdAdJCm06mKIwlDi b92roQYCBGXykwaiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (8ms, testOpenSslServerPsk). 06:02:46.697 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.698 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:02:46.707 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.708 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.708 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:35688] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.708 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:35688, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.709 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:35688] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.710 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.713 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----- MIICgAIBAQIDAP79BALArgQgvOdhPNfWg5RWd5vQqjGCIBM6xNgo5ELAu3KpzjHu t8AEMM1pHo17RZCf5xsZHGRC5gWDMk4VRx1Qxmb8/i7/PEZAHSdWs1LiSHowvGDG QjrgyaEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (18ms, testOpenSslServerTrustTrustCa). 06:02:46.719 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.719 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:02:46.752 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.753 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.753 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40040] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.753 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40040, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.753 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40040] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.755 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.757 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----- MIICgAIBAQIDAP79BALArgQg1lBgxpeMvRirfIuYBiNnIH8i61w5GWrmXQ83j0Nv osUEMIlqp/oxQfq/OdGuYMtj+ZF7f3BYEUPMWIJZxttUBGHSZxV8ndYTJysj1VZc VeiGZaEGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (41ms, testOpenSslServerTrustTrustRoot). 06:02:46.763 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:46.763 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:02:46.771 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.772 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.772 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:37285] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.772 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:37285, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:46.773 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:37285] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.774 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:46.776 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----- MIIChQIBAQIDAP79BALArgQgPY7ykgVlKLcN3azltuHtgwhJIugKyc4szawxox6T 6YYEMIOaYCei6dJp3g0pEuoaiLrkCUB4POUuBFTn6dntn7Lv4OJfFx6bXwOfP1Sp I4Cad6EGAgRl8pMGogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8:PSK-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (16ms, testOpenSslServerRsaChainTrustRoot). 06:02:46.782 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (2ms). [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.515 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest 06:02:46.789 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:46.790 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:46.791 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:46.791 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:46.791 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:1311) 06:02:46.792 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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: E798717EF27C77721133ABEA1AC7C9B993996A90EC9E5AFB12988B6B87E499FB Session-ID-ctx: Master-Key: F2B630093C9F0BAE2FC7C036ECB218933236D3391E6159C8D81E2B5979B97E63A6E5856D954F887BA50EDD6A4DC80261 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1710396166 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (507ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 06:02:47.302 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:47.302 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:47.303 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:47.303 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:47.304 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:47.304 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:47.304 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:1311) 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: 6640C05B09143371FA70841D4EC94E1087E663A1E31FF51448CACAEC67BE89EE Session-ID-ctx: Master-Key: 88DD99AA60B8FCC92BBD42A1BCEB5E5F7A229E10E39E8D03B473432F498209C5115AFD9E57A69CCAE9131C04E3E7496B PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1710396167 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (508ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8). 06:02:47.815 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:47.816 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:47.817 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:47.817 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:47.818 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:47.818 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:1311) 06:02:47.818 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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: D842CA43AB317EAF739933A1624C4F682351E80F85DC7E9CBB8CB04657737D22 Session-ID-ctx: Master-Key: AA6769C5DC21F704BEF603DD78DB4EA5C73EF294A987899237C3D267DD2E6FAD571367CAC1AF6CB853F9E5D5A9355CBF PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1710396167 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (511ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:02:48.332 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:48.333 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:48.334 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:48.336 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:48.337 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:48.337 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:48.337 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:1311) 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: 538F63125B9341349C3A961443DC90B9DE026966A1B0AF415BE0335985601E67 Session-ID-ctx: Master-Key: 5010282FE354D026DA946C112FAA7BBA5BCAFDA3F4B8A3CBB22036091128710697CB8E7ED5C254E5C28C4786C9421A05 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1710396168 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (510ms, openssl-client, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:02:48.851 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:48.851 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:48.855 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:48.855 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:48.856 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:48.856 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:1311) 06:02:48.856 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:48.864 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:02:48.868 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 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: D6CB8BD28811C2B78972D05FAA9B595CD1DD8C0E247B1EF059D551C333CFDD63 Session-ID-ctx: Master-Key: 810FCACBB4473BB924C3E0D9EFF4CD7B277B22093F4BF423E4C50985B83C828BCE17809146ABFABCDB7AA7DEEB353549 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396168 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, openssl-client, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:02:49.374 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:49.375 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:49.378 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:49.379 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:49.380 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:49.380 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:1311) 06:02:49.380 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:49.387 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:02:49.390 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 1621 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: 0ED31C96620A039CE71042C66EEC8ACE50DE77A2C4FDB4D57303BBB9421C8BED Session-ID-ctx: Master-Key: C1C6452A7254900378C7C8BC2E06330D6257E3BA9348FEC6BEFD01323B8914364DA67DDCD55E4D968E43638CCE6F05B2 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396169 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:02:49.897 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:49.897 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:49.905 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:49.906 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:49.907 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:49.907 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:1311) 06:02:49.907 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:49.914 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:02:49.919 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3 WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R 805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA== -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1973 bytes and written 1104 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256 Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-GCM-SHA256 Session-ID: 08908EE7E8DD224EC8D798BD4B4C614EC7EEA2D35E0308FDD7BB77EBA6CFF72F Session-ID-ctx: Master-Key: 3C693651BF0736A1F601925FFB66052CC5A24837F2D33E28F42EEEC1133BD5BCD3DC48A1FA80B3B7849286817603CBE1 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396169 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:02:50.425 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:50.426 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:02:50.430 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:50.431 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:50.432 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:50.432 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:1311) 06:02:50.432 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829) 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:02:50.439 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:02:50.444 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3 WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R 805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA== -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1999 bytes and written 1103 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256 Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-GCM-SHA256 Session-ID: E6072821EC88DE9A1C99C84AF542D9B0254ED1547CFAF8E9120EE90AEF1162DB Session-ID-ctx: Master-Key: 3E95A67DF75424C9D68A461F66094532A1A2C619903E68B3FCE14795949302C7AD0A0114072077FFC009E6220776E50F PSK identity: None PSK identity hint: None SRP username: None Start Time: 1710396170 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, openssl-client, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:02:50.950 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (3ms). [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.168 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest 06:02:50.960 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:02:50.967 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:50.968 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:50.969 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:37600] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:50.969 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:37600, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:50.969 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:37600] (o.e.c.s.DTLSConnector$Worker.run:3829) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCB/15KKJGL/9hdLb/99aVObYqVjela1wz9QHO7tP62O RgQwGc2zZM5NCRKlH9vMJlFA1IaKVeS9FQHw4B3/D/IDgtzRKBiDyQ8eZoGQrMSJ XJAzoQYCBGXykwqiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (10ms, openssl-server, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 06:02:50.973 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:50.974 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:02:50.980 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:50.981 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:50.982 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:47019] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:50.982 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:47019, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:50.982 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:47019] (o.e.c.s.DTLSConnector$Worker.run:3829) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCATtp5HN5GazhPH1VtaSu8h0CraQ6G9EjFfO9p2cKKw pwQwr2fMstEd4epbLdC+Ptx7oY0sYG6tVw9gnKsSWHHuRhKJ6xho3A0zMMMRMFBI 6NB6oQYCBGXykwqiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (9ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8). 06:02:50.986 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:50.986 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:02:50.993 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:50.994 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:50.994 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40493] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:50.994 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40493, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:50.994 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40493] (o.e.c.s.DTLSConnector$Worker.run:3829) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCDXEsewFx5PL7z9YqWJqMGS0jn1/Hyh2Fy0vLCD/V6i 4wQwWZYZf6EunY0PCJ9SO52lr+8y7uxpk3Zv4XYjBK7U1ar2BlaQoytzwz+p/u1n /e1foQYCBGXykwqiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256 Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (12ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:02:51.001 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:51.001 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:02:51.055 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:51.056 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:51.056 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:56090] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.057 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:56090, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:51.057 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:56090] (o.e.c.s.DTLSConnector$Worker.run:3829) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCAPfi1VTL/cHBxC5WglMCKSX18V7HGwxRmfPQfW6ygD VAQwKLT6bIuWmKHJhwwLmG7Sjqx4VGTWZfX+Fzc3hT8MJYc+XJtg3USfAVhuI2YH i+6OoQYCBGXykwuiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256 Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (12ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:02:51.063 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:51.064 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:02:51.072 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:51.073 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:51.074 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52064] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.074 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52064, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:51.074 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52064] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.075 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:51.077 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----- MIIChQIBAQIDAP79BALAKwQgiDOutPCif5oggnqYyYbCUXlxdknOuDTRfglEl53E AGoEMC7YrDEeHU5f9GpK2DC7hSuD0Ny3CtrS2JRf6WWLo1w4xkuqarIYr+JXHC05 aBQXpKEGAgRl8pMLogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (17ms, openssl-server, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:02:51.084 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:51.084 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:02:51.093 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:51.093 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:51.094 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:43276] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.094 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:43276, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:51.094 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:43276] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.096 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:51.097 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----- MIIChQIBAQIDAP79BALAKwQg9GWfD+sOapI0Ym/6326an3ldCn6WxHg1WUlPjJ9h 838EMHyP40wHT3zk1N6ReEqwDEC4ey4CuzAthstH8TUEFM2bJOvHQlTY/i4QBnXL 4l2gPqEGAgRl8pMLogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-GCM-SHA256 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-GCM-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (18ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:02:51.105 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:51.105 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:02:51.152 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:51.153 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:51.153 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:47827] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.153 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:47827, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:51.153 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:47827] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.156 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:51.156 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----- MIIChQIBAQIDAP79BALALwQgaa2FMK9Lns3hEdnYo3fMmNL0M4wy5GhoNv3EwHnf HAoEMDyNR8sZu/6JmwjsksQktCxh1C4rltloABWvHdj00T4nqw26LsCUIvnyjxew xBK/rqEGAgRl8pMLogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (55ms, openssl-server, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:02:51.163 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:02:51.163 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:02:51.171 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:02:51.172 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200) 06:02:51.172 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:46642] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.172 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:46642, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311) 06:02:51.173 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:46642] (o.e.c.s.DTLSConnector$Worker.run:3829) 06:02:51.175 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:02:51.176 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----- MIIChQIBAQIDAP79BALALwQgiRa3sy6YqJAlRNy5DJf5zaJxobU0z50PLt8nglQp dRYEMMeGWEr9gQWuRrqvICHc6df0heOJ+54aV1gUWpeoagEWAfXA+9TtuCzErRRR 9PysgqEGAgRl8pMLogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (16ms, openssl-server, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:02:51.182 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.225 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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-interoperability-tests --- [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.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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.CrossProtocolTranslatorTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s - in org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-proxy2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/californium-proxy2/target/californium-proxy2-3.11.0.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-release/californium-proxy2/target/californium-proxy2-3.11.0-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.11.0] (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-release/californium-proxy2/target/californium-proxy2-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-proxy2 --- [INFO] Installing org/eclipse/californium/californium-proxy2/3.11.0/californium-proxy2-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/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-release/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] ------------------------------------------------------- 06:03:01.280 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.289 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:03:01.289 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:03:01.290 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 06:03:01.331 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:03:01.357 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:03:01.357 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:03:01.357 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:03:01.379 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:03:01.385 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:03:01.385 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:03:01.386 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:03:01.386 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:03:01.386 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:03:01.386 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:03:01.386 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:03:01.386 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:03:01.386 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:03:01.387 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:03:01.387 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:03:01.387 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:03:01.387 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:03:01.387 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 06:03:01.397 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.402 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.403 [main] INFO org.eclipse.californium.ban - Started. 06:03:01.403 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.412 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.422 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.424 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.426 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.451 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.452 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.452 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:03:01.452 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.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:03:01.454 [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:03:01.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:03:01.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:03:01.460 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.75.255 - eth0. 06:03:01.460 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.461 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.461 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.461 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:01.461 [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:03:01.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.462 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.462 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:03:01.463 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.463 [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:03:01.463 [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:03:01.463 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:03:01.463 [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:03:01.463 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 06:03:01.467 [: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:03:01.468 [: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:03:01.470 [: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:03:01.470 [: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:03:01.474 [: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":0x19000948EA29A0601E54588B}, 4E 5E 06 FC 9C DB A6 8D AE 2E 86 07 52 29 03 59 32 94 C6 6C BE 5F 90 1C E7 35 88 F9 AD 8F 0F 7B 06:03:01.475 [: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-48101], CON-POST MID=48101, Token=null, OptionSet={"Object-Security":0x19000948EA29A0601E54588B}, 4E 5E 06 FC 9C DB A6 8D AE 2E 86 07 52 29 03 59 32 94 C6 6C BE 5F 90 1C E7 35 88 F9 AD 8F 0F 7B 06:03:01.481 [: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-2485BEE8B8EEFBA1], CON-POST MID=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x19000948EA29A0601E54588B}, 4E 5E 06 FC 9C DB A6 8D AE 2E 86 07 52 29 03 59 32 94 C6 6C BE 5F 90 1C E7 35 88 F9 AD 8F 0F 7B 06:03:01.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-48101], KeyToken[127.0.0.1:8192-2485BEE8B8EEFBA1]] 06:03:01.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 58 bytes to 127.0.0.1:8192 06:03:01.486 [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=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x19000948EA29A0601E54588B}, 4E 5E 06 FC 9C DB A6 8D AE 2E 86 07 52 29 03 59 32 94 C6 6C BE 5F 90 1C E7 35 88 F9 AD 8F 0F 7B] 06:03:01.486 [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:03:01.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-48101] 06:03:01.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST MID=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 06:03:01.490 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8193 06:03:01.492 [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:03:01.493 [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:03:01.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]! 06:03:01.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04 MID=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x1011502C7B97A22C40AC01D05CDB6AAE2B5C5E}, 04 3F 55 96 DB DB 38 BB B6! 06:03:01.496 [UDP-Sender-localhost/127.0.0.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:03:01.496 [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=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x1011502C7B97A22C40AC01D05CDB6AAE2B5C5E}, 04 3F 55 96 DB DB 38 BB B6] 06:03:01.496 [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:03:01.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.498 [: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:03:01.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x1011502C7B97A22C40AC01D05CDB6AAE2B5C5E}, : 06:03:01.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192, complete]! 06:03:01.499 [: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-2485BEE8B8EEFBA1] 06:03:01.499 [: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-48101] 06:03:01.499 [: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=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=48101, Token=2485BEE8B8EEFBA1, OptionSet={"Object-Security":0x19000948EA29A0601E54588B}, acked 4E 5E 06 FC 9C DB A6 8D AE 2E 86 07 52 29 03 59 32 94 C6 6C BE 5F 90 1C E7 35 88 F9 AD 8F 0F 7B! 06:03:01.499 [: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:03:01.500 [: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:03:01.500 [: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:03:01.500 [: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:03:01.501 [: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":0x19001A58182C7B97A22C40AC01D05CDB6AAE2B5C5E31E3C974409FBB58}, 25 97 E8 31 17 C6 59 CB D0 BC F5 AD A1 81 3B 06:03:01.501 [: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-48102], CON-POST MID=48102, Token=null, OptionSet={"Object-Security":0x19001A58182C7B97A22C40AC01D05CDB6AAE2B5C5E31E3C974409FBB58}, 25 97 E8 31 17 C6 59 CB D0 BC F5 AD A1 81 3B 06:03:01.501 [: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-484B6E01999B169D], CON-POST MID=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x19001A58182C7B97A22C40AC01D05CDB6AAE2B5C5E31E3C974409FBB58}, 25 97 E8 31 17 C6 59 CB D0 BC F5 AD A1 81 3B 06:03:01.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-48102], KeyToken[127.0.0.1:8192-484B6E01999B169D]] 06:03:01.502 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:03:01.502 [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=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x19001A58182C7B97A22C40AC01D05CDB6AAE2B5C5E31E3C974409FBB58}, 25 97 E8 31 17 C6 59 CB D0 BC F5 AD A1 81 3B] 06:03:01.502 [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:03:01.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-48102] 06:03:01.502 [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:03:01.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.506 [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:03:01.506 [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:03:01.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 06:03:01.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04 MID=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x}, D1 7B 0F 99 61 EB 8C A4 E5 DB 85 A6 65 F7 80 C7 B0 82 CB B8 DC 47! 06:03:01.507 [UDP-Sender-localhost/127.0.0.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:03:01.507 [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=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x}, D1 7B 0F 99 61 EB 8C A4 E5 DB 85 A6 65 F7 80 C7 B0 82 CB B8 DC 47] 06:03:01.507 [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:03:01.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.508 [: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:03:01.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:03:01.508 [: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-484B6E01999B169D] 06:03:01.508 [: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-48102] 06:03:01.508 [: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=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=48102, Token=484B6E01999B169D, OptionSet={"Object-Security":0x19001A58182C7B97A22C40AC01D05CDB6AAE2B5C5E31E3C974409FBB58}, acked 25 97 E8 31 17 C6 59 CB D0 BC F5 AD A1 81 3B! ==[ CoAP Response ]============================================ MID : 48102 Token : 484B6E01999B169D Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 41 ms Payload: 12 Bytes =============================================================== 06:03:01.513 [: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:03:01.513 [: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:03:01.514 [: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}, D9 B0 EA 64 4C F8 7C 61 0B FD 6D 97 30 A2 8D 06:03:01.514 [: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-48103], CON-POST MID=48103, Token=null, OptionSet={"Object-Security":0x0901}, D9 B0 EA 64 4C F8 7C 61 0B FD 6D 97 30 A2 8D 06:03:01.514 [: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-D06F6137E161AB3F], CON-POST MID=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x0901}, D9 B0 EA 64 4C F8 7C 61 0B FD 6D 97 30 A2 8D 06:03:01.514 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-48103], KeyToken[127.0.0.1:8192-D06F6137E161AB3F]] 06:03:01.514 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:03:01.515 [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=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x0901}, D9 B0 EA 64 4C F8 7C 61 0B FD 6D 97 30 A2 8D] 06:03:01.515 [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:03:01.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-48103] 06:03:01.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.550 [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:03:01.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 06:03:01.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04 MID=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x}, 18 A3 5E 10 0A B3 9D 7D 5A CE 33 20 6B FC 68 85 F1 84 F7 8A D2 A7! 06:03:01.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 36 bytes to 127.0.0.1:8193 06:03:01.551 [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=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x}, 18 A3 5E 10 0A B3 9D 7D 5A CE 33 20 6B FC 68 85 F1 84 F7 8A D2 A7] 06:03:01.552 [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:03:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]! 06:03:01.552 [: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-D06F6137E161AB3F] 06:03:01.552 [: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-48103] 06:03:01.552 [: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=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=48103, Token=D06F6137E161AB3F, OptionSet={"Object-Security":0x0901}, acked D9 B0 EA 64 4C F8 7C 61 0B FD 6D 97 30 A2 8D! ==[ CoAP Response ]============================================ MID : 48103 Token : D06F6137E161AB3F Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 38 ms Payload: 12 Bytes =============================================================== 06:03:01.553 [: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:03:01.553 [: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:03:01.553 [: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}, C7 B0 D6 3E 60 B1 66 1A 30 7D 08 EA 21 3C B4 06:03:01.554 [: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-48104], CON-POST MID=48104, Token=null, OptionSet={"Object-Security":0x0902}, C7 B0 D6 3E 60 B1 66 1A 30 7D 08 EA 21 3C B4 06:03:01.554 [: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-B07AB41A9244FCC8], CON-POST MID=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x0902}, C7 B0 D6 3E 60 B1 66 1A 30 7D 08 EA 21 3C B4 06:03:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-48104], KeyToken[127.0.0.1:8192-B07AB41A9244FCC8]] 06:03:01.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 31 bytes to 127.0.0.1:8192 06:03:01.554 [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=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x0902}, C7 B0 D6 3E 60 B1 66 1A 30 7D 08 EA 21 3C B4] 06:03:01.555 [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:03:01.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-48104] 06:03:01.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.555 [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:03:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 06:03:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04 MID=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x}, EC 95 82 DA 2A CB 41 AF 5A 01 54 2A EE EA E6 64 B4 E2 4D 80 0A 0E! 06:03:01.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 36 bytes to 127.0.0.1:8193 06:03:01.556 [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=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x}, EC 95 82 DA 2A CB 41 AF 5A 01 54 2A EE EA E6 64 B4 E2 4D 80 0A 0E] 06:03:01.557 [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:03:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]! 06:03:01.557 [: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-B07AB41A9244FCC8] 06:03:01.557 [: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-48104] 06:03:01.557 [: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=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=48104, Token=B07AB41A9244FCC8, OptionSet={"Object-Security":0x0902}, acked C7 B0 D6 3E 60 B1 66 1A 30 7D 08 EA 21 3C B4! ==[ CoAP Response ]============================================ MID : 48104 Token : B07AB41A9244FCC8 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 06:03:01.558 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.558 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:03:01.558 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:03:01.558 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:03:01.558 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:03:01.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:03:01.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:03:01.559 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 06:03:01.560 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.560 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.560 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.561 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:01.561 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.561 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.561 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.561 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.561 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.561 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:03:01.561 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.562 [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:03:01.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:01.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:01.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:03:01.562 [: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:03:01.563 [: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:03:01.563 [: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:03:01.564 [: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-44545], CON-POST MID=44545, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:03:01.564 [: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-EC23C35851EA3319], CON-POST MID=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:03:01.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-44545], KeyToken[127.0.0.1:8194-EC23C35851EA3319]] 06:03:01.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 31 bytes to 127.0.0.1:8194 06:03:01.565 [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=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 06:03:01.565 [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:03:01.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-44545] 06:03:01.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 06:03:01.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.566 [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:03:01.566 [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:03:01.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 06:03:01.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04 MID=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x101150D42A25B3805046278E423564302B190A}, 63 52 D2 61 3A 7C FC D2 DA! 06:03:01.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 43 bytes to 127.0.0.1:8193 06:03:01.567 [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=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x101150D42A25B3805046278E423564302B190A}, 63 52 D2 61 3A 7C FC D2 DA] 06:03:01.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 43 bytes from 127.0.0.1:8194 06:03:01.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.568 [: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:03:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x101150D42A25B3805046278E423564302B190A}, : 06:03:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 06:03:01.568 [: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-EC23C35851EA3319] 06:03:01.568 [: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-44545] 06:03:01.568 [: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=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=44545, Token=EC23C35851EA3319, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 44545 Token : EC23C35851EA3319 Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x101150D42A25B3805046278E423564302B190A} RTT : 5 ms Payload: 0 Bytes =============================================================== 06:03:01.569 [: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:03:01.569 [: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:03:01.569 [: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:03:01.571 [: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":0x19001A5818D42A25B3805046278E423564302B190A8E1D6992C0D2D18F}, 18 83 39 62 F0 48 38 6D 70 89 14 E5 D0 82 C4 06:03:01.571 [: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-44546], CON-POST MID=44546, Token=null, OptionSet={"Object-Security":0x19001A5818D42A25B3805046278E423564302B190A8E1D6992C0D2D18F}, 18 83 39 62 F0 48 38 6D 70 89 14 E5 D0 82 C4 06:03:01.571 [: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-E4AE169562EF4046], CON-POST MID=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x19001A5818D42A25B3805046278E423564302B190A8E1D6992C0D2D18F}, 18 83 39 62 F0 48 38 6D 70 89 14 E5 D0 82 C4 06:03:01.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-44546], KeyToken[127.0.0.1:8194-E4AE169562EF4046]] 06:03:01.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 59 bytes to 127.0.0.1:8194 06:03:01.572 [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=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x19001A5818D42A25B3805046278E423564302B190A8E1D6992C0D2D18F}, 18 83 39 62 F0 48 38 6D 70 89 14 E5 D0 82 C4] 06:03:01.572 [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:03:01.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-44546] 06:03:01.572 [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:03:01.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.573 [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:03:01.573 [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:03:01.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 06:03:01.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04 MID=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x}, EF 91 58 5C 6E 6D B3 2C 31 30 CA 61 77 BE B7 0B 92 3B 2D 87 1C AB! 06:03:01.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 36 bytes to 127.0.0.1:8193 06:03:01.574 [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=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x}, EF 91 58 5C 6E 6D B3 2C 31 30 CA 61 77 BE B7 0B 92 3B 2D 87 1C AB] 06:03:01.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8194 06:03:01.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.574 [: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:03:01.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194, complete]! 06:03:01.575 [: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-E4AE169562EF4046] 06:03:01.575 [: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-44546] 06:03:01.575 [: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=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=44546, Token=E4AE169562EF4046, OptionSet={"Object-Security":0x19001A5818D42A25B3805046278E423564302B190A8E1D6992C0D2D18F}, acked 18 83 39 62 F0 48 38 6D 70 89 14 E5 D0 82 C4! ==[ CoAP Response ]============================================ MID : 44546 Token : E4AE169562EF4046 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 12 Bytes =============================================================== 06:03:01.575 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.575 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:03:01.575 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:03:01.575 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:03:01.575 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:03:01.575 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:03:01.576 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:03:01.576 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 06:03:01.576 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:01.576 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:03:01.576 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:03:01.576 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:03:01.576 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:03:01.576 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:03:01.576 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:03:01.577 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 06:03:01.580 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.580 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.580 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.580 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.580 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.581 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.581 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.581 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.581 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.581 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:03:01.581 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.581 [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:03:01.581 [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:03:01.582 [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:03:01.582 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195 06:03:01.582 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.582 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.582 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.582 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.583 [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:03:01.583 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.583 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.583 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.583 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.583 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 06:03:01.583 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.583 [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:03:01.583 [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:03:01.583 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8196 06:03:01.583 [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:03:01.583 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8196 for coap 06:03:01.583 [: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:03:01.583 [: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:03:01.584 [: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:03:01.584 [: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-37667], CON-POST MID=37667, 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:03:01.585 [: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-84594EAFEB24373C], CON-POST MID=37667, Token=84594EAFEB24373C, 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:03:01.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-37667], KeyToken[127.0.0.1:8195-84594EAFEB24373C]] 06:03:01.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 41 bytes to 127.0.0.1:8195 06:03:01.585 [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=37667, Token=84594EAFEB24373C, 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:03:01.585 [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:03:01.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-37667] 06:03:01.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196] replace CON-POST MID=37667, Token=84594EAFEB24373C, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=37667, Token=84594EAFEB24373C, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:01.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8196] send response NON-2.05 MID=37667, Token=null, OptionSet={}, "server responds hi" 06:03:01.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196, complete]! 06:03:01.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8196, complete] completed NON-2.04 MID=37667, Token=84594EAFEB24373C, 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:03:01.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:8196 06:03:01.587 [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=37667, Token=84594EAFEB24373C, 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:03:01.587 [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:03:01.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:8195-37667] 06:03:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.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:03:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195, complete]! 06:03:01.588 [: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-84594EAFEB24373C] 06:03:01.588 [: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-37667] 06:03:01.588 [: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=37667, Token=84594EAFEB24373C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=37667, Token=84594EAFEB24373C, 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:03:01.589 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 06:03:01.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195 06:03:01.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ... 06:03:01.589 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1 06:03:01.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped. 06:03:01.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195 06:03:01.589 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:01.589 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:01.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 06:03:01.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8196 06:03:01.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8196 06:03:01.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] stopping ... 06:03:01.589 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /0.0.0.0 06:03:01.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] has stopped. 06:03:01.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8196 Start OSCoreAlgorithmsTest 06:03:01.590 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.590 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.590 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.590 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.591 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.591 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.591 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.591 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.591 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.591 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 06:03:01.591 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.591 [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:03:01.591 [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:03:01.592 [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:03:01.592 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197 06:03:01.592 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.592 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.592 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.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:03:01.592 [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:03:01.592 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.592 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.592 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.593 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.593 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 06:03:01.593 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.650 [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:03:01.650 [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:03:01.650 [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:03:01.650 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8198 06:03:01.650 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8198 for coap 06:03:01.651 [: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:03:01.651 [: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:03:01.652 [: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:03:01.652 [: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-26165], CON-POST MID=26165, 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:03:01.652 [: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-98BACA15726F6317], CON-POST MID=26165, Token=98BACA15726F6317, 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:03:01.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-26165], KeyToken[127.0.0.1:8197-98BACA15726F6317]] 06:03:01.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 49 bytes to 127.0.0.1:8197 06:03:01.653 [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=26165, Token=98BACA15726F6317, 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:03:01.653 [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:03:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-26165] 06:03:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198] replace CON-POST MID=26165, Token=98BACA15726F6317, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=26165, Token=98BACA15726F6317, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:01.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8198] send response NON-2.05 MID=26165, Token=null, OptionSet={}, "server responds hi" 06:03:01.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198, complete]! 06:03:01.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8198, complete] completed NON-2.04 MID=26165, Token=98BACA15726F6317, 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:03:01.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 50 bytes to 127.0.0.1:8198 06:03:01.656 [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=26165, Token=98BACA15726F6317, 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:03:01.656 [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:03:01.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:8197-26165] 06:03:01.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.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:03:01.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197, complete]! 06:03:01.657 [: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-98BACA15726F6317] 06:03:01.657 [: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-26165] 06:03:01.657 [: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=26165, Token=98BACA15726F6317, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=26165, Token=98BACA15726F6317, 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:03:01.657 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 06:03:01.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197 06:03:01.657 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ... 06:03:01.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1 06:03:01.658 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped. 06:03:01.658 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197 06:03:01.658 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:01.658 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:01.658 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 06:03:01.658 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8198 06:03:01.658 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8198 06:03:01.658 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] stopping ... 06:03:01.658 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /0.0.0.0 06:03:01.658 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] has stopped. 06:03:01.658 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8198 Start OSCoreAlgorithmsTest 06:03:01.659 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.660 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.660 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.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:03:01.660 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.661 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.661 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.661 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.661 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.661 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 06:03:01.661 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.661 [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:03:01.661 [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:03:01.661 [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:03:01.661 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199 06:03:01.662 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.662 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.662 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.662 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:01.662 [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:03:01.662 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.662 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.663 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 06:03:01.663 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.663 [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:03:01.663 [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:03:01.663 [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:03:01.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8200 06:03:01.663 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8200 for coap 06:03:01.663 [: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:03:01.663 [: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:03:01.664 [: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:03:01.664 [: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-506], CON-POST MID= 506, 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:03:01.664 [: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-E0CF5610A73B74C4], CON-POST MID= 506, Token=E0CF5610A73B74C4, 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:03:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-506], KeyToken[127.0.0.1:8199-E0CF5610A73B74C4]] 06:03:01.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 41 bytes to 127.0.0.1:8199 06:03:01.665 [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= 506, Token=E0CF5610A73B74C4, 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:03:01.665 [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:03:01.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-506] 06:03:01.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200] replace CON-POST MID= 506, Token=E0CF5610A73B74C4, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 506, Token=E0CF5610A73B74C4, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:01.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8200] send response NON-2.05 MID= 506, Token=null, OptionSet={}, "server responds hi" 06:03:01.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200, complete]! 06:03:01.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8200, complete] completed NON-2.04 MID= 506, Token=E0CF5610A73B74C4, 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:03:01.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 06:03:01.667 [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= 506, Token=E0CF5610A73B74C4, 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:03:01.667 [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:03:01.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:8199-506] 06:03:01.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.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:03:01.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199, complete]! 06:03:01.668 [: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-E0CF5610A73B74C4] 06:03:01.668 [: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-506] 06:03:01.668 [: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= 506, Token=E0CF5610A73B74C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 506, Token=E0CF5610A73B74C4, 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:03:01.668 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.668 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 06:03:01.668 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199 06:03:01.668 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ... 06:03:01.668 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1 06:03:01.668 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped. 06:03:01.669 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199 06:03:01.669 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:01.669 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:01.669 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 06:03:01.669 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8200 06:03:01.669 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8200 06:03:01.669 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] stopping ... 06:03:01.669 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /0.0.0.0 06:03:01.669 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] has stopped. 06:03:01.669 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8200 Start OSCoreAlgorithmsTest 06:03:01.670 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.670 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.670 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.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:03:01.671 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.671 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.671 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.671 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.671 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.671 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 06:03:01.671 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.672 [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:03:01.672 [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:03:01.672 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201 06:03:01.672 [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:03:01.672 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.672 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.672 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.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:03:01.672 [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:03:01.673 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.673 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.673 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.673 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.673 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 06:03:01.673 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.673 [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:03:01.673 [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:03:01.673 [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:03:01.673 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202 06:03:01.673 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap 06:03:01.674 [: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:03:01.674 [: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:03:01.674 [: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:03:01.674 [: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-31456], CON-POST MID=31456, 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:03:01.674 [: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-F0B6595A40DA75FE], CON-POST MID=31456, Token=F0B6595A40DA75FE, 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:03:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-31456], KeyToken[127.0.0.1:8201-F0B6595A40DA75FE]] 06:03:01.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 49 bytes to 127.0.0.1:8201 06:03:01.675 [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=31456, Token=F0B6595A40DA75FE, 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:03:01.675 [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:03:01.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-31456] 06:03:01.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202] replace CON-POST MID=31456, Token=F0B6595A40DA75FE, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=31456, Token=F0B6595A40DA75FE, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:01.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8202] send response NON-2.05 MID=31456, Token=null, OptionSet={}, "server responds hi" 06:03:01.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202, complete]! 06:03:01.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8202, complete] completed NON-2.04 MID=31456, Token=F0B6595A40DA75FE, 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:03:01.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8202 06:03:01.677 [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=31456, Token=F0B6595A40DA75FE, 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:03:01.677 [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:03:01.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:8201-31456] 06:03:01.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201, complete]! 06:03:01.678 [: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-F0B6595A40DA75FE] 06:03:01.678 [: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-31456] 06:03:01.678 [: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=31456, Token=F0B6595A40DA75FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=31456, Token=F0B6595A40DA75FE, 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:03:01.678 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.678 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 06:03:01.678 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201 06:03:01.678 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ... 06:03:01.678 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1 06:03:01.678 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped. 06:03:01.679 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201 06:03:01.679 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:01.679 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:01.679 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 06:03:01.679 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202 06:03:01.679 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202 06:03:01.679 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ... 06:03:01.679 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0 06:03:01.679 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped. 06:03:01.679 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202 Start OSCoreAlgorithmsTest 06:03:01.683 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 06:03:01.685 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.EncryptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [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.OSCoreCtxTest 06:03:01.761 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-release/cf-oscore/Californium3.properties 06:03:01.773 [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.017 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 06:03:01.777 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.777 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.780 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.780 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.780 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:03:01.780 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:01.781 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.782 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 06:03:01.782 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.783 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.784 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.785 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.785 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.792 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.793 [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:03:01.794 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.794 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.795 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.795 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.851 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.851 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 06:03:01.851 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:01.851 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.852 [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:03:01.852 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.853 [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:03:01.853 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.853 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.854 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.855 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.855 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.857 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 06:03:01.857 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.857 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.858 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.859 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.859 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.859 [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:03:01.860 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.860 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.861 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.861 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.861 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:01.862 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.863 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.863 [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.085 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 06:03:01.864 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 06:03:01.864 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 06:03:01.864 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 06:03:01.864 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 06:03:01.865 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 06:03:01.865 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 06:03:01.866 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 06:03:01.866 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 06:03:01.866 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 06:03:01.868 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.869 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.869 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [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.ContextRederivationTest Start ContextRederivationTest 06:03:01.870 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.870 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.870 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.870 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.870 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.871 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.871 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.871 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.871 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.871 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 06:03:01.871 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.871 [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:03:01.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:01.871 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:01.871 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 06:03:01.872 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.872 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.872 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.872 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.872 [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:03:01.872 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.872 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.872 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.872 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.872 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 06:03:01.872 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.872 [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:03:01.872 [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:03:01.873 [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:03:01.873 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204 06:03:01.873 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap 06:03:01.873 [: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:03:01.873 [: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:03:01.874 [: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:03:01.874 [: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:03:01.874 [: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":0x1900094837DF4AEB7F2BEFFC}, 88 54 F4 27 4E B6 58 5E 45 D2 C3 CA 54 72 A7 A6 56 EE 97 E0 B8 4C B6 FB 6E A2 36 23 08 F5 32 38 06:03:01.875 [: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-41235], CON-POST MID=41235, Token=null, OptionSet={"Object-Security":0x1900094837DF4AEB7F2BEFFC}, 88 54 F4 27 4E B6 58 5E 45 D2 C3 CA 54 72 A7 A6 56 EE 97 E0 B8 4C B6 FB 6E A2 36 23 08 F5 32 38 06:03:01.875 [: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-E096751A1BA932F5], CON-POST MID=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x1900094837DF4AEB7F2BEFFC}, 88 54 F4 27 4E B6 58 5E 45 D2 C3 CA 54 72 A7 A6 56 EE 97 E0 B8 4C B6 FB 6E A2 36 23 08 F5 32 38 06:03:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-41235], KeyToken[127.0.0.1:8203-E096751A1BA932F5]] 06:03:01.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 58 bytes to 127.0.0.1:8203 06:03:01.876 [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=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x1900094837DF4AEB7F2BEFFC}, 88 54 F4 27 4E B6 58 5E 45 D2 C3 CA 54 72 A7 A6 56 EE 97 E0 B8 4C B6 FB 6E A2 36 23 08 F5 32 38] 06:03:01.876 [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:03:01.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-41235] 06:03:01.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204] replace CON-POST MID=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 06:03:01.876 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8204 06:03:01.877 [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:03:01.877 [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:03:01.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204, complete]! 06:03:01.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R23, 127.0.0.1:8204, complete] completed ACK-2.04 MID=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x1011505D9E4C1829CCDEC77D57F60F98170811}, 31 B7 2D 6E 05 9F 1B B9 55! 06:03:01.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 43 bytes to 127.0.0.1:8204 06:03:01.878 [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=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x1011505D9E4C1829CCDEC77D57F60F98170811}, 31 B7 2D 6E 05 9F 1B B9 55] 06:03:01.878 [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:03:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.878 [: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:03:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x1011505D9E4C1829CCDEC77D57F60F98170811}, : 06:03:01.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, 127.0.0.1:8203, complete]! 06:03:01.879 [: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-E096751A1BA932F5] 06:03:01.879 [: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-41235] 06:03:01.879 [: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=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=41235, Token=E096751A1BA932F5, OptionSet={"Object-Security":0x1900094837DF4AEB7F2BEFFC}, acked 88 54 F4 27 4E B6 58 5E 45 D2 C3 CA 54 72 A7 A6 56 EE 97 E0 B8 4C B6 FB 6E A2 36 23 08 F5 32 38! 06:03:01.879 [: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:03:01.879 [: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:03:01.879 [: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:03:01.880 [: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:03:01.880 [: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":0x19001A58185D9E4C1829CCDEC77D57F60F98170811361DA20B5F3689B4}, 66 BF ED 3D 81 34 9A E8 BB DE 44 89 7E 3B E3 06:03:01.881 [: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-41236], CON-POST MID=41236, Token=null, OptionSet={"Object-Security":0x19001A58185D9E4C1829CCDEC77D57F60F98170811361DA20B5F3689B4}, 66 BF ED 3D 81 34 9A E8 BB DE 44 89 7E 3B E3 06:03:01.881 [: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-E8B4463D4FBFFF8A], CON-POST MID=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x19001A58185D9E4C1829CCDEC77D57F60F98170811361DA20B5F3689B4}, 66 BF ED 3D 81 34 9A E8 BB DE 44 89 7E 3B E3 06:03:01.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-41236], KeyToken[127.0.0.1:8203-E8B4463D4FBFFF8A]] 06:03:01.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 59 bytes to 127.0.0.1:8203 06:03:01.881 [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=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x19001A58185D9E4C1829CCDEC77D57F60F98170811361DA20B5F3689B4}, 66 BF ED 3D 81 34 9A E8 BB DE 44 89 7E 3B E3] 06:03:01.881 [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:03:01.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-41236] 06:03:01.882 [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:03:01.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204] replace CON-POST MID=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.882 [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:03:01.883 [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:03:01.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204, complete]! 06:03:01.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8204, complete] completed ACK-2.04 MID=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x}, 3E 7E 55 90 66 8B 34 9F 7F 35 96 24 5F AF 65 07 84 98 35 66 8C E8! 06:03:01.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 36 bytes to 127.0.0.1:8204 06:03:01.883 [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=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x}, 3E 7E 55 90 66 8B 34 9F 7F 35 96 24 5F AF 65 07 84 98 35 66 8C E8] 06:03:01.883 [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:03:01.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.884 [: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:03:01.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203, complete]! 06:03:01.884 [: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-E8B4463D4FBFFF8A] 06:03:01.884 [: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-41236] 06:03:01.884 [: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=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=41236, Token=E8B4463D4FBFFF8A, OptionSet={"Object-Security":0x19001A58185D9E4C1829CCDEC77D57F60F98170811361DA20B5F3689B4}, acked 66 BF ED 3D 81 34 9A E8 BB DE 44 89 7E 3B E3! ==[ CoAP Response ]============================================ MID : 41236 Token : E8B4463D4FBFFF8A Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 10 ms Payload: 12 Bytes =============================================================== 06:03:01.884 [: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:03:01.884 [: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:03:01.885 [: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}, F9 C4 87 F7 1A 2E CD 28 99 2B 68 75 21 69 CA 06:03:01.885 [: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-41237], CON-POST MID=41237, Token=null, OptionSet={"Object-Security":0x0901}, F9 C4 87 F7 1A 2E CD 28 99 2B 68 75 21 69 CA 06:03:01.885 [: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-6823DD95E634C003], CON-POST MID=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x0901}, F9 C4 87 F7 1A 2E CD 28 99 2B 68 75 21 69 CA 06:03:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-41237], KeyToken[127.0.0.1:8203-6823DD95E634C003]] 06:03:01.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 31 bytes to 127.0.0.1:8203 06:03:01.886 [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=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x0901}, F9 C4 87 F7 1A 2E CD 28 99 2B 68 75 21 69 CA] 06:03:01.886 [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:03:01.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-41237] 06:03:01.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204] replace CON-POST MID=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.886 [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:03:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204, complete]! 06:03:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8204, complete] completed ACK-2.04 MID=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x}, 8A A5 BD 37 38 52 0F EE D4 64 88 DB D6 F9 73 44 54 90 8C 21 0A 16! 06:03:01.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 36 bytes to 127.0.0.1:8204 06:03:01.887 [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=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x}, 8A A5 BD 37 38 52 0F EE D4 64 88 DB D6 F9 73 44 54 90 8C 21 0A 16] 06:03:01.887 [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:03:01.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8203, complete]! 06:03:01.888 [: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-6823DD95E634C003] 06:03:01.888 [: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-41237] 06:03:01.888 [: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=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=41237, Token=6823DD95E634C003, OptionSet={"Object-Security":0x0901}, acked F9 C4 87 F7 1A 2E CD 28 99 2B 68 75 21 69 CA! ==[ CoAP Response ]============================================ MID : 41237 Token : 6823DD95E634C003 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 3 ms Payload: 12 Bytes =============================================================== 06:03:01.888 [: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:03:01.888 [: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:03:01.889 [: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}, 83 0C A4 FB 4A 02 18 61 FC 53 C5 2E 10 67 11 06:03:01.889 [: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-41238], CON-POST MID=41238, Token=null, OptionSet={"Object-Security":0x0902}, 83 0C A4 FB 4A 02 18 61 FC 53 C5 2E 10 67 11 06:03:01.889 [: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-74EB86D564C3645B], CON-POST MID=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x0902}, 83 0C A4 FB 4A 02 18 61 FC 53 C5 2E 10 67 11 06:03:01.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-41238], KeyToken[127.0.0.1:8203-74EB86D564C3645B]] 06:03:01.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203 06:03:01.890 [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=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x0902}, 83 0C A4 FB 4A 02 18 61 FC 53 C5 2E 10 67 11] 06:03:01.890 [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:03:01.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-41238] 06:03:01.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204] replace CON-POST MID=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.890 [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:03:01.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204, complete]! 06:03:01.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8204, complete] completed ACK-2.04 MID=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x}, 74 3C 8F DD 22 2D 32 A7 EE E9 DE 7B 78 FA 69 5F 7C 5C 3B 96 47 0A! 06:03:01.891 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 06:03:01.891 [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=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x}, 74 3C 8F DD 22 2D 32 A7 EE E9 DE 7B 78 FA 69 5F 7C 5C 3B 96 47 0A] 06:03:01.891 [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:03:01.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8203, complete]! 06:03:01.891 [: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-74EB86D564C3645B] 06:03:01.891 [: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-41238] 06:03:01.891 [: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=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=41238, Token=74EB86D564C3645B, OptionSet={"Object-Security":0x0902}, acked 83 0C A4 FB 4A 02 18 61 FC 53 C5 2E 10 67 11! ==[ CoAP Response ]============================================ MID : 41238 Token : 74EB86D564C3645B Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 3 ms Payload: 12 Bytes =============================================================== 06:03:01.892 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.892 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 06:03:01.892 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 06:03:01.892 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 06:03:01.892 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 06:03:01.892 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 06:03:01.892 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 06:03:01.892 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 06:03:01.893 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.893 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.893 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.893 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.893 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.893 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.893 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.894 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.894 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.894 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 06:03:01.894 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.894 [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:03:01.894 [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:03:01.894 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 06:03:01.894 [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:03:01.894 [: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:03:01.894 [: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:03:01.895 [: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:03:01.895 [: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-45040], CON-POST MID=45040, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:03:01.895 [: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-9CA8246DD7767867], CON-POST MID=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:03:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-45040], KeyToken[127.0.0.1:8205-9CA8246DD7767867]] 06:03:01.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 31 bytes to 127.0.0.1:8205 06:03:01.896 [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=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 06:03:01.896 [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:03:01.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-45040] 06:03:01.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 06:03:01.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204] replace CON-POST MID=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.951 [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:03:01.951 [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:03:01.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204, complete]! 06:03:01.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8204, complete] completed ACK-2.04 MID=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x101150C6055721B755008B72971F2BA23BAB99}, 3B F4 0D A7 4E 44 64 1F 8D! 06:03:01.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8204 06:03:01.952 [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=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x101150C6055721B755008B72971F2BA23BAB99}, 3B F4 0D A7 4E 44 64 1F 8D] 06:03:01.952 [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:03:01.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.953 [: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:03:01.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x101150C6055721B755008B72971F2BA23BAB99}, : 06:03:01.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8205, complete]! 06:03:01.953 [: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-9CA8246DD7767867] 06:03:01.953 [: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-45040] 06:03:01.953 [: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=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=45040, Token=9CA8246DD7767867, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 45040 Token : 9CA8246DD7767867 Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x101150C6055721B755008B72971F2BA23BAB99} RTT : 58 ms Payload: 0 Bytes =============================================================== 06:03:01.954 [: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:03:01.954 [: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:03:01.954 [: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:03:01.954 [: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":0x19001A5818C6055721B755008B72971F2BA23BAB99279B4F7EC486D9B8}, 11 4C 4C F5 FB 62 EB 67 F8 1A 2C 94 39 BE CF 06:03:01.954 [: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-45041], CON-POST MID=45041, Token=null, OptionSet={"Object-Security":0x19001A5818C6055721B755008B72971F2BA23BAB99279B4F7EC486D9B8}, 11 4C 4C F5 FB 62 EB 67 F8 1A 2C 94 39 BE CF 06:03:01.954 [: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-EC09509B369D89E5], CON-POST MID=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x19001A5818C6055721B755008B72971F2BA23BAB99279B4F7EC486D9B8}, 11 4C 4C F5 FB 62 EB 67 F8 1A 2C 94 39 BE CF 06:03:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-45041], KeyToken[127.0.0.1:8205-EC09509B369D89E5]] 06:03:01.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 59 bytes to 127.0.0.1:8205 06:03:01.955 [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=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x19001A5818C6055721B755008B72971F2BA23BAB99279B4F7EC486D9B8}, 11 4C 4C F5 FB 62 EB 67 F8 1A 2C 94 39 BE CF] 06:03:01.955 [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:03:01.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-45041] 06:03:01.955 [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:03:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204] replace CON-POST MID=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:03:01.956 [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:03:01.956 [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:03:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204, complete]! 06:03:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8204, complete] completed ACK-2.04 MID=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x}, FD 94 6C E9 9B 02 CC AE 61 26 26 B4 EF 3C 50 87 BB 06 06 32 D5 03! 06:03:01.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 06:03:01.957 [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=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x}, FD 94 6C E9 9B 02 CC AE 61 26 26 B4 EF 3C 50 87 BB 06 06 32 D5 03] 06:03:01.957 [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:03:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.957 [: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:03:01.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8205, complete]! 06:03:01.958 [: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-EC09509B369D89E5] 06:03:01.958 [: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-45041] 06:03:01.958 [: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=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=45041, Token=EC09509B369D89E5, OptionSet={"Object-Security":0x19001A5818C6055721B755008B72971F2BA23BAB99279B4F7EC486D9B8}, acked 11 4C 4C F5 FB 62 EB 67 F8 1A 2C 94 39 BE CF! ==[ CoAP Response ]============================================ MID : 45041 Token : EC09509B369D89E5 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 3 ms Payload: 12 Bytes =============================================================== 06:03:01.958 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.958 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 06:03:01.958 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 06:03:01.958 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 06:03:01.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 06:03:01.959 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 06:03:01.959 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 06:03:01.959 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 06:03:01.959 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:01.959 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204 06:03:01.959 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204 06:03:01.959 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ... 06:03:01.959 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0 06:03:01.959 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped. 06:03:01.959 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204 06:03:01.959 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 06:03:01.961 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.961 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.961 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.961 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.961 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.961 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.961 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.961 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.961 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.961 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 06:03:01.961 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.962 [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:03:01.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:01.962 [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:03:01.962 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 06:03:01.962 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.962 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.962 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.962 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:01.962 [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:03:01.962 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.962 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.962 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.962 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.962 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 06:03:01.963 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.963 [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:03:01.963 [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:03:01.963 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8207 06:03:01.963 [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:03:01.963 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8207 for coap 06:03:01.963 [: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:03:01.963 [: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:03:01.964 [: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:03:01.964 [: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-10942], CON-POST MID=10942, 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:03:01.964 [: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-1C62046880CD9206], CON-POST MID=10942, Token=1C62046880CD9206, 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:03:01.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-10942], KeyToken[127.0.0.1:8206-1C62046880CD9206]] 06:03:01.965 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8206 06:03:01.965 [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=10942, Token=1C62046880CD9206, 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:03:01.965 [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:03:01.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-10942] 06:03:01.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207] replace CON-POST MID=10942, Token=1C62046880CD9206, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=10942, Token=1C62046880CD9206, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:01.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8207] send response NON-2.05 MID=10942, Token=null, OptionSet={}, "server responds hi" 06:03:01.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207, complete]! 06:03:01.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8207, complete] completed NON-2.04 MID=10942, Token=1C62046880CD9206, 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:03:01.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:8207 06:03:01.967 [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=10942, Token=1C62046880CD9206, 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:03:01.967 [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:03:01.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:8206-10942] 06:03:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.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:03:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8206, complete]! 06:03:01.967 [: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-1C62046880CD9206] 06:03:01.967 [: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-10942] 06:03:01.967 [: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=10942, Token=1C62046880CD9206, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10942, Token=1C62046880CD9206, 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:03:01.968 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.968 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:03:01.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 06:03:01.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 06:03:01.968 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 06:03:01.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 06:03:01.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 06:03:01.968 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:01.968 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:01.968 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:03:01.968 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8207 06:03:01.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8207 06:03:01.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] stopping ... 06:03:01.968 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /0.0.0.0 06:03:01.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] has stopped. 06:03:01.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8207 Start OSCoreAlgorithmsTest 06:03:01.969 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.969 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.969 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.969 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.969 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.970 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.970 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.970 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 06:03:01.970 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.970 [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:03:01.970 [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:03:01.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:03:01.970 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 06:03:01.971 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.971 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.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:03:01.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:03:01.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.971 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.971 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.971 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.971 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 06:03:01.971 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.971 [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:03:01.971 [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:03:01.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209 06:03:01.971 [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:03:01.971 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8209 for coap 06:03:01.972 [: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:03:01.972 [: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:03:01.972 [: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:03:01.973 [: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-50776], CON-POST MID=50776, 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:03:01.973 [: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-F0D7198E94F5AD51], CON-POST MID=50776, Token=F0D7198E94F5AD51, 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:03:01.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-50776], KeyToken[127.0.0.1:8208-F0D7198E94F5AD51]] 06:03:01.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 49 bytes to 127.0.0.1:8208 06:03:01.974 [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=50776, Token=F0D7198E94F5AD51, 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:03:01.974 [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:03:01.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50776] 06:03:01.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209] replace CON-POST MID=50776, Token=F0D7198E94F5AD51, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=50776, Token=F0D7198E94F5AD51, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:01.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8209] send response NON-2.05 MID=50776, Token=null, OptionSet={}, "server responds hi" 06:03:01.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209, complete]! 06:03:01.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8209, complete] completed NON-2.04 MID=50776, Token=F0D7198E94F5AD51, 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:03:01.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 50 bytes to 127.0.0.1:8209 06:03:01.975 [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=50776, Token=F0D7198E94F5AD51, 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:03:01.975 [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:03:01.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:8208-50776] 06:03:01.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.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:03:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8208, complete]! 06:03:01.976 [: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-F0D7198E94F5AD51] 06:03:01.976 [: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-50776] 06:03:01.976 [: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=50776, Token=F0D7198E94F5AD51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50776, Token=F0D7198E94F5AD51, 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:03:01.976 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:01.976 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:03:01.976 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 06:03:01.976 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 06:03:01.976 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 06:03:01.976 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 06:03:01.976 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 06:03:01.976 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:01.976 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:01.976 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:03:01.976 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209 06:03:01.977 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209 06:03:01.977 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ... 06:03:01.977 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0 06:03:01.977 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped. 06:03:01.977 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209 Start OSCoreAlgorithmsTest 06:03:01.977 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.977 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.978 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.978 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.978 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:01.978 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:01.978 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.978 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.978 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:01.978 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 06:03:01.978 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.979 [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:03:01.979 [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:03:01.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:03:01.979 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210 06:03:01.979 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:01.979 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:01.979 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:01.979 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:01.979 [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:03:01.979 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:01.979 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:01.980 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:01.980 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:01.980 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 06:03:01.980 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:01.980 [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:03:01.980 [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:03:01.980 [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:03:01.980 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 06:03:01.980 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap 06:03:01.980 [: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:03:01.980 [: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:03:01.981 [: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:03:01.981 [: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-20126], CON-POST MID=20126, 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:03:01.981 [: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-98F3AA7834A4AE81], CON-POST MID=20126, Token=98F3AA7834A4AE81, 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:03:01.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-20126], KeyToken[127.0.0.1:8210-98F3AA7834A4AE81]] 06:03:01.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8210 06:03:01.982 [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=20126, Token=98F3AA7834A4AE81, 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:03:01.982 [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:03:01.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-20126] 06:03:01.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:01.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211] replace CON-POST MID=20126, Token=98F3AA7834A4AE81, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=20126, Token=98F3AA7834A4AE81, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:01.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8211] send response NON-2.05 MID=20126, Token=null, OptionSet={}, "server responds hi" 06:03:01.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211, complete]! 06:03:01.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8211, complete] completed NON-2.04 MID=20126, Token=98F3AA7834A4AE81, 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:03:01.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211 06:03:01.983 [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=20126, Token=98F3AA7834A4AE81, 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:03:01.983 [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:03:01.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:8210-20126] 06:03:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:01.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:03:02.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8210, complete]! 06:03:02.050 [: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-98F3AA7834A4AE81] 06:03:02.051 [: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-20126] 06:03:02.051 [: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=20126, Token=98F3AA7834A4AE81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20126, Token=98F3AA7834A4AE81, 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:03:02.051 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:02.051 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 06:03:02.051 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210 06:03:02.051 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ... 06:03:02.051 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1 06:03:02.051 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped. 06:03:02.051 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210 06:03:02.051 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:02.051 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:02.051 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 06:03:02.051 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 06:03:02.052 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 06:03:02.052 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 06:03:02.052 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 06:03:02.052 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 06:03:02.052 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 Start OSCoreAlgorithmsTest 06:03:02.052 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.052 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:02.053 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:02.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:03:02.053 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:02.053 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:02.053 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:02.053 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:02.053 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:02.053 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 06:03:02.053 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:02.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:02.054 [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:03:02.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 06:03:02.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:02.054 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.054 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:02.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:02.054 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:02.054 [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:03:02.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:02.054 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:02.054 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:02.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:02.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 06:03:02.054 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:02.055 [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:03:02.055 [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:03:02.055 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213 06:03:02.055 [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:03:02.055 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8213 for coap 06:03:02.055 [: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:03:02.055 [: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:03:02.055 [: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:03:02.056 [: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-11044], CON-POST MID=11044, 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:03:02.056 [: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-FCE671D20ECD9ED8], CON-POST MID=11044, Token=FCE671D20ECD9ED8, 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:03:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-11044], KeyToken[127.0.0.1:8212-FCE671D20ECD9ED8]] 06:03:02.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 49 bytes to 127.0.0.1:8212 06:03:02.056 [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=11044, Token=FCE671D20ECD9ED8, 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:03:02.056 [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:03:02.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-11044] 06:03:02.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213] replace CON-POST MID=11044, Token=FCE671D20ECD9ED8, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=11044, Token=FCE671D20ECD9ED8, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:03:02.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8213] send response NON-2.05 MID=11044, Token=null, OptionSet={}, "server responds hi" 06:03:02.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213, complete]! 06:03:02.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8213, complete] completed NON-2.04 MID=11044, Token=FCE671D20ECD9ED8, 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:03:02.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 50 bytes to 127.0.0.1:8213 06:03:02.058 [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=11044, Token=FCE671D20ECD9ED8, 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:03:02.058 [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:03:02.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:8212-11044] 06:03:02.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:02.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:03:02.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8212, complete]! 06:03:02.059 [: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-FCE671D20ECD9ED8] 06:03:02.059 [: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-11044] 06:03:02.059 [: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=11044, Token=FCE671D20ECD9ED8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=11044, Token=FCE671D20ECD9ED8, 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:03:02.059 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:02.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:03:02.059 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 06:03:02.059 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 06:03:02.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 06:03:02.059 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 06:03:02.059 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 06:03:02.059 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:03:02.059 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:02.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:03:02.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213 06:03:02.059 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213 06:03:02.059 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ... 06:03:02.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0 06:03:02.059 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped. 06:03:02.060 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213 Start OSCoreAlgorithmsTest 06:03:02.060 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 06:03:02.060 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [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.OSSerializerTest 06:03:02.062 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 06:03:02.062 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 06:03:02.062 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 06:03:02.063 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 06:03:02.064 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 06:03:02.064 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 06:03:02.064 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 06:03:02.065 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 06:03:02.065 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.oscore.OSSerializerTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 06:03:02.069 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.069 [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.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 06:03:02.071 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.071 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.073 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.073 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.073 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:03:02.073 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:02.073 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.074 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 06:03:02.074 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.074 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.075 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.075 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.075 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.078 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.078 [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:03:02.079 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.079 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.080 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.080 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.082 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.082 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 06:03:02.082 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:02.082 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.083 [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:03:02.083 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.084 [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:03:02.084 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.084 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.151 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.151 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.151 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.153 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 06:03:02.153 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.153 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.154 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.155 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.155 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.155 [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:03:02.156 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.156 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.157 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.157 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.157 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:03:02.157 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:02.158 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:02.158 [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.087 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 06:03:02.159 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 06:03:03.723 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:03.732 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:03:03.732 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:03:03.733 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 06:03:03.787 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:03:03.795 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:03:03.795 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:03:03.795 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:03:03.817 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:03:03.824 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:03:03.824 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:03:03.825 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 06:03:03.860 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:03.864 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:03.865 [main] INFO org.eclipse.californium.ban - Started. 06:03:03.866 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:03.875 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:03.884 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:03.886 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:03.888 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:03.890 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:03.890 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:03.890 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:03:03.890 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:03.892 [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:03:03.892 [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:03:03.892 [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:03:03.893 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:03:03.897 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.75.255 - eth0. 06:03:03.897 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:03.897 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:03.897 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:03.897 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:03.898 [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:03:03.899 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:03.899 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:03.899 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:03.899 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:03.899 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:03:03.899 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:03.900 [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:03:03.900 [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:03:03.904 [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:03:03.904 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:03:03.905 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 06:03:03.909 [: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:03:03.909 [: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}, "client says hi" 06:03:03.915 [: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}, "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:03:03.916 [: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-49414], CON-POST MID=49414, 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:03:03.917 [: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-908CADB5E67AAEE6], CON-POST MID=49414, Token=908CADB5E67AAEE6, 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:03:03.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49414], KeyToken[127.0.0.1:8192-908CADB5E67AAEE6]] 06:03:03.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:8192 06:03:03.952 [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=49414, Token=908CADB5E67AAEE6, 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:03:03.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49414] 06:03:03.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-POST MID=49414, Token=908CADB5E67AAEE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49414, Token=908CADB5E67AAEE6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response NON-2.05 MID=49414, Token=null, OptionSet={}, "server responds hi" 06:03:03.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:03:03.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04 MID=49414, Token=908CADB5E67AAEE6, 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:03:03.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:8193 06:03:03.960 [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 [NON-2.04 MID=49414, Token=908CADB5E67AAEE6, 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:03:03.960 [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 42 bytes from 127.0.0.1:8192 06:03:03.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:8192-49414] 06:03:03.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:03:03.963 [: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-908CADB5E67AAEE6] 06:03:03.963 [: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-49414] 06:03:03.963 [: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=49414, Token=908CADB5E67AAEE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49414, Token=908CADB5E67AAEE6, 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:03:03.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3, 127.0.0.1:8192] send request 06:03:03.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192] 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:03:03.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49415], CON-POST MID=49415, 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:03:03.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-D8FED23457953CC2], CON-POST MID=49415, Token=D8FED23457953CC2, 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:03:03.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49415], KeyToken[127.0.0.1:8192-D8FED23457953CC2]] 06:03:03.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:8192 06:03:03.966 [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=49415, Token=D8FED23457953CC2, 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:03:03.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49415] 06:03:03.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID=49415, Token=D8FED23457953CC2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49415, Token=D8FED23457953CC2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4, 127.0.0.1:8193] send response NON-2.05 MID=49415, Token=null, OptionSet={}, "server responds hi" 06:03:03.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 06:03:03.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed NON-2.04 MID=49415, Token=D8FED23457953CC2, 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:03:03.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:8193 06:03:03.968 [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 [NON-2.04 MID=49415, Token=D8FED23457953CC2, 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:03:03.968 [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 42 bytes from 127.0.0.1:8192 06:03:03.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:8192-49415] 06:03:03.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.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:03:03.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]! 06:03:03.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-D8FED23457953CC2] 06:03:03.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49415] 06:03:03.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L3, 127.0.0.1:8192, complete] completed CON-POST MID=49415, Token=D8FED23457953CC2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49415, Token=D8FED23457953CC2, 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:03:03.970 [: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:03:03.970 [: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-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192] 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:03:03.971 [: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-49416], CON-POST MID=49416, 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:03:03.971 [: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-EC59DFAB7D56830D], CON-POST MID=49416, Token=EC59DFAB7D56830D, 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:03:03.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49416], KeyToken[127.0.0.1:8192-EC59DFAB7D56830D]] 06:03:03.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:8192 06:03:03.972 [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=49416, Token=EC59DFAB7D56830D, 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:03:03.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49416] 06:03:03.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID=49416, Token=EC59DFAB7D56830D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49416, Token=EC59DFAB7D56830D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6, 127.0.0.1:8193] send response NON-2.05 MID=49416, Token=null, OptionSet={}, "server responds hi" 06:03:03.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 06:03:03.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed NON-2.04 MID=49416, Token=EC59DFAB7D56830D, 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:03:03.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:03.974 [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 [NON-2.04 MID=49416, Token=EC59DFAB7D56830D, 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:03:03.974 [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 42 bytes from 127.0.0.1:8192 06:03:03.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:8192-49416] 06:03:03.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.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:03:03.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]! 06:03:03.975 [: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-EC59DFAB7D56830D] 06:03:03.975 [: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-49416] 06:03:03.975 [: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-POST MID=49416, Token=EC59DFAB7D56830D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49416, Token=EC59DFAB7D56830D, 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:03:03.976 [: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:03:03.976 [: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-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192] 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:03:03.977 [: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-49417], CON-POST MID=49417, 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:03:03.977 [: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-B09E3EBC49489E3A], CON-POST MID=49417, Token=B09E3EBC49489E3A, 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:03:03.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49417], KeyToken[127.0.0.1:8192-B09E3EBC49489E3A]] 06:03:03.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192 06:03:03.977 [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=49417, Token=B09E3EBC49489E3A, 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:03:03.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49417] 06:03:03.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID=49417, Token=B09E3EBC49489E3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49417, Token=B09E3EBC49489E3A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8, 127.0.0.1:8193] send response NON-2.05 MID=49417, Token=null, OptionSet={}, "server responds hi" 06:03:03.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 06:03:03.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed NON-2.04 MID=49417, Token=B09E3EBC49489E3A, 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:03:03.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:8193 06:03:03.979 [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 [NON-2.04 MID=49417, Token=B09E3EBC49489E3A, 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:03:03.979 [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 42 bytes from 127.0.0.1:8192 06:03:03.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:8192-49417] 06:03:03.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.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:03:03.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]! 06:03:03.980 [: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-B09E3EBC49489E3A] 06:03:03.980 [: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-49417] 06:03:03.980 [: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-POST MID=49417, Token=B09E3EBC49489E3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49417, Token=B09E3EBC49489E3A, 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:03:03.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8192] send request 06:03:03.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8192] 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:03:03.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49418], CON-POST MID=49418, 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:03:03.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-3CF1313081901B74], CON-POST MID=49418, Token=3CF1313081901B74, 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:03:03.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49418], KeyToken[127.0.0.1:8192-3CF1313081901B74]] 06:03:03.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192 06:03:03.982 [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=49418, Token=3CF1313081901B74, 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:03:03.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49418] 06:03:03.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID=49418, Token=3CF1313081901B74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49418, Token=3CF1313081901B74, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8193] send response NON-2.05 MID=49418, Token=null, OptionSet={}, "server responds hi" 06:03:03.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 06:03:03.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed NON-2.04 MID=49418, Token=3CF1313081901B74, 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:03:03.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:8193 06:03:03.984 [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 [NON-2.04 MID=49418, Token=3CF1313081901B74, 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:03:03.984 [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 42 bytes from 127.0.0.1:8192 06:03:03.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:8192-49418] 06:03:03.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.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:03:03.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8192, complete]! 06:03:03.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-3CF1313081901B74] 06:03:03.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49418] 06:03:03.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, 127.0.0.1:8192, complete] completed CON-POST MID=49418, Token=3CF1313081901B74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49418, Token=3CF1313081901B74, 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:03:03.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L11, 127.0.0.1:8192] send request 06:03:03.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L11, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8192] 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:03:03.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L11, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49419], CON-POST MID=49419, 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:03:03.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L11, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-E057F24FF414D059], CON-POST MID=49419, Token=E057F24FF414D059, 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:03:03.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49419], KeyToken[127.0.0.1:8192-E057F24FF414D059]] 06:03:03.986 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192 06:03:03.987 [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=49419, Token=E057F24FF414D059, 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:03:03.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49419] 06:03:03.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID=49419, Token=E057F24FF414D059, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49419, Token=E057F24FF414D059, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12, 127.0.0.1:8193] send response NON-2.05 MID=49419, Token=null, OptionSet={}, "server responds hi" 06:03:03.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 06:03:03.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed NON-2.04 MID=49419, Token=E057F24FF414D059, 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:03:03.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:8193 06:03:03.989 [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 [NON-2.04 MID=49419, Token=E057F24FF414D059, 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:03:03.989 [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 42 bytes from 127.0.0.1:8192 06:03:03.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:8192-49419] 06:03:03.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8192, complete]! 06:03:03.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L11, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-E057F24FF414D059] 06:03:03.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L11, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49419] 06:03:03.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L11, 127.0.0.1:8192, complete] completed CON-POST MID=49419, Token=E057F24FF414D059, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49419, Token=E057F24FF414D059, 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:03:03.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8192] send request 06:03:03.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8192] 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:03:03.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49420], CON-POST MID=49420, 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:03:03.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-0020A2C95814B4C1], CON-POST MID=49420, Token=0020A2C95814B4C1, 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:03:03.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49420], KeyToken[127.0.0.1:8192-0020A2C95814B4C1]] 06:03:03.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:8192 06:03:03.992 [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=49420, Token=0020A2C95814B4C1, 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:03:03.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49420] 06:03:03.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8193] replace CON-POST MID=49420, Token=0020A2C95814B4C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49420, Token=0020A2C95814B4C1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8193] send response NON-2.05 MID=49420, Token=null, OptionSet={}, "server responds hi" 06:03:03.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8193, complete]! 06:03:03.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8193, complete] completed NON-2.04 MID=49420, Token=0020A2C95814B4C1, 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:03:03.994 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:03.994 [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 [NON-2.04 MID=49420, Token=0020A2C95814B4C1, 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:03:03.994 [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 42 bytes from 127.0.0.1:8192 06:03:03.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-49420] 06:03:03.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8192, complete]! 06:03:03.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-0020A2C95814B4C1] 06:03:03.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49420] 06:03:03.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, 127.0.0.1:8192, complete] completed CON-POST MID=49420, Token=0020A2C95814B4C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49420, Token=0020A2C95814B4C1, 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:03:03.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8192] send request 06:03:03.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8192] 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:03:03.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49421], CON-POST MID=49421, 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:03:03.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-2483A1948FB2637E], CON-POST MID=49421, Token=2483A1948FB2637E, 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:03:03.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49421], KeyToken[127.0.0.1:8192-2483A1948FB2637E]] 06:03:03.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192 06:03:03.997 [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=49421, Token=2483A1948FB2637E, 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:03:03.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 40 bytes from 127.0.0.1:8193 06:03:03.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49421] 06:03:03.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:03.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8193] replace CON-POST MID=49421, Token=2483A1948FB2637E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49421, Token=2483A1948FB2637E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8193] send response NON-2.05 MID=49421, Token=null, OptionSet={}, "server responds hi" 06:03:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8193, complete]! 06:03:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8193, complete] completed NON-2.04 MID=49421, Token=2483A1948FB2637E, 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:03:03.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:03.999 [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 [NON-2.04 MID=49421, Token=2483A1948FB2637E, 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:03:03.999 [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 42 bytes from 127.0.0.1:8192 06:03:03.999 [: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-49421] 06:03:03.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:03.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8192, complete]! 06:03:04.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-2483A1948FB2637E] 06:03:04.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49421] 06:03:04.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L15, 127.0.0.1:8192, complete] completed CON-POST MID=49421, Token=2483A1948FB2637E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49421, Token=2483A1948FB2637E, 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:03:04.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8192] send request 06:03:04.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8192] 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:03:04.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49422], CON-POST MID=49422, 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:03:04.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-D479FB2CB7601B7F], CON-POST MID=49422, Token=D479FB2CB7601B7F, 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:03:04.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49422], KeyToken[127.0.0.1:8192-D479FB2CB7601B7F]] 06:03:04.001 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 06:03:04.002 [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=49422, Token=D479FB2CB7601B7F, 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:03:04.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49422] 06:03:04.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8193] replace CON-POST MID=49422, Token=D479FB2CB7601B7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49422, Token=D479FB2CB7601B7F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8193] send response NON-2.05 MID=49422, Token=null, OptionSet={}, "server responds hi" 06:03:04.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8193, complete]! 06:03:04.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8193, complete] completed NON-2.04 MID=49422, Token=D479FB2CB7601B7F, 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:03:04.003 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.004 [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 [NON-2.04 MID=49422, Token=D479FB2CB7601B7F, 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:03:04.004 [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 42 bytes from 127.0.0.1:8192 06:03:04.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-49422] 06:03:04.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8192, complete]! 06:03:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-D479FB2CB7601B7F] 06:03:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49422] 06:03:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L17, 127.0.0.1:8192, complete] completed CON-POST MID=49422, Token=D479FB2CB7601B7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49422, Token=D479FB2CB7601B7F, 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:03:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8192] send request 06:03:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8192] 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:03:04.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49423], CON-POST MID=49423, 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:03:04.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-2888219B42B99FEB], CON-POST MID=49423, Token=2888219B42B99FEB, 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:03:04.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49423], KeyToken[127.0.0.1:8192-2888219B42B99FEB]] 06:03:04.006 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 06:03:04.007 [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=49423, Token=2888219B42B99FEB, 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:03:04.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49423] 06:03:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8193] replace CON-POST MID=49423, Token=2888219B42B99FEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49423, Token=2888219B42B99FEB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8193] send response NON-2.05 MID=49423, Token=null, OptionSet={}, "server responds hi" 06:03:04.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8193, complete]! 06:03:04.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8193, complete] completed NON-2.04 MID=49423, Token=2888219B42B99FEB, 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:03:04.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:8193 06:03:04.051 [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 [NON-2.04 MID=49423, Token=2888219B42B99FEB, 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:03:04.051 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49423] 06:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8192, complete]! 06:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-2888219B42B99FEB] 06:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49423] 06:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L19, 127.0.0.1:8192, complete] completed CON-POST MID=49423, Token=2888219B42B99FEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49423, Token=2888219B42B99FEB, 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:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8192] send request 06:03:04.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8192] 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:03:04.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49424], CON-POST MID=49424, 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:03:04.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-60D1CBEBFFF5048E], CON-POST MID=49424, Token=60D1CBEBFFF5048E, 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:03:04.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49424], KeyToken[127.0.0.1:8192-60D1CBEBFFF5048E]] 06:03:04.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 06:03:04.054 [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=49424, Token=60D1CBEBFFF5048E, 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:03:04.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49424] 06:03:04.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8193] replace CON-POST MID=49424, Token=60D1CBEBFFF5048E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49424, Token=60D1CBEBFFF5048E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22, 127.0.0.1:8193] send response NON-2.05 MID=49424, Token=null, OptionSet={}, "server responds hi" 06:03:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8193, complete]! 06:03:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8193, complete] completed NON-2.04 MID=49424, Token=60D1CBEBFFF5048E, 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:03:04.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:8193 06:03:04.056 [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 [NON-2.04 MID=49424, Token=60D1CBEBFFF5048E, 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:03:04.056 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49424] 06:03:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8192, complete]! 06:03:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-60D1CBEBFFF5048E] 06:03:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49424] 06:03:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L21, 127.0.0.1:8192, complete] completed CON-POST MID=49424, Token=60D1CBEBFFF5048E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49424, Token=60D1CBEBFFF5048E, 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:03:04.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8192] send request 06:03:04.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8192] 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:03:04.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49425], CON-POST MID=49425, 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:03:04.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-845B42AC3E61C0D3], CON-POST MID=49425, Token=845B42AC3E61C0D3, 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:03:04.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49425], KeyToken[127.0.0.1:8192-845B42AC3E61C0D3]] 06:03:04.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 06:03:04.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49425, Token=845B42AC3E61C0D3, 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:03:04.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49425] 06:03:04.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8193] replace CON-POST MID=49425, Token=845B42AC3E61C0D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49425, Token=845B42AC3E61C0D3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24, 127.0.0.1:8193] send response NON-2.05 MID=49425, Token=null, OptionSet={}, "server responds hi" 06:03:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8193, complete]! 06:03:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8193, complete] completed NON-2.04 MID=49425, Token=845B42AC3E61C0D3, 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:03:04.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:8193 06:03:04.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49425, Token=845B42AC3E61C0D3, 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:03:04.061 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49425] 06:03:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8192, complete]! 06:03:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-845B42AC3E61C0D3] 06:03:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49425] 06:03:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L23, 127.0.0.1:8192, complete] completed CON-POST MID=49425, Token=845B42AC3E61C0D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49425, Token=845B42AC3E61C0D3, 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:03:04.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8192] send request 06:03:04.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8192] 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:03:04.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49426], CON-POST MID=49426, 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:03:04.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-8C8AEFBB4DC43EF1], CON-POST MID=49426, Token=8C8AEFBB4DC43EF1, 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:03:04.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49426], KeyToken[127.0.0.1:8192-8C8AEFBB4DC43EF1]] 06:03:04.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:8192 06:03:04.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49426, Token=8C8AEFBB4DC43EF1, 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:03:04.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49426] 06:03:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8193] replace CON-POST MID=49426, Token=8C8AEFBB4DC43EF1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49426, Token=8C8AEFBB4DC43EF1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26, 127.0.0.1:8193] send response NON-2.05 MID=49426, Token=null, OptionSet={}, "server responds hi" 06:03:04.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8193, complete]! 06:03:04.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8193, complete] completed NON-2.04 MID=49426, Token=8C8AEFBB4DC43EF1, 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:03:04.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:8193 06:03:04.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49426, Token=8C8AEFBB4DC43EF1, 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:03:04.065 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49426] 06:03:04.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8192, complete]! 06:03:04.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-8C8AEFBB4DC43EF1] 06:03:04.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49426] 06:03:04.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, 127.0.0.1:8192, complete] completed CON-POST MID=49426, Token=8C8AEFBB4DC43EF1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49426, Token=8C8AEFBB4DC43EF1, 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:03:04.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8192] send request 06:03:04.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8192] 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:03:04.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49427], CON-POST MID=49427, 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:03:04.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-4417C60AF66C0112], CON-POST MID=49427, Token=4417C60AF66C0112, 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:03:04.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49427], KeyToken[127.0.0.1:8192-4417C60AF66C0112]] 06:03:04.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 06:03:04.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49427, Token=4417C60AF66C0112, 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:03:04.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49427] 06:03:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8193] replace CON-POST MID=49427, Token=4417C60AF66C0112, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49427, Token=4417C60AF66C0112, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28, 127.0.0.1:8193] send response NON-2.05 MID=49427, Token=null, OptionSet={}, "server responds hi" 06:03:04.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8193, complete]! 06:03:04.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8193, complete] completed NON-2.04 MID=49427, Token=4417C60AF66C0112, 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:03:04.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:8193 06:03:04.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49427, Token=4417C60AF66C0112, 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:03:04.069 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49427] 06:03:04.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8192, complete]! 06:03:04.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-4417C60AF66C0112] 06:03:04.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49427] 06:03:04.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, 127.0.0.1:8192, complete] completed CON-POST MID=49427, Token=4417C60AF66C0112, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49427, Token=4417C60AF66C0112, 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:03:04.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8192] send request 06:03:04.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8192] 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:03:04.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49428], CON-POST MID=49428, 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:03:04.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-B439E01FEA7F47BE], CON-POST MID=49428, Token=B439E01FEA7F47BE, 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:03:04.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49428], KeyToken[127.0.0.1:8192-B439E01FEA7F47BE]] 06:03:04.072 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 06:03:04.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49428, Token=B439E01FEA7F47BE, 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:03:04.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49428] 06:03:04.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8193] replace CON-POST MID=49428, Token=B439E01FEA7F47BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49428, Token=B439E01FEA7F47BE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R30, 127.0.0.1:8193] send response NON-2.05 MID=49428, Token=null, OptionSet={}, "server responds hi" 06:03:04.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8193, complete]! 06:03:04.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8193, complete] completed NON-2.04 MID=49428, Token=B439E01FEA7F47BE, 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:03:04.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:8193 06:03:04.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49428, Token=B439E01FEA7F47BE, 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:03:04.074 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49428] 06:03:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8192, complete]! 06:03:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-B439E01FEA7F47BE] 06:03:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49428] 06:03:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, 127.0.0.1:8192, complete] completed CON-POST MID=49428, Token=B439E01FEA7F47BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49428, Token=B439E01FEA7F47BE, 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:03:04.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8192] send request 06:03:04.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8192] 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:03:04.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49429], CON-POST MID=49429, 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:03:04.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-AC9D4B8A88D2CC55], CON-POST MID=49429, Token=AC9D4B8A88D2CC55, 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:03:04.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49429], KeyToken[127.0.0.1:8192-AC9D4B8A88D2CC55]] 06:03:04.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 06:03:04.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49429, Token=AC9D4B8A88D2CC55, 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:03:04.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 06:03:04.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49429] 06:03:04.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8193] replace CON-POST MID=49429, Token=AC9D4B8A88D2CC55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49429, Token=AC9D4B8A88D2CC55, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32, 127.0.0.1:8193] send response NON-2.05 MID=49429, Token=null, OptionSet={}, "server responds hi" 06:03:04.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8193, complete]! 06:03:04.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8193, complete] completed NON-2.04 MID=49429, Token=AC9D4B8A88D2CC55, 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:03:04.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:8193 06:03:04.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49429, Token=AC9D4B8A88D2CC55, 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:03:04.078 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49429] 06:03:04.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8192, complete]! 06:03:04.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-AC9D4B8A88D2CC55] 06:03:04.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49429] 06:03:04.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L31, 127.0.0.1:8192, complete] completed CON-POST MID=49429, Token=AC9D4B8A88D2CC55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49429, Token=AC9D4B8A88D2CC55, 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:03:04.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8192] send request 06:03:04.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8192] 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:03:04.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49430], CON-POST MID=49430, 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:03:04.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-C825B7D7BFF6680A], CON-POST MID=49430, Token=C825B7D7BFF6680A, 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:03:04.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49430], KeyToken[127.0.0.1:8192-C825B7D7BFF6680A]] 06:03:04.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 42 bytes to 127.0.0.1:8192 06:03:04.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49430, Token=C825B7D7BFF6680A, 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:03:04.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49430] 06:03:04.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8193] replace CON-POST MID=49430, Token=C825B7D7BFF6680A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49430, Token=C825B7D7BFF6680A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8193] send response NON-2.05 MID=49430, Token=null, OptionSet={}, "server responds hi" 06:03:04.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8193, complete]! 06:03:04.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8193, complete] completed NON-2.04 MID=49430, Token=C825B7D7BFF6680A, 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:03:04.082 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49430, Token=C825B7D7BFF6680A, 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:03:04.082 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49430] 06:03:04.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8192, complete]! 06:03:04.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-C825B7D7BFF6680A] 06:03:04.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49430] 06:03:04.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, 127.0.0.1:8192, complete] completed CON-POST MID=49430, Token=C825B7D7BFF6680A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49430, Token=C825B7D7BFF6680A, 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:03:04.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8192] send request 06:03:04.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8192] 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:03:04.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49431], CON-POST MID=49431, 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:03:04.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-A4340234567EBE5B], CON-POST MID=49431, Token=A4340234567EBE5B, 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:03:04.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49431], KeyToken[127.0.0.1:8192-A4340234567EBE5B]] 06:03:04.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 42 bytes to 127.0.0.1:8192 06:03:04.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49431, Token=A4340234567EBE5B, 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:03:04.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49431] 06:03:04.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8193] replace CON-POST MID=49431, Token=A4340234567EBE5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49431, Token=A4340234567EBE5B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8193] send response NON-2.05 MID=49431, Token=null, OptionSet={}, "server responds hi" 06:03:04.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8193, complete]! 06:03:04.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8193, complete] completed NON-2.04 MID=49431, Token=A4340234567EBE5B, 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:03:04.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:8193 06:03:04.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49431, Token=A4340234567EBE5B, 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:03:04.086 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49431] 06:03:04.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8192, complete]! 06:03:04.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-A4340234567EBE5B] 06:03:04.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49431] 06:03:04.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, 127.0.0.1:8192, complete] completed CON-POST MID=49431, Token=A4340234567EBE5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49431, Token=A4340234567EBE5B, 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:03:04.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8192] send request 06:03:04.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8192] 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:03:04.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49432], CON-POST MID=49432, 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:03:04.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-F8EA7521036FDA2F], CON-POST MID=49432, Token=F8EA7521036FDA2F, 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:03:04.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49432], KeyToken[127.0.0.1:8192-F8EA7521036FDA2F]] 06:03:04.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:8192 06:03:04.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49432, Token=F8EA7521036FDA2F, 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:03:04.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49432] 06:03:04.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8193] replace CON-POST MID=49432, Token=F8EA7521036FDA2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49432, Token=F8EA7521036FDA2F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8193] send response NON-2.05 MID=49432, Token=null, OptionSet={}, "server responds hi" 06:03:04.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8193, complete]! 06:03:04.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8193, complete] completed NON-2.04 MID=49432, Token=F8EA7521036FDA2F, 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:03:04.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:8193 06:03:04.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49432, Token=F8EA7521036FDA2F, 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:03:04.090 [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 42 bytes from 127.0.0.1:8192 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-49432] 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8192, complete]! 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-F8EA7521036FDA2F] 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49432] 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, 127.0.0.1:8192, complete] completed CON-POST MID=49432, Token=F8EA7521036FDA2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49432, Token=F8EA7521036FDA2F, 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:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8192] send request 06:03:04.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8192] 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:03:04.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49433], CON-POST MID=49433, 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:03:04.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-A82B04E745B6C738], CON-POST MID=49433, Token=A82B04E745B6C738, 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:03:04.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49433], KeyToken[127.0.0.1:8192-A82B04E745B6C738]] 06:03:04.092 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8192 06:03:04.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49433, Token=A82B04E745B6C738, 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:03:04.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49433] 06:03:04.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8193] replace CON-POST MID=49433, Token=A82B04E745B6C738, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49433, Token=A82B04E745B6C738, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8193] send response NON-2.05 MID=49433, Token=null, OptionSet={}, "server responds hi" 06:03:04.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8193, complete]! 06:03:04.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8193, complete] completed NON-2.04 MID=49433, Token=A82B04E745B6C738, 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:03:04.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49433, Token=A82B04E745B6C738, 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:03:04.094 [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 42 bytes from 127.0.0.1:8192 06:03:04.095 [: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-49433] 06:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8192, complete]! 06:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-A82B04E745B6C738] 06:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49433] 06:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, 127.0.0.1:8192, complete] completed CON-POST MID=49433, Token=A82B04E745B6C738, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49433, Token=A82B04E745B6C738, 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:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41, 127.0.0.1:8192] send request 06:03:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41, 127.0.0.1:8192] 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:03:04.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49434], CON-POST MID=49434, 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:03:04.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-3CA8755C26B85225], CON-POST MID=49434, Token=3CA8755C26B85225, 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:03:04.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49434], KeyToken[127.0.0.1:8192-3CA8755C26B85225]] 06:03:04.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 42 bytes to 127.0.0.1:8192 06:03:04.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E41,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49434, Token=3CA8755C26B85225, 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:03:04.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49434] 06:03:04.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, 127.0.0.1:8193] replace CON-POST MID=49434, Token=3CA8755C26B85225, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49434, Token=3CA8755C26B85225, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R42, 127.0.0.1:8193] send response NON-2.05 MID=49434, Token=null, OptionSet={}, "server responds hi" 06:03:04.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, 127.0.0.1:8193, complete]! 06:03:04.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R42, 127.0.0.1:8193, complete] completed NON-2.04 MID=49434, Token=3CA8755C26B85225, 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:03:04.098 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E42,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49434, Token=3CA8755C26B85225, 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:03:04.099 [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 42 bytes from 127.0.0.1:8192 06:03:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-49434] 06:03:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41, 127.0.0.1:8192, complete]! 06:03:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-3CA8755C26B85225] 06:03:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49434] 06:03:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L41, 127.0.0.1:8192, complete] completed CON-POST MID=49434, Token=3CA8755C26B85225, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49434, Token=3CA8755C26B85225, 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:03:04.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43, 127.0.0.1:8192] send request 06:03:04.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43, 127.0.0.1:8192] 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:03:04.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49435], CON-POST MID=49435, 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:03:04.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-5CD17A87B24EF592], CON-POST MID=49435, Token=5CD17A87B24EF592, 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:03:04.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49435], KeyToken[127.0.0.1:8192-5CD17A87B24EF592]] 06:03:04.101 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192 06:03:04.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E43,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49435, Token=5CD17A87B24EF592, 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:03:04.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49435] 06:03:04.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, 127.0.0.1:8193] replace CON-POST MID=49435, Token=5CD17A87B24EF592, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49435, Token=5CD17A87B24EF592, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R44, 127.0.0.1:8193] send response NON-2.05 MID=49435, Token=null, OptionSet={}, "server responds hi" 06:03:04.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, 127.0.0.1:8193, complete]! 06:03:04.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R44, 127.0.0.1:8193, complete] completed NON-2.04 MID=49435, Token=5CD17A87B24EF592, 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:03:04.102 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E44,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49435, Token=5CD17A87B24EF592, 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:03:04.103 [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 42 bytes from 127.0.0.1:8192 06:03:04.103 [: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-49435] 06:03:04.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43, 127.0.0.1:8192, complete]! 06:03:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-5CD17A87B24EF592] 06:03:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49435] 06:03:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L43, 127.0.0.1:8192, complete] completed CON-POST MID=49435, Token=5CD17A87B24EF592, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49435, Token=5CD17A87B24EF592, 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:03:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L45, 127.0.0.1:8192] send request 06:03:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L45, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L45, 127.0.0.1:8192] 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:03:04.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L45, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49436], CON-POST MID=49436, 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:03:04.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L45, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-88B7B6170A9C8382], CON-POST MID=49436, Token=88B7B6170A9C8382, 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:03:04.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49436], KeyToken[127.0.0.1:8192-88B7B6170A9C8382]] 06:03:04.105 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8192 06:03:04.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E45,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49436, Token=88B7B6170A9C8382, 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:03:04.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49436] 06:03:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, 127.0.0.1:8193] replace CON-POST MID=49436, Token=88B7B6170A9C8382, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49436, Token=88B7B6170A9C8382, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R46, 127.0.0.1:8193] send response NON-2.05 MID=49436, Token=null, OptionSet={}, "server responds hi" 06:03:04.107 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, 127.0.0.1:8193, complete]! 06:03:04.107 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R46, 127.0.0.1:8193, complete] completed NON-2.04 MID=49436, Token=88B7B6170A9C8382, 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:03:04.107 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E46,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49436, Token=88B7B6170A9C8382, 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:03:04.107 [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 42 bytes from 127.0.0.1:8192 06:03:04.107 [: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-49436] 06:03:04.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L45, 127.0.0.1:8192, complete]! 06:03:04.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L45, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-88B7B6170A9C8382] 06:03:04.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L45, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49436] 06:03:04.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L45, 127.0.0.1:8192, complete] completed CON-POST MID=49436, Token=88B7B6170A9C8382, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49436, Token=88B7B6170A9C8382, 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:03:04.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L47, 127.0.0.1:8192] send request 06:03:04.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L47, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L47, 127.0.0.1:8192] 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:03:04.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L47, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49437], CON-POST MID=49437, 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:03:04.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L47, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-64ED3B705F84D86C], CON-POST MID=49437, Token=64ED3B705F84D86C, 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:03:04.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49437], KeyToken[127.0.0.1:8192-64ED3B705F84D86C]] 06:03:04.109 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8192 06:03:04.110 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E47,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49437, Token=64ED3B705F84D86C, 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:03:04.110 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 42 bytes from 127.0.0.1:8193 06:03:04.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49437] 06:03:04.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, 127.0.0.1:8193] replace CON-POST MID=49437, Token=64ED3B705F84D86C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49437, Token=64ED3B705F84D86C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R48, 127.0.0.1:8193] send response NON-2.05 MID=49437, Token=null, OptionSet={}, "server responds hi" 06:03:04.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, 127.0.0.1:8193, complete]! 06:03:04.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R48, 127.0.0.1:8193, complete] completed NON-2.04 MID=49437, Token=64ED3B705F84D86C, 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:03:04.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 42 bytes to 127.0.0.1:8193 06:03:04.111 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E48,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49437, Token=64ED3B705F84D86C, 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:03:04.111 [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 42 bytes from 127.0.0.1:8192 06:03:04.111 [: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-49437] 06:03:04.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L47, 127.0.0.1:8192, complete]! 06:03:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L47, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-64ED3B705F84D86C] 06:03:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L47, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49437] 06:03:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L47, 127.0.0.1:8192, complete] completed CON-POST MID=49437, Token=64ED3B705F84D86C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49437, Token=64ED3B705F84D86C, 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:03:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49, 127.0.0.1:8192] send request 06:03:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49, 127.0.0.1:8192] 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:03:04.113 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49438], CON-POST MID=49438, 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:03:04.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-C8E7B89384EFF3CD], CON-POST MID=49438, Token=C8E7B89384EFF3CD, 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:03:04.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49438], KeyToken[127.0.0.1:8192-C8E7B89384EFF3CD]] 06:03:04.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 43 bytes to 127.0.0.1:8192 06:03:04.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E49,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49438, Token=C8E7B89384EFF3CD, 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:03:04.151 [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:03:04.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49438] 06:03:04.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, 127.0.0.1:8193] replace CON-POST MID=49438, Token=C8E7B89384EFF3CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49438, Token=C8E7B89384EFF3CD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R50, 127.0.0.1:8193] send response NON-2.05 MID=49438, Token=null, OptionSet={}, "server responds hi" 06:03:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, 127.0.0.1:8193, complete]! 06:03:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R50, 127.0.0.1:8193, complete] completed NON-2.04 MID=49438, Token=C8E7B89384EFF3CD, 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:03:04.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:8193 06:03:04.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E50,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49438, Token=C8E7B89384EFF3CD, 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:03:04.153 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49438] 06:03:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49, 127.0.0.1:8192, complete]! 06:03:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-C8E7B89384EFF3CD] 06:03:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49438] 06:03:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L49, 127.0.0.1:8192, complete] completed CON-POST MID=49438, Token=C8E7B89384EFF3CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49438, Token=C8E7B89384EFF3CD, 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:03:04.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51, 127.0.0.1:8192] send request 06:03:04.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L51, 127.0.0.1:8192] 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:03:04.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49439], CON-POST MID=49439, 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:03:04.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-5C2897F39C9800EE], CON-POST MID=49439, Token=5C2897F39C9800EE, 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:03:04.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49439], KeyToken[127.0.0.1:8192-5C2897F39C9800EE]] 06:03:04.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 43 bytes to 127.0.0.1:8192 06:03:04.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E51,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49439, Token=5C2897F39C9800EE, 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:03:04.155 [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:03:04.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49439] 06:03:04.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, 127.0.0.1:8193] replace CON-POST MID=49439, Token=5C2897F39C9800EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49439, Token=5C2897F39C9800EE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R52, 127.0.0.1:8193] send response NON-2.05 MID=49439, Token=null, OptionSet={}, "server responds hi" 06:03:04.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, 127.0.0.1:8193, complete]! 06:03:04.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R52, 127.0.0.1:8193, complete] completed NON-2.04 MID=49439, Token=5C2897F39C9800EE, 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:03:04.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:8193 06:03:04.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E52,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49439, Token=5C2897F39C9800EE, 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:03:04.157 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49439] 06:03:04.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L51, 127.0.0.1:8192, complete]! 06:03:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-5C2897F39C9800EE] 06:03:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49439] 06:03:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L51, 127.0.0.1:8192, complete] completed CON-POST MID=49439, Token=5C2897F39C9800EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49439, Token=5C2897F39C9800EE, 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:03:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53, 127.0.0.1:8192] send request 06:03:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53, 127.0.0.1:8192] 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:03:04.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49440], CON-POST MID=49440, 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:03:04.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-7086FDC275E6D9A6], CON-POST MID=49440, Token=7086FDC275E6D9A6, 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:03:04.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49440], KeyToken[127.0.0.1:8192-7086FDC275E6D9A6]] 06:03:04.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 43 bytes to 127.0.0.1:8192 06:03:04.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E53,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49440, Token=7086FDC275E6D9A6, 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:03:04.159 [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:03:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49440] 06:03:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, 127.0.0.1:8193] replace CON-POST MID=49440, Token=7086FDC275E6D9A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49440, Token=7086FDC275E6D9A6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R54, 127.0.0.1:8193] send response NON-2.05 MID=49440, Token=null, OptionSet={}, "server responds hi" 06:03:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, 127.0.0.1:8193, complete]! 06:03:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R54, 127.0.0.1:8193, complete] completed NON-2.04 MID=49440, Token=7086FDC275E6D9A6, 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:03:04.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:8193 06:03:04.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E54,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49440, Token=7086FDC275E6D9A6, 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:03:04.161 [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 42 bytes from 127.0.0.1:8192 06:03:04.161 [: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-49440] 06:03:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53, 127.0.0.1:8192, complete]! 06:03:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-7086FDC275E6D9A6] 06:03:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49440] 06:03:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L53, 127.0.0.1:8192, complete] completed CON-POST MID=49440, Token=7086FDC275E6D9A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49440, Token=7086FDC275E6D9A6, 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:03:04.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55, 127.0.0.1:8192] send request 06:03:04.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L55, 127.0.0.1:8192] 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:03:04.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49441], CON-POST MID=49441, 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:03:04.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-D80E956A25F1932D], CON-POST MID=49441, Token=D80E956A25F1932D, 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:03:04.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49441], KeyToken[127.0.0.1:8192-D80E956A25F1932D]] 06:03:04.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 43 bytes to 127.0.0.1:8192 06:03:04.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E55,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49441, Token=D80E956A25F1932D, 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:03:04.163 [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:03:04.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49441] 06:03:04.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, 127.0.0.1:8193] replace CON-POST MID=49441, Token=D80E956A25F1932D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49441, Token=D80E956A25F1932D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R56, 127.0.0.1:8193] send response NON-2.05 MID=49441, Token=null, OptionSet={}, "server responds hi" 06:03:04.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, 127.0.0.1:8193, complete]! 06:03:04.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R56, 127.0.0.1:8193, complete] completed NON-2.04 MID=49441, Token=D80E956A25F1932D, 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:03:04.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:8193 06:03:04.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E56,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49441, Token=D80E956A25F1932D, 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:03:04.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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49441] 06:03:04.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L55, 127.0.0.1:8192, complete]! 06:03:04.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-D80E956A25F1932D] 06:03:04.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49441] 06:03:04.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L55, 127.0.0.1:8192, complete] completed CON-POST MID=49441, Token=D80E956A25F1932D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49441, Token=D80E956A25F1932D, 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:03:04.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57, 127.0.0.1:8192] send request 06:03:04.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57, 127.0.0.1:8192] 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:03:04.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49442], CON-POST MID=49442, 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:03:04.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-142AB6678CE7F2F9], CON-POST MID=49442, Token=142AB6678CE7F2F9, 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:03:04.166 [: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[127.0.0.1:8192-142AB6678CE7F2F9]] 06:03:04.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 43 bytes to 127.0.0.1:8192 06:03:04.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E57,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49442, Token=142AB6678CE7F2F9, 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:03:04.167 [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:03:04.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49442] 06:03:04.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, 127.0.0.1:8193] replace CON-POST MID=49442, Token=142AB6678CE7F2F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49442, Token=142AB6678CE7F2F9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R58, 127.0.0.1:8193] send response NON-2.05 MID=49442, Token=null, OptionSet={}, "server responds hi" 06:03:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, 127.0.0.1:8193, complete]! 06:03:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R58, 127.0.0.1:8193, complete] completed NON-2.04 MID=49442, Token=142AB6678CE7F2F9, 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:03:04.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E58,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49442, Token=142AB6678CE7F2F9, 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:03:04.168 [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 42 bytes from 127.0.0.1:8192 06:03:04.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:8192-49442] 06:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57, 127.0.0.1:8192, complete]! 06:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-142AB6678CE7F2F9] 06:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49442] 06:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L57, 127.0.0.1:8192, complete] completed CON-POST MID=49442, Token=142AB6678CE7F2F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49442, Token=142AB6678CE7F2F9, 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:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59, 127.0.0.1:8192] send request 06:03:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L59, 127.0.0.1:8192] 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:03:04.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49443], CON-POST MID=49443, 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:03:04.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-E0687F4E9150989E], CON-POST MID=49443, Token=E0687F4E9150989E, 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:03:04.170 [: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[127.0.0.1:8192-E0687F4E9150989E]] 06:03:04.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192 06:03:04.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E59,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=49443, Token=E0687F4E9150989E, 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:03:04.170 [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:03:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49443] 06:03:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, 127.0.0.1:8193] replace CON-POST MID=49443, Token=E0687F4E9150989E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49443, Token=E0687F4E9150989E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R60, 127.0.0.1:8193] send response NON-2.05 MID=49443, Token=null, OptionSet={}, "server responds hi" 06:03:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, 127.0.0.1:8193, complete]! 06:03:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R60, 127.0.0.1:8193, complete] completed NON-2.04 MID=49443, Token=E0687F4E9150989E, 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:03:04.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E60,T20) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=49443, Token=E0687F4E9150989E, 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:03:04.172 [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 42 bytes from 127.0.0.1:8192 06:03:04.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-49443] 06:03:04.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L59, 127.0.0.1:8192, complete]! 06:03:04.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-E0687F4E9150989E] 06:03:04.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-49443] 06:03:04.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L59, 127.0.0.1:8192, complete] completed CON-POST MID=49443, Token=E0687F4E9150989E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49443, Token=E0687F4E9150989E, 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:03:04.173 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:04.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:03:04.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:03:04.173 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:03:04.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:03:04.173 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:03:04.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:03:04.174 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:04.175 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:04.175 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:04.176 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:04.176 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:04.176 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:04.176 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:04.176 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:04.176 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:04.176 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:04.176 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:03:04.176 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:04.176 [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:03:04.177 [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:03:04.177 [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:03:04.177 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:03:04.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L61, 127.0.0.1:8194] send request 06:03:04.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L61, 127.0.0.1:8194] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L61, 127.0.0.1:8194] 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:03:04.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L61, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-3083], CON-POST MID= 3083, 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:03:04.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L61, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-9C330DEB16F00C89], CON-POST MID= 3083, Token=9C330DEB16F00C89, 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:03:04.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-3083], KeyToken[127.0.0.1:8194-9C330DEB16F00C89]] 06:03:04.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8194 06:03:04.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E61,T25) 127.0.0.1:8,193 ==> :8,194 [CON-POST MID= 3083, Token=9C330DEB16F00C89, 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:03:04.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 41 bytes from 127.0.0.1:8193 06:03:04.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-3083] 06:03:04.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, 127.0.0.1:8193] replace CON-POST MID= 3083, Token=9C330DEB16F00C89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 3083, Token=9C330DEB16F00C89, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R62, 127.0.0.1:8193] send response NON-2.05 MID= 3083, Token=null, OptionSet={}, "server responds hi" 06:03:04.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, 127.0.0.1:8193, complete]! 06:03:04.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R62, 127.0.0.1:8193, complete] completed NON-2.04 MID= 3083, Token=9C330DEB16F00C89, 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:03:04.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:8193 06:03:04.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E62,T20) 127.0.0.1:8,194 ==> :8,193 [NON-2.04 MID= 3083, Token=9C330DEB16F00C89, 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:03:04.181 [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 42 bytes from 127.0.0.1:8194 06:03:04.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:8194-3083] 06:03:04.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L61, 127.0.0.1:8194, complete]! 06:03:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L61, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-9C330DEB16F00C89] 06:03:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L61, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-3083] 06:03:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L61, 127.0.0.1:8194, complete] completed CON-POST MID= 3083, Token=9C330DEB16F00C89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 3083, Token=9C330DEB16F00C89, 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:03:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L63, 127.0.0.1:8194] send request 06:03:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L63, 127.0.0.1:8194] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L63, 127.0.0.1:8194] 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:03:04.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L63, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-3084], CON-POST MID= 3084, 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:03:04.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L63, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-987C6856EF634FCB], CON-POST MID= 3084, Token=987C6856EF634FCB, 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:03:04.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-3084], KeyToken[127.0.0.1:8194-987C6856EF634FCB]] 06:03:04.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8194 06:03:04.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E63,T25) 127.0.0.1:8,193 ==> :8,194 [CON-POST MID= 3084, Token=987C6856EF634FCB, 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:03:04.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 41 bytes from 127.0.0.1:8193 06:03:04.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-3084] 06:03:04.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.183 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 06:03:04.184 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:04.184 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:03:04.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R64, 127.0.0.1:8193, complete]! 06:03:04.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R64, 127.0.0.1:8193, complete] completed ACK-4.01 MID= 3084, Token=987C6856EF634FCB, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:03:04.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 30 bytes to 127.0.0.1:8193 06:03:04.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E64,T20) 127.0.0.1:8,194 ==> :8,193 [ACK-4.01 MID= 3084, Token=987C6856EF634FCB, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:03:04.186 [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:8194 06:03:04.186 [: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:03:04.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID= 3084, Token=987C6856EF634FCB, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:03:04.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L63, 127.0.0.1:8194, complete]! 06:03:04.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L63, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-987C6856EF634FCB] 06:03:04.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L63, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-3084] 06:03:04.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L63, 127.0.0.1:8194, complete] completed CON-POST MID= 3084, Token=987C6856EF634FCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 3084, Token=987C6856EF634FCB, 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:03:04.187 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:04.187 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:03:04.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:03:04.187 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:03:04.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:03:04.187 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:03:04.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:03:04.187 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:04.188 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:04.188 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:04.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:04.188 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:04.188 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:04.189 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:04.189 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:04.189 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:04.189 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:04.189 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:03:04.189 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:04.189 [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:03:04.189 [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:03:04.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195 06:03:04.189 [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:03:04.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L65, 127.0.0.1:8195] send request 06:03:04.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L65, 127.0.0.1:8195] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L65, 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":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:03:04.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L65, 127.0.0.1:8195] added with generated mid KeyMID[127.0.0.1:8195-33182], CON-POST MID=33182, 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:03:04.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L65, 127.0.0.1:8195] added with generated token KeyToken[127.0.0.1:8195-0C3F2B834067CB88], CON-POST MID=33182, Token=0C3F2B834067CB88, 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:03:04.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-33182], KeyToken[127.0.0.1:8195-0C3F2B834067CB88]] 06:03:04.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:8195 06:03:04.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E65,T30) 127.0.0.1:8,193 ==> :8,195 [CON-POST MID=33182, Token=0C3F2B834067CB88, 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:03:04.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8195) received 40 bytes from 127.0.0.1:8193 06:03:04.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-33182] 06:03:04.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, 127.0.0.1:8193] replace CON-POST MID=33182, Token=0C3F2B834067CB88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33182, Token=0C3F2B834067CB88, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R66, 127.0.0.1:8193] send response NON-2.05 MID=33182, Token=null, OptionSet={}, "server responds hi" 06:03:04.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, 127.0.0.1:8193, complete]! 06:03:04.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R66, 127.0.0.1:8193, complete] completed NON-2.04 MID=33182, Token=0C3F2B834067CB88, 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:03:04.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:8193 06:03:04.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E66,T20) 127.0.0.1:8,195 ==> :8,193 [NON-2.04 MID=33182, Token=0C3F2B834067CB88, 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:03:04.193 [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 42 bytes from 127.0.0.1:8195 06:03:04.193 [: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-33182] 06:03:04.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L65, 127.0.0.1:8195, complete]! 06:03:04.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L65, 127.0.0.1:8195, complete] for token KeyToken[127.0.0.1:8195-0C3F2B834067CB88] 06:03:04.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L65, 127.0.0.1:8195, complete] for MID KeyMID[127.0.0.1:8195-33182] 06:03:04.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L65, 127.0.0.1:8195, complete] completed CON-POST MID=33182, Token=0C3F2B834067CB88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33182, Token=0C3F2B834067CB88, 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:03:04.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L67, 127.0.0.1:8195] send request 06:03:04.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L67, 127.0.0.1:8195] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L67, 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":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:03:04.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L67, 127.0.0.1:8195] added with generated mid KeyMID[127.0.0.1:8195-33183], CON-POST MID=33183, 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:03:04.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L67, 127.0.0.1:8195] added with generated token KeyToken[127.0.0.1:8195-1C2C607FE9320A69], CON-POST MID=33183, Token=1C2C607FE9320A69, 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:03:04.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-33183], KeyToken[127.0.0.1:8195-1C2C607FE9320A69]] 06:03:04.195 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8195 06:03:04.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E67,T30) 127.0.0.1:8,193 ==> :8,195 [CON-POST MID=33183, Token=1C2C607FE9320A69, 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:03:04.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8195) received 40 bytes from 127.0.0.1:8193 06:03:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-33183] 06:03:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, 127.0.0.1:8193] replace CON-POST MID=33183, Token=1C2C607FE9320A69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=33183, Token=1C2C607FE9320A69, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R68, 127.0.0.1:8193] send response NON-2.05 MID=33183, Token=null, OptionSet={}, "server responds hi" 06:03:04.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, 127.0.0.1:8193, complete]! 06:03:04.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R68, 127.0.0.1:8193, complete] completed NON-2.04 MID=33183, Token=1C2C607FE9320A69, 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:03:04.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E68,T20) 127.0.0.1:8,195 ==> :8,193 [NON-2.04 MID=33183, Token=1C2C607FE9320A69, 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:03:04.196 [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 42 bytes from 127.0.0.1:8195 06:03:04.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-33183] 06:03:04.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L67, 127.0.0.1:8195, complete]! 06:03:04.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L67, 127.0.0.1:8195, complete] for token KeyToken[127.0.0.1:8195-1C2C607FE9320A69] 06:03:04.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L67, 127.0.0.1:8195, complete] for MID KeyMID[127.0.0.1:8195-33183] 06:03:04.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L67, 127.0.0.1:8195, complete] completed CON-POST MID=33183, Token=1C2C607FE9320A69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=33183, Token=1C2C607FE9320A69, 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:03:04.197 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:04.197 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 06:03:04.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195 06:03:04.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ... 06:03:04.197 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1 06:03:04.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped. 06:03:04.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195 06:03:04.197 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:04.198 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:04.198 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:04.198 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:04.198 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:04.198 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:04.199 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:04.199 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:04.199 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:04.199 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:04.199 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 06:03:04.199 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:04.199 [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:03:04.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:04.199 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 06:03:04.199 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:04.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69, 127.0.0.1:8196] send request 06:03:04.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69, 127.0.0.1:8196] 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:03:04.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15616], CON-POST MID=15616, 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:03:04.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-EC667B646AC88461], CON-POST MID=15616, Token=EC667B646AC88461, 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:03:04.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15616], KeyToken[127.0.0.1:8196-EC667B646AC88461]] 06:03:04.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:8196 06:03:04.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E69,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15616, Token=EC667B646AC88461, 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:03:04.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15616] 06:03:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, 127.0.0.1:8193] replace CON-POST MID=15616, Token=EC667B646AC88461, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15616, Token=EC667B646AC88461, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R70, 127.0.0.1:8193] send response NON-2.05 MID=15616, Token=null, OptionSet={}, "server responds hi" 06:03:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, 127.0.0.1:8193, complete]! 06:03:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R70, 127.0.0.1:8193, complete] completed NON-2.04 MID=15616, Token=EC667B646AC88461, 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:03:04.202 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E70,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15616, Token=EC667B646AC88461, 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:03:04.202 [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 42 bytes from 127.0.0.1:8196 06:03:04.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15616] 06:03:04.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69, 127.0.0.1:8196, complete]! 06:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-EC667B646AC88461] 06:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15616] 06:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L69, 127.0.0.1:8196, complete] completed CON-POST MID=15616, Token=EC667B646AC88461, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15616, Token=EC667B646AC88461, 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:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71, 127.0.0.1:8196] send request 06:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L71, 127.0.0.1:8196] 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:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15617], CON-POST MID=15617, 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:03:04.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-787B997E298820BF], CON-POST MID=15617, Token=787B997E298820BF, 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:03:04.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15617], KeyToken[127.0.0.1:8196-787B997E298820BF]] 06:03:04.204 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E71,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15617, Token=787B997E298820BF, 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:03:04.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15617] 06:03:04.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, 127.0.0.1:8193] replace CON-POST MID=15617, Token=787B997E298820BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15617, Token=787B997E298820BF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R72, 127.0.0.1:8193] send response NON-2.05 MID=15617, Token=null, OptionSet={}, "server responds hi" 06:03:04.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, 127.0.0.1:8193, complete]! 06:03:04.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R72, 127.0.0.1:8193, complete] completed NON-2.04 MID=15617, Token=787B997E298820BF, 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:03:04.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 42 bytes to 127.0.0.1:8193 06:03:04.205 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E72,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15617, Token=787B997E298820BF, 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:03:04.205 [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 42 bytes from 127.0.0.1:8196 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15617] 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L71, 127.0.0.1:8196, complete]! 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-787B997E298820BF] 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15617] 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L71, 127.0.0.1:8196, complete] completed CON-POST MID=15617, Token=787B997E298820BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15617, Token=787B997E298820BF, 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:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L73, 127.0.0.1:8196] send request 06:03:04.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L73, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L73, 127.0.0.1:8196] 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:03:04.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L73, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15618], CON-POST MID=15618, 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:03:04.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L73, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E43A1B381E23337C], CON-POST MID=15618, Token=E43A1B381E23337C, 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:03:04.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15618], KeyToken[127.0.0.1:8196-E43A1B381E23337C]] 06:03:04.207 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E73,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15618, Token=E43A1B381E23337C, 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:03:04.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15618] 06:03:04.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, 127.0.0.1:8193] replace CON-POST MID=15618, Token=E43A1B381E23337C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15618, Token=E43A1B381E23337C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R74, 127.0.0.1:8193] send response NON-2.05 MID=15618, Token=null, OptionSet={}, "server responds hi" 06:03:04.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, 127.0.0.1:8193, complete]! 06:03:04.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R74, 127.0.0.1:8193, complete] completed NON-2.04 MID=15618, Token=E43A1B381E23337C, 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:03:04.209 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.209 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E74,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15618, Token=E43A1B381E23337C, 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:03:04.209 [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 42 bytes from 127.0.0.1:8196 06:03:04.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15618] 06:03:04.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L73, 127.0.0.1:8196, complete]! 06:03:04.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L73, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E43A1B381E23337C] 06:03:04.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L73, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15618] 06:03:04.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L73, 127.0.0.1:8196, complete] completed CON-POST MID=15618, Token=E43A1B381E23337C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15618, Token=E43A1B381E23337C, 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:03:04.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L75, 127.0.0.1:8196] send request 06:03:04.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L75, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L75, 127.0.0.1:8196] 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:03:04.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L75, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15619], CON-POST MID=15619, 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:03:04.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L75, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4D2BDC3FC59031C], CON-POST MID=15619, Token=E4D2BDC3FC59031C, 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:03:04.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15619], KeyToken[127.0.0.1:8196-E4D2BDC3FC59031C]] 06:03:04.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:8196 06:03:04.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E75,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15619, Token=E4D2BDC3FC59031C, 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:03:04.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15619] 06:03:04.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, 127.0.0.1:8193] replace CON-POST MID=15619, Token=E4D2BDC3FC59031C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15619, Token=E4D2BDC3FC59031C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R76, 127.0.0.1:8193] send response NON-2.05 MID=15619, Token=null, OptionSet={}, "server responds hi" 06:03:04.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, 127.0.0.1:8193, complete]! 06:03:04.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R76, 127.0.0.1:8193, complete] completed NON-2.04 MID=15619, Token=E4D2BDC3FC59031C, 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:03:04.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:8193 06:03:04.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E76,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15619, Token=E4D2BDC3FC59031C, 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:03:04.254 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15619] 06:03:04.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L75, 127.0.0.1:8196, complete]! 06:03:04.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L75, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4D2BDC3FC59031C] 06:03:04.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L75, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15619] 06:03:04.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L75, 127.0.0.1:8196, complete] completed CON-POST MID=15619, Token=E4D2BDC3FC59031C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15619, Token=E4D2BDC3FC59031C, 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:03:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77, 127.0.0.1:8196] send request 06:03:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77, 127.0.0.1:8196] 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:03:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15620], CON-POST MID=15620, 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:03:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-EC002839D77E9C9E], CON-POST MID=15620, Token=EC002839D77E9C9E, 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:03:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15620], KeyToken[127.0.0.1:8196-EC002839D77E9C9E]] 06:03:04.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:8196 06:03:04.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E77,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15620, Token=EC002839D77E9C9E, 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:03:04.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15620] 06:03:04.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, 127.0.0.1:8193] replace CON-POST MID=15620, Token=EC002839D77E9C9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15620, Token=EC002839D77E9C9E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R78, 127.0.0.1:8193] send response NON-2.05 MID=15620, Token=null, OptionSet={}, "server responds hi" 06:03:04.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, 127.0.0.1:8193, complete]! 06:03:04.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R78, 127.0.0.1:8193, complete] completed NON-2.04 MID=15620, Token=EC002839D77E9C9E, 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:03:04.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:8193 06:03:04.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E78,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15620, Token=EC002839D77E9C9E, 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:03:04.257 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15620] 06:03:04.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77, 127.0.0.1:8196, complete]! 06:03:04.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-EC002839D77E9C9E] 06:03:04.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15620] 06:03:04.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L77, 127.0.0.1:8196, complete] completed CON-POST MID=15620, Token=EC002839D77E9C9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15620, Token=EC002839D77E9C9E, 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:03:04.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79, 127.0.0.1:8196] send request 06:03:04.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79, 127.0.0.1:8196] 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:03:04.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15621], CON-POST MID=15621, 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:03:04.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-309C1868A1E5AC47], CON-POST MID=15621, Token=309C1868A1E5AC47, 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:03:04.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15621], KeyToken[127.0.0.1:8196-309C1868A1E5AC47]] 06:03:04.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:8196 06:03:04.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E79,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15621, Token=309C1868A1E5AC47, 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:03:04.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15621] 06:03:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, 127.0.0.1:8193] replace CON-POST MID=15621, Token=309C1868A1E5AC47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15621, Token=309C1868A1E5AC47, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R80, 127.0.0.1:8193] send response NON-2.05 MID=15621, Token=null, OptionSet={}, "server responds hi" 06:03:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, 127.0.0.1:8193, complete]! 06:03:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R80, 127.0.0.1:8193, complete] completed NON-2.04 MID=15621, Token=309C1868A1E5AC47, 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:03:04.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:8193 06:03:04.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E80,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15621, Token=309C1868A1E5AC47, 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:03:04.261 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15621] 06:03:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79, 127.0.0.1:8196, complete]! 06:03:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-309C1868A1E5AC47] 06:03:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15621] 06:03:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L79, 127.0.0.1:8196, complete] completed CON-POST MID=15621, Token=309C1868A1E5AC47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15621, Token=309C1868A1E5AC47, 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:03:04.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L81, 127.0.0.1:8196] send request 06:03:04.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L81, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L81, 127.0.0.1:8196] 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:03:04.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L81, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15622], CON-POST MID=15622, 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:03:04.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L81, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-908A98030B40DA23], CON-POST MID=15622, Token=908A98030B40DA23, 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:03:04.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15622], KeyToken[127.0.0.1:8196-908A98030B40DA23]] 06:03:04.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E81,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15622, Token=908A98030B40DA23, 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:03:04.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15622] 06:03:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, 127.0.0.1:8193] replace CON-POST MID=15622, Token=908A98030B40DA23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15622, Token=908A98030B40DA23, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R82, 127.0.0.1:8193] send response NON-2.05 MID=15622, Token=null, OptionSet={}, "server responds hi" 06:03:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, 127.0.0.1:8193, complete]! 06:03:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R82, 127.0.0.1:8193, complete] completed NON-2.04 MID=15622, Token=908A98030B40DA23, 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:03:04.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E82,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15622, Token=908A98030B40DA23, 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:03:04.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15622] 06:03:04.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L81, 127.0.0.1:8196, complete]! 06:03:04.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L81, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-908A98030B40DA23] 06:03:04.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L81, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15622] 06:03:04.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L81, 127.0.0.1:8196, complete] completed CON-POST MID=15622, Token=908A98030B40DA23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15622, Token=908A98030B40DA23, 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:03:04.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L83, 127.0.0.1:8196] send request 06:03:04.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L83, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L83, 127.0.0.1:8196] 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:03:04.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L83, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15623], CON-POST MID=15623, 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:03:04.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L83, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-44508FE632F3D713], CON-POST MID=15623, Token=44508FE632F3D713, 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:03:04.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15623], KeyToken[127.0.0.1:8196-44508FE632F3D713]] 06:03:04.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E83,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15623, Token=44508FE632F3D713, 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:03:04.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15623] 06:03:04.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, 127.0.0.1:8193] replace CON-POST MID=15623, Token=44508FE632F3D713, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15623, Token=44508FE632F3D713, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R84, 127.0.0.1:8193] send response NON-2.05 MID=15623, Token=null, OptionSet={}, "server responds hi" 06:03:04.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, 127.0.0.1:8193, complete]! 06:03:04.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R84, 127.0.0.1:8193, complete] completed NON-2.04 MID=15623, Token=44508FE632F3D713, 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:03:04.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E84,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15623, Token=44508FE632F3D713, 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:03:04.269 [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 42 bytes from 127.0.0.1:8196 06:03:04.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15623] 06:03:04.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L83, 127.0.0.1:8196, complete]! 06:03:04.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L83, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-44508FE632F3D713] 06:03:04.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L83, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15623] 06:03:04.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L83, 127.0.0.1:8196, complete] completed CON-POST MID=15623, Token=44508FE632F3D713, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15623, Token=44508FE632F3D713, 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:03:04.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85, 127.0.0.1:8196] send request 06:03:04.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85, 127.0.0.1:8196] 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:03:04.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15624], CON-POST MID=15624, 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:03:04.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2825F1F9854E8CEC], CON-POST MID=15624, Token=2825F1F9854E8CEC, 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:03:04.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15624], KeyToken[127.0.0.1:8196-2825F1F9854E8CEC]] 06:03:04.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:8196 06:03:04.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E85,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15624, Token=2825F1F9854E8CEC, 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:03:04.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15624] 06:03:04.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, 127.0.0.1:8193] replace CON-POST MID=15624, Token=2825F1F9854E8CEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15624, Token=2825F1F9854E8CEC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R86, 127.0.0.1:8193] send response NON-2.05 MID=15624, Token=null, OptionSet={}, "server responds hi" 06:03:04.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, 127.0.0.1:8193, complete]! 06:03:04.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R86, 127.0.0.1:8193, complete] completed NON-2.04 MID=15624, Token=2825F1F9854E8CEC, 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:03:04.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:8193 06:03:04.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E86,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15624, Token=2825F1F9854E8CEC, 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:03:04.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15624] 06:03:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85, 127.0.0.1:8196, complete]! 06:03:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2825F1F9854E8CEC] 06:03:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15624] 06:03:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L85, 127.0.0.1:8196, complete] completed CON-POST MID=15624, Token=2825F1F9854E8CEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15624, Token=2825F1F9854E8CEC, 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:03:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87, 127.0.0.1:8196] send request 06:03:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87, 127.0.0.1:8196] 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:03:04.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15625], CON-POST MID=15625, 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:03:04.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1C5A110CFCD3B9FF], CON-POST MID=15625, Token=1C5A110CFCD3B9FF, 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:03:04.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15625], KeyToken[127.0.0.1:8196-1C5A110CFCD3B9FF]] 06:03:04.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:8196 06:03:04.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E87,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15625, Token=1C5A110CFCD3B9FF, 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:03:04.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15625] 06:03:04.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, 127.0.0.1:8193] replace CON-POST MID=15625, Token=1C5A110CFCD3B9FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15625, Token=1C5A110CFCD3B9FF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R88, 127.0.0.1:8193] send response NON-2.05 MID=15625, Token=null, OptionSet={}, "server responds hi" 06:03:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, 127.0.0.1:8193, complete]! 06:03:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R88, 127.0.0.1:8193, complete] completed NON-2.04 MID=15625, Token=1C5A110CFCD3B9FF, 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:03:04.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:8193 06:03:04.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E88,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15625, Token=1C5A110CFCD3B9FF, 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:03:04.276 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15625] 06:03:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87, 127.0.0.1:8196, complete]! 06:03:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1C5A110CFCD3B9FF] 06:03:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15625] 06:03:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L87, 127.0.0.1:8196, complete] completed CON-POST MID=15625, Token=1C5A110CFCD3B9FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15625, Token=1C5A110CFCD3B9FF, 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:03:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89, 127.0.0.1:8196] send request 06:03:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89, 127.0.0.1:8196] 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:03:04.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15626], CON-POST MID=15626, 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:03:04.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4CCE40B2D1885BEF], CON-POST MID=15626, Token=4CCE40B2D1885BEF, 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:03:04.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15626], KeyToken[127.0.0.1:8196-4CCE40B2D1885BEF]] 06:03:04.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:8196 06:03:04.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E89,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15626, Token=4CCE40B2D1885BEF, 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:03:04.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15626] 06:03:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, 127.0.0.1:8193] replace CON-POST MID=15626, Token=4CCE40B2D1885BEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15626, Token=4CCE40B2D1885BEF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R90, 127.0.0.1:8193] send response NON-2.05 MID=15626, Token=null, OptionSet={}, "server responds hi" 06:03:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, 127.0.0.1:8193, complete]! 06:03:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R90, 127.0.0.1:8193, complete] completed NON-2.04 MID=15626, Token=4CCE40B2D1885BEF, 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:03:04.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:8193 06:03:04.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E90,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15626, Token=4CCE40B2D1885BEF, 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:03:04.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15626] 06:03:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89, 127.0.0.1:8196, complete]! 06:03:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4CCE40B2D1885BEF] 06:03:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15626] 06:03:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L89, 127.0.0.1:8196, complete] completed CON-POST MID=15626, Token=4CCE40B2D1885BEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15626, Token=4CCE40B2D1885BEF, 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:03:04.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91, 127.0.0.1:8196] send request 06:03:04.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91, 127.0.0.1:8196] 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:03:04.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15627], CON-POST MID=15627, 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:03:04.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-44F4B78CBFDE31A9], CON-POST MID=15627, Token=44F4B78CBFDE31A9, 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:03:04.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15627], KeyToken[127.0.0.1:8196-44F4B78CBFDE31A9]] 06:03:04.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:8196 06:03:04.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E91,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15627, Token=44F4B78CBFDE31A9, 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:03:04.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15627] 06:03:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, 127.0.0.1:8193] replace CON-POST MID=15627, Token=44F4B78CBFDE31A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15627, Token=44F4B78CBFDE31A9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R92, 127.0.0.1:8193] send response NON-2.05 MID=15627, Token=null, OptionSet={}, "server responds hi" 06:03:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, 127.0.0.1:8193, complete]! 06:03:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R92, 127.0.0.1:8193, complete] completed NON-2.04 MID=15627, Token=44F4B78CBFDE31A9, 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:03:04.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:8193 06:03:04.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E92,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15627, Token=44F4B78CBFDE31A9, 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:03:04.283 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15627] 06:03:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91, 127.0.0.1:8196, complete]! 06:03:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-44F4B78CBFDE31A9] 06:03:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15627] 06:03:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L91, 127.0.0.1:8196, complete] completed CON-POST MID=15627, Token=44F4B78CBFDE31A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15627, Token=44F4B78CBFDE31A9, 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:03:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93, 127.0.0.1:8196] send request 06:03:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93, 127.0.0.1:8196] 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:03:04.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15628], CON-POST MID=15628, 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:03:04.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-18BCD67A3505FE27], CON-POST MID=15628, Token=18BCD67A3505FE27, 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:03:04.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15628], KeyToken[127.0.0.1:8196-18BCD67A3505FE27]] 06:03:04.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:8196 06:03:04.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E93,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15628, Token=18BCD67A3505FE27, 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:03:04.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15628] 06:03:04.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, 127.0.0.1:8193] replace CON-POST MID=15628, Token=18BCD67A3505FE27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15628, Token=18BCD67A3505FE27, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R94, 127.0.0.1:8193] send response NON-2.05 MID=15628, Token=null, OptionSet={}, "server responds hi" 06:03:04.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, 127.0.0.1:8193, complete]! 06:03:04.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R94, 127.0.0.1:8193, complete] completed NON-2.04 MID=15628, Token=18BCD67A3505FE27, 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:03:04.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:8193 06:03:04.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E94,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15628, Token=18BCD67A3505FE27, 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:03:04.286 [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 42 bytes from 127.0.0.1:8196 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15628] 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93, 127.0.0.1:8196, complete]! 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-18BCD67A3505FE27] 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15628] 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L93, 127.0.0.1:8196, complete] completed CON-POST MID=15628, Token=18BCD67A3505FE27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15628, Token=18BCD67A3505FE27, 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:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95, 127.0.0.1:8196] send request 06:03:04.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95, 127.0.0.1:8196] 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:03:04.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15629], CON-POST MID=15629, 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:03:04.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-704BB65840DAF91A], CON-POST MID=15629, Token=704BB65840DAF91A, 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:03:04.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15629], KeyToken[127.0.0.1:8196-704BB65840DAF91A]] 06:03:04.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:8196 06:03:04.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E95,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15629, Token=704BB65840DAF91A, 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:03:04.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15629] 06:03:04.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, 127.0.0.1:8193] replace CON-POST MID=15629, Token=704BB65840DAF91A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15629, Token=704BB65840DAF91A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R96, 127.0.0.1:8193] send response NON-2.05 MID=15629, Token=null, OptionSet={}, "server responds hi" 06:03:04.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, 127.0.0.1:8193, complete]! 06:03:04.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R96, 127.0.0.1:8193, complete] completed NON-2.04 MID=15629, Token=704BB65840DAF91A, 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:03:04.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:8193 06:03:04.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E96,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15629, Token=704BB65840DAF91A, 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:03:04.288 [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 42 bytes from 127.0.0.1:8196 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15629] 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95, 127.0.0.1:8196, complete]! 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-704BB65840DAF91A] 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15629] 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L95, 127.0.0.1:8196, complete] completed CON-POST MID=15629, Token=704BB65840DAF91A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15629, Token=704BB65840DAF91A, 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:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97, 127.0.0.1:8196] send request 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97, 127.0.0.1:8196] 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:03:04.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15630], CON-POST MID=15630, 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:03:04.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-407F6643336460E7], CON-POST MID=15630, Token=407F6643336460E7, 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:03:04.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15630], KeyToken[127.0.0.1:8196-407F6643336460E7]] 06:03:04.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:8196 06:03:04.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E97,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15630, Token=407F6643336460E7, 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:03:04.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15630] 06:03:04.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, 127.0.0.1:8193] replace CON-POST MID=15630, Token=407F6643336460E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15630, Token=407F6643336460E7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R98, 127.0.0.1:8193] send response NON-2.05 MID=15630, Token=null, OptionSet={}, "server responds hi" 06:03:04.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, 127.0.0.1:8193, complete]! 06:03:04.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R98, 127.0.0.1:8193, complete] completed NON-2.04 MID=15630, Token=407F6643336460E7, 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:03:04.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:8193 06:03:04.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E98,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15630, Token=407F6643336460E7, 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:03:04.292 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15630] 06:03:04.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97, 127.0.0.1:8196, complete]! 06:03:04.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-407F6643336460E7] 06:03:04.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15630] 06:03:04.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L97, 127.0.0.1:8196, complete] completed CON-POST MID=15630, Token=407F6643336460E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15630, Token=407F6643336460E7, 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:03:04.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99, 127.0.0.1:8196] send request 06:03:04.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99, 127.0.0.1:8196] 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:03:04.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15631], CON-POST MID=15631, 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:03:04.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-74030033E6FBA473], CON-POST MID=15631, Token=74030033E6FBA473, 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:03:04.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15631], KeyToken[127.0.0.1:8196-74030033E6FBA473]] 06:03:04.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:8196 06:03:04.294 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E99,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15631, Token=74030033E6FBA473, 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:03:04.294 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15631] 06:03:04.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, 127.0.0.1:8193] replace CON-POST MID=15631, Token=74030033E6FBA473, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15631, Token=74030033E6FBA473, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R100, 127.0.0.1:8193] send response NON-2.05 MID=15631, Token=null, OptionSet={}, "server responds hi" 06:03:04.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, 127.0.0.1:8193, complete]! 06:03:04.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R100, 127.0.0.1:8193, complete] completed NON-2.04 MID=15631, Token=74030033E6FBA473, 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:03:04.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:8193 06:03:04.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E100,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15631, Token=74030033E6FBA473, 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:03:04.295 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15631] 06:03:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99, 127.0.0.1:8196, complete]! 06:03:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-74030033E6FBA473] 06:03:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15631] 06:03:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L99, 127.0.0.1:8196, complete] completed CON-POST MID=15631, Token=74030033E6FBA473, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15631, Token=74030033E6FBA473, 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:03:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101, 127.0.0.1:8196] send request 06:03:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101, 127.0.0.1:8196] 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:03:04.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15632], CON-POST MID=15632, 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:03:04.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0C7B3214CD60DC39], CON-POST MID=15632, Token=0C7B3214CD60DC39, 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:03:04.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15632], KeyToken[127.0.0.1:8196-0C7B3214CD60DC39]] 06:03:04.297 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E101,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15632, Token=0C7B3214CD60DC39, 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:03:04.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15632] 06:03:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, 127.0.0.1:8193] replace CON-POST MID=15632, Token=0C7B3214CD60DC39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15632, Token=0C7B3214CD60DC39, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R102, 127.0.0.1:8193] send response NON-2.05 MID=15632, Token=null, OptionSet={}, "server responds hi" 06:03:04.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, 127.0.0.1:8193, complete]! 06:03:04.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R102, 127.0.0.1:8193, complete] completed NON-2.04 MID=15632, Token=0C7B3214CD60DC39, 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:03:04.299 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.299 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E102,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15632, Token=0C7B3214CD60DC39, 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:03:04.299 [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 42 bytes from 127.0.0.1:8196 06:03:04.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15632] 06:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101, 127.0.0.1:8196, complete]! 06:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0C7B3214CD60DC39] 06:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15632] 06:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L101, 127.0.0.1:8196, complete] completed CON-POST MID=15632, Token=0C7B3214CD60DC39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15632, Token=0C7B3214CD60DC39, 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:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103, 127.0.0.1:8196] send request 06:03:04.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103, 127.0.0.1:8196] 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:03:04.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15633], CON-POST MID=15633, 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:03:04.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E03C6719B95B9F7B], CON-POST MID=15633, Token=E03C6719B95B9F7B, 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:03:04.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15633], KeyToken[127.0.0.1:8196-E03C6719B95B9F7B]] 06:03:04.301 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E103,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15633, Token=E03C6719B95B9F7B, 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:03:04.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15633] 06:03:04.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, 127.0.0.1:8193] replace CON-POST MID=15633, Token=E03C6719B95B9F7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15633, Token=E03C6719B95B9F7B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R104, 127.0.0.1:8193] send response NON-2.05 MID=15633, Token=null, OptionSet={}, "server responds hi" 06:03:04.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, 127.0.0.1:8193, complete]! 06:03:04.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R104, 127.0.0.1:8193, complete] completed NON-2.04 MID=15633, Token=E03C6719B95B9F7B, 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:03:04.302 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E104,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15633, Token=E03C6719B95B9F7B, 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:03:04.303 [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 42 bytes from 127.0.0.1:8196 06:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15633] 06:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103, 127.0.0.1:8196, complete]! 06:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E03C6719B95B9F7B] 06:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15633] 06:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L103, 127.0.0.1:8196, complete] completed CON-POST MID=15633, Token=E03C6719B95B9F7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15633, Token=E03C6719B95B9F7B, 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:03:04.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105, 127.0.0.1:8196] send request 06:03:04.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105, 127.0.0.1:8196] 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:03:04.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15634], CON-POST MID=15634, 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:03:04.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BC4B3C1CBCFEBCA5], CON-POST MID=15634, Token=BC4B3C1CBCFEBCA5, 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:03:04.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15634], KeyToken[127.0.0.1:8196-BC4B3C1CBCFEBCA5]] 06:03:04.305 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.305 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E105,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15634, Token=BC4B3C1CBCFEBCA5, 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:03:04.305 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15634] 06:03:04.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, 127.0.0.1:8193] replace CON-POST MID=15634, Token=BC4B3C1CBCFEBCA5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15634, Token=BC4B3C1CBCFEBCA5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R106, 127.0.0.1:8193] send response NON-2.05 MID=15634, Token=null, OptionSet={}, "server responds hi" 06:03:04.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, 127.0.0.1:8193, complete]! 06:03:04.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R106, 127.0.0.1:8193, complete] completed NON-2.04 MID=15634, Token=BC4B3C1CBCFEBCA5, 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:03:04.306 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.306 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E106,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15634, Token=BC4B3C1CBCFEBCA5, 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:03:04.306 [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 42 bytes from 127.0.0.1:8196 06:03:04.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15634] 06:03:04.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105, 127.0.0.1:8196, complete]! 06:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BC4B3C1CBCFEBCA5] 06:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15634] 06:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L105, 127.0.0.1:8196, complete] completed CON-POST MID=15634, Token=BC4B3C1CBCFEBCA5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15634, Token=BC4B3C1CBCFEBCA5, 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:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107, 127.0.0.1:8196] send request 06:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107, 127.0.0.1:8196] 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:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15635], CON-POST MID=15635, 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:03:04.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-149B3279E97130A7], CON-POST MID=15635, Token=149B3279E97130A7, 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:03:04.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15635], KeyToken[127.0.0.1:8196-149B3279E97130A7]] 06:03:04.308 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E107,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15635, Token=149B3279E97130A7, 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:03:04.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15635] 06:03:04.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, 127.0.0.1:8193] replace CON-POST MID=15635, Token=149B3279E97130A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15635, Token=149B3279E97130A7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R108, 127.0.0.1:8193] send response NON-2.05 MID=15635, Token=null, OptionSet={}, "server responds hi" 06:03:04.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, 127.0.0.1:8193, complete]! 06:03:04.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R108, 127.0.0.1:8193, complete] completed NON-2.04 MID=15635, Token=149B3279E97130A7, 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:03:04.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:8193 06:03:04.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E108,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15635, Token=149B3279E97130A7, 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:03:04.350 [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 42 bytes from 127.0.0.1:8196 06:03:04.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15635] 06:03:04.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107, 127.0.0.1:8196, complete]! 06:03:04.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-149B3279E97130A7] 06:03:04.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15635] 06:03:04.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L107, 127.0.0.1:8196, complete] completed CON-POST MID=15635, Token=149B3279E97130A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15635, Token=149B3279E97130A7, 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:03:04.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109, 127.0.0.1:8196] send request 06:03:04.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109, 127.0.0.1:8196] 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:03:04.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15636], CON-POST MID=15636, 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:03:04.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F0ED73C1C40A9434], CON-POST MID=15636, Token=F0ED73C1C40A9434, 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:03:04.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15636], KeyToken[127.0.0.1:8196-F0ED73C1C40A9434]] 06:03:04.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:8196 06:03:04.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E109,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15636, Token=F0ED73C1C40A9434, 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:03:04.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15636] 06:03:04.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, 127.0.0.1:8193] replace CON-POST MID=15636, Token=F0ED73C1C40A9434, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15636, Token=F0ED73C1C40A9434, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R110, 127.0.0.1:8193] send response NON-2.05 MID=15636, Token=null, OptionSet={}, "server responds hi" 06:03:04.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, 127.0.0.1:8193, complete]! 06:03:04.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R110, 127.0.0.1:8193, complete] completed NON-2.04 MID=15636, Token=F0ED73C1C40A9434, 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:03:04.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:8193 06:03:04.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E110,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15636, Token=F0ED73C1C40A9434, 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:03:04.354 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15636] 06:03:04.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109, 127.0.0.1:8196, complete]! 06:03:04.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F0ED73C1C40A9434] 06:03:04.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15636] 06:03:04.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L109, 127.0.0.1:8196, complete] completed CON-POST MID=15636, Token=F0ED73C1C40A9434, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15636, Token=F0ED73C1C40A9434, 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:03:04.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111, 127.0.0.1:8196] send request 06:03:04.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111, 127.0.0.1:8196] 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:03:04.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15637], CON-POST MID=15637, 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:03:04.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4687FB4F36CBEE8], CON-POST MID=15637, Token=D4687FB4F36CBEE8, 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:03:04.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15637], KeyToken[127.0.0.1:8196-D4687FB4F36CBEE8]] 06:03:04.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E111,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15637, Token=D4687FB4F36CBEE8, 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:03:04.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15637] 06:03:04.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, 127.0.0.1:8193] replace CON-POST MID=15637, Token=D4687FB4F36CBEE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15637, Token=D4687FB4F36CBEE8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R112, 127.0.0.1:8193] send response NON-2.05 MID=15637, Token=null, OptionSet={}, "server responds hi" 06:03:04.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, 127.0.0.1:8193, complete]! 06:03:04.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R112, 127.0.0.1:8193, complete] completed NON-2.04 MID=15637, Token=D4687FB4F36CBEE8, 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:03:04.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E112,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15637, Token=D4687FB4F36CBEE8, 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:03:04.357 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15637] 06:03:04.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111, 127.0.0.1:8196, complete]! 06:03:04.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4687FB4F36CBEE8] 06:03:04.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15637] 06:03:04.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L111, 127.0.0.1:8196, complete] completed CON-POST MID=15637, Token=D4687FB4F36CBEE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15637, Token=D4687FB4F36CBEE8, 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:03:04.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113, 127.0.0.1:8196] send request 06:03:04.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113, 127.0.0.1:8196] 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:03:04.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15638], CON-POST MID=15638, 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:03:04.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D06A6106AECC0E50], CON-POST MID=15638, Token=D06A6106AECC0E50, 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:03:04.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15638], KeyToken[127.0.0.1:8196-D06A6106AECC0E50]] 06:03:04.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E113,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15638, Token=D06A6106AECC0E50, 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:03:04.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15638] 06:03:04.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, 127.0.0.1:8193] replace CON-POST MID=15638, Token=D06A6106AECC0E50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15638, Token=D06A6106AECC0E50, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R114, 127.0.0.1:8193] send response NON-2.05 MID=15638, Token=null, OptionSet={}, "server responds hi" 06:03:04.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, 127.0.0.1:8193, complete]! 06:03:04.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R114, 127.0.0.1:8193, complete] completed NON-2.04 MID=15638, Token=D06A6106AECC0E50, 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:03:04.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E114,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15638, Token=D06A6106AECC0E50, 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:03:04.359 [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 42 bytes from 127.0.0.1:8196 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15638] 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113, 127.0.0.1:8196, complete]! 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D06A6106AECC0E50] 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15638] 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L113, 127.0.0.1:8196, complete] completed CON-POST MID=15638, Token=D06A6106AECC0E50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15638, Token=D06A6106AECC0E50, 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:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115, 127.0.0.1:8196] send request 06:03:04.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115, 127.0.0.1:8196] 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:03:04.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15639], CON-POST MID=15639, 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:03:04.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F888B70295DA8CBD], CON-POST MID=15639, Token=F888B70295DA8CBD, 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:03:04.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15639], KeyToken[127.0.0.1:8196-F888B70295DA8CBD]] 06:03:04.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E115,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15639, Token=F888B70295DA8CBD, 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:03:04.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15639] 06:03:04.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, 127.0.0.1:8193] replace CON-POST MID=15639, Token=F888B70295DA8CBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15639, Token=F888B70295DA8CBD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R116, 127.0.0.1:8193] send response NON-2.05 MID=15639, Token=null, OptionSet={}, "server responds hi" 06:03:04.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, 127.0.0.1:8193, complete]! 06:03:04.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R116, 127.0.0.1:8193, complete] completed NON-2.04 MID=15639, Token=F888B70295DA8CBD, 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:03:04.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:8193 06:03:04.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E116,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15639, Token=F888B70295DA8CBD, 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:03:04.363 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15639] 06:03:04.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115, 127.0.0.1:8196, complete]! 06:03:04.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F888B70295DA8CBD] 06:03:04.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15639] 06:03:04.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L115, 127.0.0.1:8196, complete] completed CON-POST MID=15639, Token=F888B70295DA8CBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15639, Token=F888B70295DA8CBD, 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:03:04.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117, 127.0.0.1:8196] send request 06:03:04.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117, 127.0.0.1:8196] 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:03:04.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15640], CON-POST MID=15640, 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:03:04.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-985C19210AD39461], CON-POST MID=15640, Token=985C19210AD39461, 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:03:04.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15640], KeyToken[127.0.0.1:8196-985C19210AD39461]] 06:03:04.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:8196 06:03:04.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E117,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15640, Token=985C19210AD39461, 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:03:04.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15640] 06:03:04.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, 127.0.0.1:8193] replace CON-POST MID=15640, Token=985C19210AD39461, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15640, Token=985C19210AD39461, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R118, 127.0.0.1:8193] send response NON-2.05 MID=15640, Token=null, OptionSet={}, "server responds hi" 06:03:04.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, 127.0.0.1:8193, complete]! 06:03:04.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R118, 127.0.0.1:8193, complete] completed NON-2.04 MID=15640, Token=985C19210AD39461, 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:03:04.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:8193 06:03:04.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E118,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15640, Token=985C19210AD39461, 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:03:04.366 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15640] 06:03:04.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117, 127.0.0.1:8196, complete]! 06:03:04.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-985C19210AD39461] 06:03:04.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15640] 06:03:04.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L117, 127.0.0.1:8196, complete] completed CON-POST MID=15640, Token=985C19210AD39461, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15640, Token=985C19210AD39461, 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:03:04.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119, 127.0.0.1:8196] send request 06:03:04.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119, 127.0.0.1:8196] 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:03:04.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15641], CON-POST MID=15641, 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:03:04.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-682E0C5F2E60ECCA], CON-POST MID=15641, Token=682E0C5F2E60ECCA, 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:03:04.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15641], KeyToken[127.0.0.1:8196-682E0C5F2E60ECCA]] 06:03:04.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:8196 06:03:04.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E119,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15641, Token=682E0C5F2E60ECCA, 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:03:04.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15641] 06:03:04.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, 127.0.0.1:8193] replace CON-POST MID=15641, Token=682E0C5F2E60ECCA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15641, Token=682E0C5F2E60ECCA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R120, 127.0.0.1:8193] send response NON-2.05 MID=15641, Token=null, OptionSet={}, "server responds hi" 06:03:04.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, 127.0.0.1:8193, complete]! 06:03:04.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R120, 127.0.0.1:8193, complete] completed NON-2.04 MID=15641, Token=682E0C5F2E60ECCA, 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:03:04.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:8193 06:03:04.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E120,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15641, Token=682E0C5F2E60ECCA, 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:03:04.368 [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 42 bytes from 127.0.0.1:8196 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15641] 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119, 127.0.0.1:8196, complete]! 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-682E0C5F2E60ECCA] 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15641] 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L119, 127.0.0.1:8196, complete] completed CON-POST MID=15641, Token=682E0C5F2E60ECCA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15641, Token=682E0C5F2E60ECCA, 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:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121, 127.0.0.1:8196] send request 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121, 127.0.0.1:8196] 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:03:04.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15642], CON-POST MID=15642, 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:03:04.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-841B1F906DFE329B], CON-POST MID=15642, Token=841B1F906DFE329B, 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:03:04.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15642], KeyToken[127.0.0.1:8196-841B1F906DFE329B]] 06:03:04.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:8196 06:03:04.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E121,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15642, Token=841B1F906DFE329B, 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:03:04.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15642] 06:03:04.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, 127.0.0.1:8193] replace CON-POST MID=15642, Token=841B1F906DFE329B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15642, Token=841B1F906DFE329B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R122, 127.0.0.1:8193] send response NON-2.05 MID=15642, Token=null, OptionSet={}, "server responds hi" 06:03:04.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, 127.0.0.1:8193, complete]! 06:03:04.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R122, 127.0.0.1:8193, complete] completed NON-2.04 MID=15642, Token=841B1F906DFE329B, 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:03:04.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E122,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15642, Token=841B1F906DFE329B, 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:03:04.371 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15642] 06:03:04.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121, 127.0.0.1:8196, complete]! 06:03:04.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-841B1F906DFE329B] 06:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15642] 06:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L121, 127.0.0.1:8196, complete] completed CON-POST MID=15642, Token=841B1F906DFE329B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15642, Token=841B1F906DFE329B, 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:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123, 127.0.0.1:8196] send request 06:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123, 127.0.0.1:8196] 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:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15643], CON-POST MID=15643, 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:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-582CB2E037E645F9], CON-POST MID=15643, Token=582CB2E037E645F9, 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:03:04.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15643], KeyToken[127.0.0.1:8196-582CB2E037E645F9]] 06:03:04.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E123,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15643, Token=582CB2E037E645F9, 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:03:04.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15643] 06:03:04.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, 127.0.0.1:8193] replace CON-POST MID=15643, Token=582CB2E037E645F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15643, Token=582CB2E037E645F9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R124, 127.0.0.1:8193] send response NON-2.05 MID=15643, Token=null, OptionSet={}, "server responds hi" 06:03:04.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, 127.0.0.1:8193, complete]! 06:03:04.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R124, 127.0.0.1:8193, complete] completed NON-2.04 MID=15643, Token=582CB2E037E645F9, 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:03:04.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:8193 06:03:04.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E124,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15643, Token=582CB2E037E645F9, 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:03:04.374 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15643] 06:03:04.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123, 127.0.0.1:8196, complete]! 06:03:04.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-582CB2E037E645F9] 06:03:04.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15643] 06:03:04.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L123, 127.0.0.1:8196, complete] completed CON-POST MID=15643, Token=582CB2E037E645F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15643, Token=582CB2E037E645F9, 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:03:04.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125, 127.0.0.1:8196] send request 06:03:04.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125, 127.0.0.1:8196] 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:03:04.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15644], CON-POST MID=15644, 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:03:04.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CC05C5E59152129E], CON-POST MID=15644, Token=CC05C5E59152129E, 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:03:04.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15644], KeyToken[127.0.0.1:8196-CC05C5E59152129E]] 06:03:04.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:8196 06:03:04.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E125,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15644, Token=CC05C5E59152129E, 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:03:04.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15644] 06:03:04.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, 127.0.0.1:8193] replace CON-POST MID=15644, Token=CC05C5E59152129E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15644, Token=CC05C5E59152129E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R126, 127.0.0.1:8193] send response NON-2.05 MID=15644, Token=null, OptionSet={}, "server responds hi" 06:03:04.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, 127.0.0.1:8193, complete]! 06:03:04.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R126, 127.0.0.1:8193, complete] completed NON-2.04 MID=15644, Token=CC05C5E59152129E, 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:03:04.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E126,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15644, Token=CC05C5E59152129E, 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:03:04.377 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15644] 06:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125, 127.0.0.1:8196, complete]! 06:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CC05C5E59152129E] 06:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15644] 06:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L125, 127.0.0.1:8196, complete] completed CON-POST MID=15644, Token=CC05C5E59152129E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15644, Token=CC05C5E59152129E, 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:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127, 127.0.0.1:8196] send request 06:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127, 127.0.0.1:8196] 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:03:04.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15645], CON-POST MID=15645, 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:03:04.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4C790C0BB8FB4F8E], CON-POST MID=15645, Token=4C790C0BB8FB4F8E, 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:03:04.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15645], KeyToken[127.0.0.1:8196-4C790C0BB8FB4F8E]] 06:03:04.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E127,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15645, Token=4C790C0BB8FB4F8E, 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:03:04.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15645] 06:03:04.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, 127.0.0.1:8193] replace CON-POST MID=15645, Token=4C790C0BB8FB4F8E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15645, Token=4C790C0BB8FB4F8E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R128, 127.0.0.1:8193] send response NON-2.05 MID=15645, Token=null, OptionSet={}, "server responds hi" 06:03:04.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, 127.0.0.1:8193, complete]! 06:03:04.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R128, 127.0.0.1:8193, complete] completed NON-2.04 MID=15645, Token=4C790C0BB8FB4F8E, 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:03:04.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E128,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15645, Token=4C790C0BB8FB4F8E, 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:03:04.379 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15645] 06:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127, 127.0.0.1:8196, complete]! 06:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4C790C0BB8FB4F8E] 06:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15645] 06:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L127, 127.0.0.1:8196, complete] completed CON-POST MID=15645, Token=4C790C0BB8FB4F8E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15645, Token=4C790C0BB8FB4F8E, 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:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129, 127.0.0.1:8196] send request 06:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129, 127.0.0.1:8196] 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:03:04.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15646], CON-POST MID=15646, 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:03:04.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BCE152A62D0C0063], CON-POST MID=15646, Token=BCE152A62D0C0063, 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:03:04.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15646], KeyToken[127.0.0.1:8196-BCE152A62D0C0063]] 06:03:04.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:8196 06:03:04.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E129,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15646, Token=BCE152A62D0C0063, 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:03:04.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15646] 06:03:04.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, 127.0.0.1:8193] replace CON-POST MID=15646, Token=BCE152A62D0C0063, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15646, Token=BCE152A62D0C0063, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R130, 127.0.0.1:8193] send response NON-2.05 MID=15646, Token=null, OptionSet={}, "server responds hi" 06:03:04.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, 127.0.0.1:8193, complete]! 06:03:04.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R130, 127.0.0.1:8193, complete] completed NON-2.04 MID=15646, Token=BCE152A62D0C0063, 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:03:04.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:8193 06:03:04.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E130,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15646, Token=BCE152A62D0C0063, 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:03:04.383 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15646] 06:03:04.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129, 127.0.0.1:8196, complete]! 06:03:04.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BCE152A62D0C0063] 06:03:04.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15646] 06:03:04.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L129, 127.0.0.1:8196, complete] completed CON-POST MID=15646, Token=BCE152A62D0C0063, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15646, Token=BCE152A62D0C0063, 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:03:04.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131, 127.0.0.1:8196] send request 06:03:04.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131, 127.0.0.1:8196] 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:03:04.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15647], CON-POST MID=15647, 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:03:04.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B45800516E9F24A8], CON-POST MID=15647, Token=B45800516E9F24A8, 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:03:04.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15647], KeyToken[127.0.0.1:8196-B45800516E9F24A8]] 06:03:04.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E131,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15647, Token=B45800516E9F24A8, 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:03:04.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15647] 06:03:04.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, 127.0.0.1:8193] replace CON-POST MID=15647, Token=B45800516E9F24A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15647, Token=B45800516E9F24A8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R132, 127.0.0.1:8193] send response NON-2.05 MID=15647, Token=null, OptionSet={}, "server responds hi" 06:03:04.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, 127.0.0.1:8193, complete]! 06:03:04.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R132, 127.0.0.1:8193, complete] completed NON-2.04 MID=15647, Token=B45800516E9F24A8, 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:03:04.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:8193 06:03:04.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E132,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15647, Token=B45800516E9F24A8, 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:03:04.386 [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 42 bytes from 127.0.0.1:8196 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15647] 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131, 127.0.0.1:8196, complete]! 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B45800516E9F24A8] 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15647] 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L131, 127.0.0.1:8196, complete] completed CON-POST MID=15647, Token=B45800516E9F24A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15647, Token=B45800516E9F24A8, 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:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133, 127.0.0.1:8196] send request 06:03:04.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133, 127.0.0.1:8196] 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:03:04.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15648], CON-POST MID=15648, 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:03:04.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2C26C4A898496337], CON-POST MID=15648, Token=2C26C4A898496337, 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:03:04.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15648], KeyToken[127.0.0.1:8196-2C26C4A898496337]] 06:03:04.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:8196 06:03:04.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E133,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15648, Token=2C26C4A898496337, 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:03:04.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15648] 06:03:04.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, 127.0.0.1:8193] replace CON-POST MID=15648, Token=2C26C4A898496337, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15648, Token=2C26C4A898496337, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R134, 127.0.0.1:8193] send response NON-2.05 MID=15648, Token=null, OptionSet={}, "server responds hi" 06:03:04.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, 127.0.0.1:8193, complete]! 06:03:04.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R134, 127.0.0.1:8193, complete] completed NON-2.04 MID=15648, Token=2C26C4A898496337, 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:03:04.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E134,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15648, Token=2C26C4A898496337, 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:03:04.388 [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 42 bytes from 127.0.0.1:8196 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15648] 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133, 127.0.0.1:8196, complete]! 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2C26C4A898496337] 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15648] 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L133, 127.0.0.1:8196, complete] completed CON-POST MID=15648, Token=2C26C4A898496337, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15648, Token=2C26C4A898496337, 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:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135, 127.0.0.1:8196] send request 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135, 127.0.0.1:8196] 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:03:04.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15649], CON-POST MID=15649, 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:03:04.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A4BB2C1643CB5C17], CON-POST MID=15649, Token=A4BB2C1643CB5C17, 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:03:04.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15649], KeyToken[127.0.0.1:8196-A4BB2C1643CB5C17]] 06:03:04.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:8196 06:03:04.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E135,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15649, Token=A4BB2C1643CB5C17, 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:03:04.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15649] 06:03:04.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, 127.0.0.1:8193] replace CON-POST MID=15649, Token=A4BB2C1643CB5C17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15649, Token=A4BB2C1643CB5C17, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R136, 127.0.0.1:8193] send response NON-2.05 MID=15649, Token=null, OptionSet={}, "server responds hi" 06:03:04.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, 127.0.0.1:8193, complete]! 06:03:04.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R136, 127.0.0.1:8193, complete] completed NON-2.04 MID=15649, Token=A4BB2C1643CB5C17, 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:03:04.391 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.391 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E136,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15649, Token=A4BB2C1643CB5C17, 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:03:04.391 [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 42 bytes from 127.0.0.1:8196 06:03:04.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15649] 06:03:04.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135, 127.0.0.1:8196, complete]! 06:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A4BB2C1643CB5C17] 06:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15649] 06:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L135, 127.0.0.1:8196, complete] completed CON-POST MID=15649, Token=A4BB2C1643CB5C17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15649, Token=A4BB2C1643CB5C17, 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:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137, 127.0.0.1:8196] send request 06:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137, 127.0.0.1:8196] 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:03:04.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15650], CON-POST MID=15650, 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:03:04.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A0E9EFDE802EAC9E], CON-POST MID=15650, Token=A0E9EFDE802EAC9E, 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:03:04.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15650], KeyToken[127.0.0.1:8196-A0E9EFDE802EAC9E]] 06:03:04.393 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E137,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15650, Token=A0E9EFDE802EAC9E, 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:03:04.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15650] 06:03:04.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, 127.0.0.1:8193] replace CON-POST MID=15650, Token=A0E9EFDE802EAC9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15650, Token=A0E9EFDE802EAC9E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R138, 127.0.0.1:8193] send response NON-2.05 MID=15650, Token=null, OptionSet={}, "server responds hi" 06:03:04.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, 127.0.0.1:8193, complete]! 06:03:04.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R138, 127.0.0.1:8193, complete] completed NON-2.04 MID=15650, Token=A0E9EFDE802EAC9E, 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:03:04.394 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E138,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15650, Token=A0E9EFDE802EAC9E, 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:03:04.394 [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 42 bytes from 127.0.0.1:8196 06:03:04.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15650] 06:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137, 127.0.0.1:8196, complete]! 06:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A0E9EFDE802EAC9E] 06:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15650] 06:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L137, 127.0.0.1:8196, complete] completed CON-POST MID=15650, Token=A0E9EFDE802EAC9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15650, Token=A0E9EFDE802EAC9E, 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:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139, 127.0.0.1:8196] send request 06:03:04.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139, 127.0.0.1:8196] 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:03:04.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15651], CON-POST MID=15651, 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:03:04.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4C9BB4CD98AA45D4], CON-POST MID=15651, Token=4C9BB4CD98AA45D4, 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:03:04.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15651], KeyToken[127.0.0.1:8196-4C9BB4CD98AA45D4]] 06:03:04.396 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E139,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15651, Token=4C9BB4CD98AA45D4, 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:03:04.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15651] 06:03:04.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, 127.0.0.1:8193] replace CON-POST MID=15651, Token=4C9BB4CD98AA45D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15651, Token=4C9BB4CD98AA45D4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R140, 127.0.0.1:8193] send response NON-2.05 MID=15651, Token=null, OptionSet={}, "server responds hi" 06:03:04.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, 127.0.0.1:8193, complete]! 06:03:04.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R140, 127.0.0.1:8193, complete] completed NON-2.04 MID=15651, Token=4C9BB4CD98AA45D4, 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:03:04.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E140,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15651, Token=4C9BB4CD98AA45D4, 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:03:04.398 [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 42 bytes from 127.0.0.1:8196 06:03:04.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15651] 06:03:04.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139, 127.0.0.1:8196, complete]! 06:03:04.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4C9BB4CD98AA45D4] 06:03:04.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15651] 06:03:04.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L139, 127.0.0.1:8196, complete] completed CON-POST MID=15651, Token=4C9BB4CD98AA45D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15651, Token=4C9BB4CD98AA45D4, 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:03:04.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141, 127.0.0.1:8196] send request 06:03:04.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141, 127.0.0.1:8196] 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:03:04.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15652], CON-POST MID=15652, 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:03:04.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A8773AE988AFF877], CON-POST MID=15652, Token=A8773AE988AFF877, 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:03:04.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15652], KeyToken[127.0.0.1:8196-A8773AE988AFF877]] 06:03:04.399 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E141,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15652, Token=A8773AE988AFF877, 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:03:04.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15652] 06:03:04.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, 127.0.0.1:8193] replace CON-POST MID=15652, Token=A8773AE988AFF877, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15652, Token=A8773AE988AFF877, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R142, 127.0.0.1:8193] send response NON-2.05 MID=15652, Token=null, OptionSet={}, "server responds hi" 06:03:04.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, 127.0.0.1:8193, complete]! 06:03:04.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R142, 127.0.0.1:8193, complete] completed NON-2.04 MID=15652, Token=A8773AE988AFF877, 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:03:04.401 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E142,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15652, Token=A8773AE988AFF877, 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:03:04.401 [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 42 bytes from 127.0.0.1:8196 06:03:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15652] 06:03:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141, 127.0.0.1:8196, complete]! 06:03:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A8773AE988AFF877] 06:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15652] 06:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L141, 127.0.0.1:8196, complete] completed CON-POST MID=15652, Token=A8773AE988AFF877, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15652, Token=A8773AE988AFF877, 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:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143, 127.0.0.1:8196] send request 06:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143, 127.0.0.1:8196] 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:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15653], CON-POST MID=15653, 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:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CB7DA225BFE0926], CON-POST MID=15653, Token=2CB7DA225BFE0926, 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:03:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15653], KeyToken[127.0.0.1:8196-2CB7DA225BFE0926]] 06:03:04.403 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.403 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E143,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15653, Token=2CB7DA225BFE0926, 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:03:04.403 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15653] 06:03:04.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, 127.0.0.1:8193] replace CON-POST MID=15653, Token=2CB7DA225BFE0926, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15653, Token=2CB7DA225BFE0926, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R144, 127.0.0.1:8193] send response NON-2.05 MID=15653, Token=null, OptionSet={}, "server responds hi" 06:03:04.404 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, 127.0.0.1:8193, complete]! 06:03:04.404 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R144, 127.0.0.1:8193, complete] completed NON-2.04 MID=15653, Token=2CB7DA225BFE0926, 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:03:04.404 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E144,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15653, Token=2CB7DA225BFE0926, 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:03:04.450 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15653] 06:03:04.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143, 127.0.0.1:8196, complete]! 06:03:04.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CB7DA225BFE0926] 06:03:04.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15653] 06:03:04.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L143, 127.0.0.1:8196, complete] completed CON-POST MID=15653, Token=2CB7DA225BFE0926, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15653, Token=2CB7DA225BFE0926, 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:03:04.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145, 127.0.0.1:8196] send request 06:03:04.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145, 127.0.0.1:8196] 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:03:04.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15654], CON-POST MID=15654, 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:03:04.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E8A52BFDA4B9A187], CON-POST MID=15654, Token=E8A52BFDA4B9A187, 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:03:04.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15654], KeyToken[127.0.0.1:8196-E8A52BFDA4B9A187]] 06:03:04.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E145,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15654, Token=E8A52BFDA4B9A187, 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:03:04.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15654] 06:03:04.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, 127.0.0.1:8193] replace CON-POST MID=15654, Token=E8A52BFDA4B9A187, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15654, Token=E8A52BFDA4B9A187, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R146, 127.0.0.1:8193] send response NON-2.05 MID=15654, Token=null, OptionSet={}, "server responds hi" 06:03:04.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, 127.0.0.1:8193, complete]! 06:03:04.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R146, 127.0.0.1:8193, complete] completed NON-2.04 MID=15654, Token=E8A52BFDA4B9A187, 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:03:04.453 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E146,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15654, Token=E8A52BFDA4B9A187, 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:03:04.454 [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 42 bytes from 127.0.0.1:8196 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15654] 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145, 127.0.0.1:8196, complete]! 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E8A52BFDA4B9A187] 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15654] 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L145, 127.0.0.1:8196, complete] completed CON-POST MID=15654, Token=E8A52BFDA4B9A187, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15654, Token=E8A52BFDA4B9A187, 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:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147, 127.0.0.1:8196] send request 06:03:04.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147, 127.0.0.1:8196] 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:03:04.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15655], CON-POST MID=15655, 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:03:04.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-44E9F1D938AC476E], CON-POST MID=15655, Token=44E9F1D938AC476E, 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:03:04.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15655], KeyToken[127.0.0.1:8196-44E9F1D938AC476E]] 06:03:04.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E147,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15655, Token=44E9F1D938AC476E, 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:03:04.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15655] 06:03:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, 127.0.0.1:8193] replace CON-POST MID=15655, Token=44E9F1D938AC476E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15655, Token=44E9F1D938AC476E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R148, 127.0.0.1:8193] send response NON-2.05 MID=15655, Token=null, OptionSet={}, "server responds hi" 06:03:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, 127.0.0.1:8193, complete]! 06:03:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R148, 127.0.0.1:8193, complete] completed NON-2.04 MID=15655, Token=44E9F1D938AC476E, 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:03:04.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E148,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15655, Token=44E9F1D938AC476E, 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:03:04.457 [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 42 bytes from 127.0.0.1:8196 06:03:04.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15655] 06:03:04.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147, 127.0.0.1:8196, complete]! 06:03:04.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-44E9F1D938AC476E] 06:03:04.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15655] 06:03:04.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L147, 127.0.0.1:8196, complete] completed CON-POST MID=15655, Token=44E9F1D938AC476E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15655, Token=44E9F1D938AC476E, 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:03:04.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149, 127.0.0.1:8196] send request 06:03:04.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149, 127.0.0.1:8196] 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:03:04.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15656], CON-POST MID=15656, 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:03:04.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-38CE990DFE2AFB41], CON-POST MID=15656, Token=38CE990DFE2AFB41, 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:03:04.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15656], KeyToken[127.0.0.1:8196-38CE990DFE2AFB41]] 06:03:04.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E149,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15656, Token=38CE990DFE2AFB41, 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:03:04.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15656] 06:03:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, 127.0.0.1:8193] replace CON-POST MID=15656, Token=38CE990DFE2AFB41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15656, Token=38CE990DFE2AFB41, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R150, 127.0.0.1:8193] send response NON-2.05 MID=15656, Token=null, OptionSet={}, "server responds hi" 06:03:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, 127.0.0.1:8193, complete]! 06:03:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R150, 127.0.0.1:8193, complete] completed NON-2.04 MID=15656, Token=38CE990DFE2AFB41, 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:03:04.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:8193 06:03:04.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E150,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15656, Token=38CE990DFE2AFB41, 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:03:04.460 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15656] 06:03:04.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149, 127.0.0.1:8196, complete]! 06:03:04.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-38CE990DFE2AFB41] 06:03:04.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15656] 06:03:04.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L149, 127.0.0.1:8196, complete] completed CON-POST MID=15656, Token=38CE990DFE2AFB41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15656, Token=38CE990DFE2AFB41, 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:03:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151, 127.0.0.1:8196] send request 06:03:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151, 127.0.0.1:8196] 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:03:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15657], CON-POST MID=15657, 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:03:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-EC2E268130EB694F], CON-POST MID=15657, Token=EC2E268130EB694F, 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:03:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15657], KeyToken[127.0.0.1:8196-EC2E268130EB694F]] 06:03:04.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:8196 06:03:04.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E151,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15657, Token=EC2E268130EB694F, 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:03:04.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15657] 06:03:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, 127.0.0.1:8193] replace CON-POST MID=15657, Token=EC2E268130EB694F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15657, Token=EC2E268130EB694F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R152, 127.0.0.1:8193] send response NON-2.05 MID=15657, Token=null, OptionSet={}, "server responds hi" 06:03:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, 127.0.0.1:8193, complete]! 06:03:04.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R152, 127.0.0.1:8193, complete] completed NON-2.04 MID=15657, Token=EC2E268130EB694F, 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:03:04.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:8193 06:03:04.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E152,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15657, Token=EC2E268130EB694F, 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:03:04.463 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15657] 06:03:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151, 127.0.0.1:8196, complete]! 06:03:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-EC2E268130EB694F] 06:03:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15657] 06:03:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L151, 127.0.0.1:8196, complete] completed CON-POST MID=15657, Token=EC2E268130EB694F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15657, Token=EC2E268130EB694F, 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:03:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153, 127.0.0.1:8196] send request 06:03:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153, 127.0.0.1:8196] 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:03:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15658], CON-POST MID=15658, 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:03:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C2A201D3FBD5BA3], CON-POST MID=15658, Token=8C2A201D3FBD5BA3, 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:03:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15658], KeyToken[127.0.0.1:8196-8C2A201D3FBD5BA3]] 06:03:04.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:8196 06:03:04.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E153,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15658, Token=8C2A201D3FBD5BA3, 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:03:04.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15658] 06:03:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, 127.0.0.1:8193] replace CON-POST MID=15658, Token=8C2A201D3FBD5BA3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15658, Token=8C2A201D3FBD5BA3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R154, 127.0.0.1:8193] send response NON-2.05 MID=15658, Token=null, OptionSet={}, "server responds hi" 06:03:04.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, 127.0.0.1:8193, complete]! 06:03:04.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R154, 127.0.0.1:8193, complete] completed NON-2.04 MID=15658, Token=8C2A201D3FBD5BA3, 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:03:04.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:8193 06:03:04.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E154,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15658, Token=8C2A201D3FBD5BA3, 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:03:04.466 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15658] 06:03:04.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153, 127.0.0.1:8196, complete]! 06:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C2A201D3FBD5BA3] 06:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15658] 06:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L153, 127.0.0.1:8196, complete] completed CON-POST MID=15658, Token=8C2A201D3FBD5BA3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15658, Token=8C2A201D3FBD5BA3, 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:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155, 127.0.0.1:8196] send request 06:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155, 127.0.0.1:8196] 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:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15659], CON-POST MID=15659, 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:03:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F8F35E5F0B40080A], CON-POST MID=15659, Token=F8F35E5F0B40080A, 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:03:04.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15659], KeyToken[127.0.0.1:8196-F8F35E5F0B40080A]] 06:03:04.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E155,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15659, Token=F8F35E5F0B40080A, 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:03:04.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15659] 06:03:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, 127.0.0.1:8193] replace CON-POST MID=15659, Token=F8F35E5F0B40080A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15659, Token=F8F35E5F0B40080A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R156, 127.0.0.1:8193] send response NON-2.05 MID=15659, Token=null, OptionSet={}, "server responds hi" 06:03:04.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, 127.0.0.1:8193, complete]! 06:03:04.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R156, 127.0.0.1:8193, complete] completed NON-2.04 MID=15659, Token=F8F35E5F0B40080A, 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:03:04.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:8193 06:03:04.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E156,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15659, Token=F8F35E5F0B40080A, 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:03:04.469 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15659] 06:03:04.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155, 127.0.0.1:8196, complete]! 06:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F8F35E5F0B40080A] 06:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15659] 06:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L155, 127.0.0.1:8196, complete] completed CON-POST MID=15659, Token=F8F35E5F0B40080A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15659, Token=F8F35E5F0B40080A, 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:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157, 127.0.0.1:8196] send request 06:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157, 127.0.0.1:8196] 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:03:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15660], CON-POST MID=15660, 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:03:04.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C8A7EDC0298BA457], CON-POST MID=15660, Token=C8A7EDC0298BA457, 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:03:04.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15660], KeyToken[127.0.0.1:8196-C8A7EDC0298BA457]] 06:03:04.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:8196 06:03:04.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E157,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15660, Token=C8A7EDC0298BA457, 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:03:04.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15660] 06:03:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, 127.0.0.1:8193] replace CON-POST MID=15660, Token=C8A7EDC0298BA457, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15660, Token=C8A7EDC0298BA457, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R158, 127.0.0.1:8193] send response NON-2.05 MID=15660, Token=null, OptionSet={}, "server responds hi" 06:03:04.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, 127.0.0.1:8193, complete]! 06:03:04.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R158, 127.0.0.1:8193, complete] completed NON-2.04 MID=15660, Token=C8A7EDC0298BA457, 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:03:04.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:8193 06:03:04.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E158,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15660, Token=C8A7EDC0298BA457, 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:03:04.472 [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 42 bytes from 127.0.0.1:8196 06:03:04.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15660] 06:03:04.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157, 127.0.0.1:8196, complete]! 06:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C8A7EDC0298BA457] 06:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15660] 06:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L157, 127.0.0.1:8196, complete] completed CON-POST MID=15660, Token=C8A7EDC0298BA457, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15660, Token=C8A7EDC0298BA457, 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:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159, 127.0.0.1:8196] send request 06:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159, 127.0.0.1:8196] 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:03:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15661], CON-POST MID=15661, 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:03:04.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4BA35AA780CD8C5], CON-POST MID=15661, Token=D4BA35AA780CD8C5, 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:03:04.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15661], KeyToken[127.0.0.1:8196-D4BA35AA780CD8C5]] 06:03:04.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:8196 06:03:04.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E159,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15661, Token=D4BA35AA780CD8C5, 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:03:04.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15661] 06:03:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, 127.0.0.1:8193] replace CON-POST MID=15661, Token=D4BA35AA780CD8C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15661, Token=D4BA35AA780CD8C5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R160, 127.0.0.1:8193] send response NON-2.05 MID=15661, Token=null, OptionSet={}, "server responds hi" 06:03:04.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, 127.0.0.1:8193, complete]! 06:03:04.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R160, 127.0.0.1:8193, complete] completed NON-2.04 MID=15661, Token=D4BA35AA780CD8C5, 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:03:04.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:8193 06:03:04.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E160,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15661, Token=D4BA35AA780CD8C5, 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:03:04.475 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15661] 06:03:04.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159, 127.0.0.1:8196, complete]! 06:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4BA35AA780CD8C5] 06:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15661] 06:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L159, 127.0.0.1:8196, complete] completed CON-POST MID=15661, Token=D4BA35AA780CD8C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15661, Token=D4BA35AA780CD8C5, 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:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161, 127.0.0.1:8196] send request 06:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161, 127.0.0.1:8196] 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:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15662], CON-POST MID=15662, 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:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4CD15C5A7BA8CADF], CON-POST MID=15662, Token=4CD15C5A7BA8CADF, 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:03:04.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15662], KeyToken[127.0.0.1:8196-4CD15C5A7BA8CADF]] 06:03:04.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:8196 06:03:04.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E161,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15662, Token=4CD15C5A7BA8CADF, 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:03:04.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15662] 06:03:04.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, 127.0.0.1:8193] replace CON-POST MID=15662, Token=4CD15C5A7BA8CADF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15662, Token=4CD15C5A7BA8CADF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R162, 127.0.0.1:8193] send response NON-2.05 MID=15662, Token=null, OptionSet={}, "server responds hi" 06:03:04.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, 127.0.0.1:8193, complete]! 06:03:04.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R162, 127.0.0.1:8193, complete] completed NON-2.04 MID=15662, Token=4CD15C5A7BA8CADF, 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:03:04.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:8193 06:03:04.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E162,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15662, Token=4CD15C5A7BA8CADF, 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:03:04.478 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15662] 06:03:04.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161, 127.0.0.1:8196, complete]! 06:03:04.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4CD15C5A7BA8CADF] 06:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15662] 06:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L161, 127.0.0.1:8196, complete] completed CON-POST MID=15662, Token=4CD15C5A7BA8CADF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15662, Token=4CD15C5A7BA8CADF, 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:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163, 127.0.0.1:8196] send request 06:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163, 127.0.0.1:8196] 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:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15663], CON-POST MID=15663, 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:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A06586004086F9DB], CON-POST MID=15663, Token=A06586004086F9DB, 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:03:04.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15663], KeyToken[127.0.0.1:8196-A06586004086F9DB]] 06:03:04.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E163,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15663, Token=A06586004086F9DB, 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:03:04.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15663] 06:03:04.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, 127.0.0.1:8193] replace CON-POST MID=15663, Token=A06586004086F9DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15663, Token=A06586004086F9DB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R164, 127.0.0.1:8193] send response NON-2.05 MID=15663, Token=null, OptionSet={}, "server responds hi" 06:03:04.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, 127.0.0.1:8193, complete]! 06:03:04.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R164, 127.0.0.1:8193, complete] completed NON-2.04 MID=15663, Token=A06586004086F9DB, 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:03:04.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:8193 06:03:04.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E164,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15663, Token=A06586004086F9DB, 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:03:04.481 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15663] 06:03:04.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163, 127.0.0.1:8196, complete]! 06:03:04.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A06586004086F9DB] 06:03:04.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15663] 06:03:04.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L163, 127.0.0.1:8196, complete] completed CON-POST MID=15663, Token=A06586004086F9DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15663, Token=A06586004086F9DB, 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:03:04.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165, 127.0.0.1:8196] send request 06:03:04.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165, 127.0.0.1:8196] 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:03:04.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15664], CON-POST MID=15664, 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:03:04.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0CED89A058CE5789], CON-POST MID=15664, Token=0CED89A058CE5789, 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:03:04.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15664], KeyToken[127.0.0.1:8196-0CED89A058CE5789]] 06:03:04.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:8196 06:03:04.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E165,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15664, Token=0CED89A058CE5789, 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:03:04.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15664] 06:03:04.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, 127.0.0.1:8193] replace CON-POST MID=15664, Token=0CED89A058CE5789, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15664, Token=0CED89A058CE5789, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R166, 127.0.0.1:8193] send response NON-2.05 MID=15664, Token=null, OptionSet={}, "server responds hi" 06:03:04.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, 127.0.0.1:8193, complete]! 06:03:04.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R166, 127.0.0.1:8193, complete] completed NON-2.04 MID=15664, Token=0CED89A058CE5789, 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:03:04.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:8193 06:03:04.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E166,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15664, Token=0CED89A058CE5789, 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:03:04.484 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15664] 06:03:04.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165, 127.0.0.1:8196, complete]! 06:03:04.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0CED89A058CE5789] 06:03:04.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15664] 06:03:04.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L165, 127.0.0.1:8196, complete] completed CON-POST MID=15664, Token=0CED89A058CE5789, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15664, Token=0CED89A058CE5789, 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:03:04.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167, 127.0.0.1:8196] send request 06:03:04.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167, 127.0.0.1:8196] 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:03:04.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15665], CON-POST MID=15665, 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:03:04.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C08E0A39888CE88], CON-POST MID=15665, Token=3C08E0A39888CE88, 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:03:04.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15665], KeyToken[127.0.0.1:8196-3C08E0A39888CE88]] 06:03:04.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:8196 06:03:04.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E167,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15665, Token=3C08E0A39888CE88, 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:03:04.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15665] 06:03:04.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, 127.0.0.1:8193] replace CON-POST MID=15665, Token=3C08E0A39888CE88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15665, Token=3C08E0A39888CE88, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R168, 127.0.0.1:8193] send response NON-2.05 MID=15665, Token=null, OptionSet={}, "server responds hi" 06:03:04.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, 127.0.0.1:8193, complete]! 06:03:04.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R168, 127.0.0.1:8193, complete] completed NON-2.04 MID=15665, Token=3C08E0A39888CE88, 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:03:04.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:8193 06:03:04.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E168,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15665, Token=3C08E0A39888CE88, 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:03:04.487 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15665] 06:03:04.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167, 127.0.0.1:8196, complete]! 06:03:04.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C08E0A39888CE88] 06:03:04.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15665] 06:03:04.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L167, 127.0.0.1:8196, complete] completed CON-POST MID=15665, Token=3C08E0A39888CE88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15665, Token=3C08E0A39888CE88, 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:03:04.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169, 127.0.0.1:8196] send request 06:03:04.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169, 127.0.0.1:8196] 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:03:04.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15666], CON-POST MID=15666, 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:03:04.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-40E24AABC3AEC399], CON-POST MID=15666, Token=40E24AABC3AEC399, 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:03:04.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15666], KeyToken[127.0.0.1:8196-40E24AABC3AEC399]] 06:03:04.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:8196 06:03:04.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E169,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15666, Token=40E24AABC3AEC399, 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:03:04.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15666] 06:03:04.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, 127.0.0.1:8193] replace CON-POST MID=15666, Token=40E24AABC3AEC399, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15666, Token=40E24AABC3AEC399, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R170, 127.0.0.1:8193] send response NON-2.05 MID=15666, Token=null, OptionSet={}, "server responds hi" 06:03:04.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, 127.0.0.1:8193, complete]! 06:03:04.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R170, 127.0.0.1:8193, complete] completed NON-2.04 MID=15666, Token=40E24AABC3AEC399, 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:03:04.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:8193 06:03:04.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E170,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15666, Token=40E24AABC3AEC399, 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:03:04.489 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15666] 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169, 127.0.0.1:8196, complete]! 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-40E24AABC3AEC399] 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15666] 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L169, 127.0.0.1:8196, complete] completed CON-POST MID=15666, Token=40E24AABC3AEC399, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15666, Token=40E24AABC3AEC399, 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:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171, 127.0.0.1:8196] send request 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171, 127.0.0.1:8196] 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:03:04.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15667], CON-POST MID=15667, 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:03:04.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4E0A8E7FD7F2865], CON-POST MID=15667, Token=E4E0A8E7FD7F2865, 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:03:04.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15667], KeyToken[127.0.0.1:8196-E4E0A8E7FD7F2865]] 06:03:04.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E171,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15667, Token=E4E0A8E7FD7F2865, 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:03:04.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15667] 06:03:04.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, 127.0.0.1:8193] replace CON-POST MID=15667, Token=E4E0A8E7FD7F2865, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15667, Token=E4E0A8E7FD7F2865, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R172, 127.0.0.1:8193] send response NON-2.05 MID=15667, Token=null, OptionSet={}, "server responds hi" 06:03:04.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, 127.0.0.1:8193, complete]! 06:03:04.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R172, 127.0.0.1:8193, complete] completed NON-2.04 MID=15667, Token=E4E0A8E7FD7F2865, 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:03:04.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E172,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15667, Token=E4E0A8E7FD7F2865, 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:03:04.492 [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 42 bytes from 127.0.0.1:8196 06:03:04.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15667] 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171, 127.0.0.1:8196, complete]! 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4E0A8E7FD7F2865] 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15667] 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L171, 127.0.0.1:8196, complete] completed CON-POST MID=15667, Token=E4E0A8E7FD7F2865, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15667, Token=E4E0A8E7FD7F2865, 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:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173, 127.0.0.1:8196] send request 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173, 127.0.0.1:8196] 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:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15668], CON-POST MID=15668, 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:03:04.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FC555301C25B160A], CON-POST MID=15668, Token=FC555301C25B160A, 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:03:04.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15668], KeyToken[127.0.0.1:8196-FC555301C25B160A]] 06:03:04.494 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E173,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15668, Token=FC555301C25B160A, 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:03:04.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15668] 06:03:04.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, 127.0.0.1:8193] replace CON-POST MID=15668, Token=FC555301C25B160A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15668, Token=FC555301C25B160A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R174, 127.0.0.1:8193] send response NON-2.05 MID=15668, Token=null, OptionSet={}, "server responds hi" 06:03:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, 127.0.0.1:8193, complete]! 06:03:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R174, 127.0.0.1:8193, complete] completed NON-2.04 MID=15668, Token=FC555301C25B160A, 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:03:04.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E174,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15668, Token=FC555301C25B160A, 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:03:04.495 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15668] 06:03:04.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173, 127.0.0.1:8196, complete]! 06:03:04.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FC555301C25B160A] 06:03:04.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15668] 06:03:04.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L173, 127.0.0.1:8196, complete] completed CON-POST MID=15668, Token=FC555301C25B160A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15668, Token=FC555301C25B160A, 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:03:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175, 127.0.0.1:8196] send request 06:03:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175, 127.0.0.1:8196] 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:03:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15669], CON-POST MID=15669, 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:03:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C222D2F97693732], CON-POST MID=15669, Token=8C222D2F97693732, 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:03:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15669], KeyToken[127.0.0.1:8196-8C222D2F97693732]] 06:03:04.496 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E175,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15669, Token=8C222D2F97693732, 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:03:04.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15669] 06:03:04.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, 127.0.0.1:8193] replace CON-POST MID=15669, Token=8C222D2F97693732, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15669, Token=8C222D2F97693732, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R176, 127.0.0.1:8193] send response NON-2.05 MID=15669, Token=null, OptionSet={}, "server responds hi" 06:03:04.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, 127.0.0.1:8193, complete]! 06:03:04.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R176, 127.0.0.1:8193, complete] completed NON-2.04 MID=15669, Token=8C222D2F97693732, 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:03:04.497 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E176,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15669, Token=8C222D2F97693732, 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:03:04.498 [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 42 bytes from 127.0.0.1:8196 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15669] 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175, 127.0.0.1:8196, complete]! 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C222D2F97693732] 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15669] 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L175, 127.0.0.1:8196, complete] completed CON-POST MID=15669, Token=8C222D2F97693732, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15669, Token=8C222D2F97693732, 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:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177, 127.0.0.1:8196] send request 06:03:04.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177, 127.0.0.1:8196] 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:03:04.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15670], CON-POST MID=15670, 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:03:04.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-6493EEBA60649E90], CON-POST MID=15670, Token=6493EEBA60649E90, 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:03:04.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15670], KeyToken[127.0.0.1:8196-6493EEBA60649E90]] 06:03:04.499 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.499 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E177,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15670, Token=6493EEBA60649E90, 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:03:04.499 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15670] 06:03:04.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, 127.0.0.1:8193] replace CON-POST MID=15670, Token=6493EEBA60649E90, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15670, Token=6493EEBA60649E90, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R178, 127.0.0.1:8193] send response NON-2.05 MID=15670, Token=null, OptionSet={}, "server responds hi" 06:03:04.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, 127.0.0.1:8193, complete]! 06:03:04.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R178, 127.0.0.1:8193, complete] completed NON-2.04 MID=15670, Token=6493EEBA60649E90, 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:03:04.500 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.501 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E178,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15670, Token=6493EEBA60649E90, 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:03:04.501 [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 42 bytes from 127.0.0.1:8196 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15670] 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177, 127.0.0.1:8196, complete]! 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-6493EEBA60649E90] 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15670] 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L177, 127.0.0.1:8196, complete] completed CON-POST MID=15670, Token=6493EEBA60649E90, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15670, Token=6493EEBA60649E90, 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:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179, 127.0.0.1:8196] send request 06:03:04.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179, 127.0.0.1:8196] 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:03:04.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15671], CON-POST MID=15671, 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:03:04.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-20AD23B1217DDC7F], CON-POST MID=15671, Token=20AD23B1217DDC7F, 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:03:04.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15671], KeyToken[127.0.0.1:8196-20AD23B1217DDC7F]] 06:03:04.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:8196 06:03:04.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E179,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15671, Token=20AD23B1217DDC7F, 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:03:04.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15671] 06:03:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, 127.0.0.1:8193] replace CON-POST MID=15671, Token=20AD23B1217DDC7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15671, Token=20AD23B1217DDC7F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R180, 127.0.0.1:8193] send response NON-2.05 MID=15671, Token=null, OptionSet={}, "server responds hi" 06:03:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, 127.0.0.1:8193, complete]! 06:03:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R180, 127.0.0.1:8193, complete] completed NON-2.04 MID=15671, Token=20AD23B1217DDC7F, 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:03:04.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:8193 06:03:04.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E180,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15671, Token=20AD23B1217DDC7F, 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:03:04.552 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15671] 06:03:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179, 127.0.0.1:8196, complete]! 06:03:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-20AD23B1217DDC7F] 06:03:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15671] 06:03:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L179, 127.0.0.1:8196, complete] completed CON-POST MID=15671, Token=20AD23B1217DDC7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15671, Token=20AD23B1217DDC7F, 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:03:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181, 127.0.0.1:8196] send request 06:03:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181, 127.0.0.1:8196] 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:03:04.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15672], CON-POST MID=15672, 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:03:04.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-402F9DC3A89981E9], CON-POST MID=15672, Token=402F9DC3A89981E9, 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:03:04.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15672], KeyToken[127.0.0.1:8196-402F9DC3A89981E9]] 06:03:04.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:8196 06:03:04.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E181,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15672, Token=402F9DC3A89981E9, 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:03:04.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15672] 06:03:04.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, 127.0.0.1:8193] replace CON-POST MID=15672, Token=402F9DC3A89981E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15672, Token=402F9DC3A89981E9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R182, 127.0.0.1:8193] send response NON-2.05 MID=15672, Token=null, OptionSet={}, "server responds hi" 06:03:04.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, 127.0.0.1:8193, complete]! 06:03:04.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R182, 127.0.0.1:8193, complete] completed NON-2.04 MID=15672, Token=402F9DC3A89981E9, 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:03:04.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:8193 06:03:04.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E182,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15672, Token=402F9DC3A89981E9, 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:03:04.554 [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 42 bytes from 127.0.0.1:8196 06:03:04.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15672] 06:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181, 127.0.0.1:8196, complete]! 06:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-402F9DC3A89981E9] 06:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15672] 06:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L181, 127.0.0.1:8196, complete] completed CON-POST MID=15672, Token=402F9DC3A89981E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15672, Token=402F9DC3A89981E9, 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:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183, 127.0.0.1:8196] send request 06:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183, 127.0.0.1:8196] 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:03:04.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15673], CON-POST MID=15673, 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:03:04.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-004798E466EC47A6], CON-POST MID=15673, Token=004798E466EC47A6, 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:03:04.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15673], KeyToken[127.0.0.1:8196-004798E466EC47A6]] 06:03:04.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E183,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15673, Token=004798E466EC47A6, 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:03:04.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15673] 06:03:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, 127.0.0.1:8193] replace CON-POST MID=15673, Token=004798E466EC47A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15673, Token=004798E466EC47A6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R184, 127.0.0.1:8193] send response NON-2.05 MID=15673, Token=null, OptionSet={}, "server responds hi" 06:03:04.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, 127.0.0.1:8193, complete]! 06:03:04.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R184, 127.0.0.1:8193, complete] completed NON-2.04 MID=15673, Token=004798E466EC47A6, 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:03:04.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:8193 06:03:04.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E184,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15673, Token=004798E466EC47A6, 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:03:04.557 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15673] 06:03:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183, 127.0.0.1:8196, complete]! 06:03:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-004798E466EC47A6] 06:03:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15673] 06:03:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L183, 127.0.0.1:8196, complete] completed CON-POST MID=15673, Token=004798E466EC47A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15673, Token=004798E466EC47A6, 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:03:04.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185, 127.0.0.1:8196] send request 06:03:04.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185, 127.0.0.1:8196] 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:03:04.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15674], CON-POST MID=15674, 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:03:04.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-586242179B020A43], CON-POST MID=15674, Token=586242179B020A43, 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:03:04.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15674], KeyToken[127.0.0.1:8196-586242179B020A43]] 06:03:04.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:8196 06:03:04.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E185,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15674, Token=586242179B020A43, 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:03:04.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15674] 06:03:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, 127.0.0.1:8193] replace CON-POST MID=15674, Token=586242179B020A43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15674, Token=586242179B020A43, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R186, 127.0.0.1:8193] send response NON-2.05 MID=15674, Token=null, OptionSet={}, "server responds hi" 06:03:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, 127.0.0.1:8193, complete]! 06:03:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R186, 127.0.0.1:8193, complete] completed NON-2.04 MID=15674, Token=586242179B020A43, 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:03:04.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:8193 06:03:04.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E186,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15674, Token=586242179B020A43, 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:03:04.559 [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 42 bytes from 127.0.0.1:8196 06:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15674] 06:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185, 127.0.0.1:8196, complete]! 06:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-586242179B020A43] 06:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15674] 06:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L185, 127.0.0.1:8196, complete] completed CON-POST MID=15674, Token=586242179B020A43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15674, Token=586242179B020A43, 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:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187, 127.0.0.1:8196] send request 06:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187, 127.0.0.1:8196] 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:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15675], CON-POST MID=15675, 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:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2C3D09630B8DA934], CON-POST MID=15675, Token=2C3D09630B8DA934, 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:03:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15675], KeyToken[127.0.0.1:8196-2C3D09630B8DA934]] 06:03:04.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E187,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15675, Token=2C3D09630B8DA934, 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:03:04.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15675] 06:03:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, 127.0.0.1:8193] replace CON-POST MID=15675, Token=2C3D09630B8DA934, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15675, Token=2C3D09630B8DA934, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R188, 127.0.0.1:8193] send response NON-2.05 MID=15675, Token=null, OptionSet={}, "server responds hi" 06:03:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, 127.0.0.1:8193, complete]! 06:03:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R188, 127.0.0.1:8193, complete] completed NON-2.04 MID=15675, Token=2C3D09630B8DA934, 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:03:04.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:8193 06:03:04.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E188,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15675, Token=2C3D09630B8DA934, 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:03:04.562 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15675] 06:03:04.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187, 127.0.0.1:8196, complete]! 06:03:04.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2C3D09630B8DA934] 06:03:04.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15675] 06:03:04.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L187, 127.0.0.1:8196, complete] completed CON-POST MID=15675, Token=2C3D09630B8DA934, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15675, Token=2C3D09630B8DA934, 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:03:04.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189, 127.0.0.1:8196] send request 06:03:04.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189, 127.0.0.1:8196] 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:03:04.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15676], CON-POST MID=15676, 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:03:04.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F4E031DDDA2126A9], CON-POST MID=15676, Token=F4E031DDDA2126A9, 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:03:04.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15676], KeyToken[127.0.0.1:8196-F4E031DDDA2126A9]] 06:03:04.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:8196 06:03:04.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E189,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15676, Token=F4E031DDDA2126A9, 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:03:04.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15676] 06:03:04.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, 127.0.0.1:8193] replace CON-POST MID=15676, Token=F4E031DDDA2126A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15676, Token=F4E031DDDA2126A9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R190, 127.0.0.1:8193] send response NON-2.05 MID=15676, Token=null, OptionSet={}, "server responds hi" 06:03:04.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, 127.0.0.1:8193, complete]! 06:03:04.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R190, 127.0.0.1:8193, complete] completed NON-2.04 MID=15676, Token=F4E031DDDA2126A9, 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:03:04.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E190,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15676, Token=F4E031DDDA2126A9, 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:03:04.564 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15676] 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189, 127.0.0.1:8196, complete]! 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F4E031DDDA2126A9] 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15676] 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L189, 127.0.0.1:8196, complete] completed CON-POST MID=15676, Token=F4E031DDDA2126A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15676, Token=F4E031DDDA2126A9, 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:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191, 127.0.0.1:8196] send request 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191, 127.0.0.1:8196] 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:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15677], CON-POST MID=15677, 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:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-94E97B6603E7C45A], CON-POST MID=15677, Token=94E97B6603E7C45A, 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:03:04.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15677], KeyToken[127.0.0.1:8196-94E97B6603E7C45A]] 06:03:04.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E191,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15677, Token=94E97B6603E7C45A, 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:03:04.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15677] 06:03:04.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, 127.0.0.1:8193] replace CON-POST MID=15677, Token=94E97B6603E7C45A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15677, Token=94E97B6603E7C45A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R192, 127.0.0.1:8193] send response NON-2.05 MID=15677, Token=null, OptionSet={}, "server responds hi" 06:03:04.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, 127.0.0.1:8193, complete]! 06:03:04.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R192, 127.0.0.1:8193, complete] completed NON-2.04 MID=15677, Token=94E97B6603E7C45A, 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:03:04.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:8193 06:03:04.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E192,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15677, Token=94E97B6603E7C45A, 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:03:04.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15677] 06:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191, 127.0.0.1:8196, complete]! 06:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-94E97B6603E7C45A] 06:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15677] 06:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L191, 127.0.0.1:8196, complete] completed CON-POST MID=15677, Token=94E97B6603E7C45A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15677, Token=94E97B6603E7C45A, 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:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193, 127.0.0.1:8196] send request 06:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193, 127.0.0.1:8196] 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:03:04.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15678], CON-POST MID=15678, 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:03:04.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-100C40588A245628], CON-POST MID=15678, Token=100C40588A245628, 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:03:04.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15678], KeyToken[127.0.0.1:8196-100C40588A245628]] 06:03:04.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:8196 06:03:04.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E193,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15678, Token=100C40588A245628, 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:03:04.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15678] 06:03:04.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, 127.0.0.1:8193] replace CON-POST MID=15678, Token=100C40588A245628, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15678, Token=100C40588A245628, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R194, 127.0.0.1:8193] send response NON-2.05 MID=15678, Token=null, OptionSet={}, "server responds hi" 06:03:04.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, 127.0.0.1:8193, complete]! 06:03:04.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R194, 127.0.0.1:8193, complete] completed NON-2.04 MID=15678, Token=100C40588A245628, 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:03:04.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:8193 06:03:04.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E194,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15678, Token=100C40588A245628, 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:03:04.569 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15678] 06:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193, 127.0.0.1:8196, complete]! 06:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-100C40588A245628] 06:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15678] 06:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L193, 127.0.0.1:8196, complete] completed CON-POST MID=15678, Token=100C40588A245628, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15678, Token=100C40588A245628, 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:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195, 127.0.0.1:8196] send request 06:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195, 127.0.0.1:8196] 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:03:04.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15679], CON-POST MID=15679, 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:03:04.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4FDE688F07CC03B], CON-POST MID=15679, Token=E4FDE688F07CC03B, 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:03:04.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15679], KeyToken[127.0.0.1:8196-E4FDE688F07CC03B]] 06:03:04.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:8196 06:03:04.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E195,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15679, Token=E4FDE688F07CC03B, 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:03:04.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15679] 06:03:04.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, 127.0.0.1:8193] replace CON-POST MID=15679, Token=E4FDE688F07CC03B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15679, Token=E4FDE688F07CC03B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R196, 127.0.0.1:8193] send response NON-2.05 MID=15679, Token=null, OptionSet={}, "server responds hi" 06:03:04.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, 127.0.0.1:8193, complete]! 06:03:04.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R196, 127.0.0.1:8193, complete] completed NON-2.04 MID=15679, Token=E4FDE688F07CC03B, 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:03:04.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E196,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15679, Token=E4FDE688F07CC03B, 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:03:04.572 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15679] 06:03:04.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195, 127.0.0.1:8196, complete]! 06:03:04.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4FDE688F07CC03B] 06:03:04.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15679] 06:03:04.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L195, 127.0.0.1:8196, complete] completed CON-POST MID=15679, Token=E4FDE688F07CC03B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15679, Token=E4FDE688F07CC03B, 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:03:04.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197, 127.0.0.1:8196] send request 06:03:04.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197, 127.0.0.1:8196] 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:03:04.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15680], CON-POST MID=15680, 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:03:04.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0CB5C45BF45334B8], CON-POST MID=15680, Token=0CB5C45BF45334B8, 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:03:04.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15680], KeyToken[127.0.0.1:8196-0CB5C45BF45334B8]] 06:03:04.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:8196 06:03:04.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E197,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15680, Token=0CB5C45BF45334B8, 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:03:04.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15680] 06:03:04.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, 127.0.0.1:8193] replace CON-POST MID=15680, Token=0CB5C45BF45334B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15680, Token=0CB5C45BF45334B8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R198, 127.0.0.1:8193] send response NON-2.05 MID=15680, Token=null, OptionSet={}, "server responds hi" 06:03:04.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, 127.0.0.1:8193, complete]! 06:03:04.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R198, 127.0.0.1:8193, complete] completed NON-2.04 MID=15680, Token=0CB5C45BF45334B8, 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:03:04.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:8193 06:03:04.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E198,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15680, Token=0CB5C45BF45334B8, 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:03:04.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15680] 06:03:04.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197, 127.0.0.1:8196, complete]! 06:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0CB5C45BF45334B8] 06:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15680] 06:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L197, 127.0.0.1:8196, complete] completed CON-POST MID=15680, Token=0CB5C45BF45334B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15680, Token=0CB5C45BF45334B8, 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:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199, 127.0.0.1:8196] send request 06:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199, 127.0.0.1:8196] 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:03:04.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15681], CON-POST MID=15681, 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:03:04.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CC1D0505FACC9FF8], CON-POST MID=15681, Token=CC1D0505FACC9FF8, 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:03:04.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15681], KeyToken[127.0.0.1:8196-CC1D0505FACC9FF8]] 06:03:04.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:8196 06:03:04.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E199,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15681, Token=CC1D0505FACC9FF8, 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:03:04.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15681] 06:03:04.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, 127.0.0.1:8193] replace CON-POST MID=15681, Token=CC1D0505FACC9FF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15681, Token=CC1D0505FACC9FF8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R200, 127.0.0.1:8193] send response NON-2.05 MID=15681, Token=null, OptionSet={}, "server responds hi" 06:03:04.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, 127.0.0.1:8193, complete]! 06:03:04.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R200, 127.0.0.1:8193, complete] completed NON-2.04 MID=15681, Token=CC1D0505FACC9FF8, 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:03:04.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:8193 06:03:04.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E200,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15681, Token=CC1D0505FACC9FF8, 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:03:04.577 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15681] 06:03:04.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199, 127.0.0.1:8196, complete]! 06:03:04.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CC1D0505FACC9FF8] 06:03:04.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15681] 06:03:04.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L199, 127.0.0.1:8196, complete] completed CON-POST MID=15681, Token=CC1D0505FACC9FF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15681, Token=CC1D0505FACC9FF8, 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:03:04.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201, 127.0.0.1:8196] send request 06:03:04.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201, 127.0.0.1:8196] 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:03:04.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15682], CON-POST MID=15682, 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:03:04.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F0DA94866039525A], CON-POST MID=15682, Token=F0DA94866039525A, 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:03:04.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-15682], KeyToken[127.0.0.1:8196-F0DA94866039525A]] 06:03:04.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:8196 06:03:04.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E201,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15682, Token=F0DA94866039525A, 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:03:04.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15682] 06:03:04.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, 127.0.0.1:8193] replace CON-POST MID=15682, Token=F0DA94866039525A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15682, Token=F0DA94866039525A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R202, 127.0.0.1:8193] send response NON-2.05 MID=15682, Token=null, OptionSet={}, "server responds hi" 06:03:04.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, 127.0.0.1:8193, complete]! 06:03:04.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R202, 127.0.0.1:8193, complete] completed NON-2.04 MID=15682, Token=F0DA94866039525A, 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:03:04.580 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E202,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15682, Token=F0DA94866039525A, 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:03:04.580 [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 42 bytes from 127.0.0.1:8196 06:03:04.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15682] 06:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201, 127.0.0.1:8196, complete]! 06:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F0DA94866039525A] 06:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15682] 06:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L201, 127.0.0.1:8196, complete] completed CON-POST MID=15682, Token=F0DA94866039525A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15682, Token=F0DA94866039525A, 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:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203, 127.0.0.1:8196] send request 06:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203, 127.0.0.1:8196] 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:03:04.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15683], CON-POST MID=15683, 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:03:04.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CE7C59159BD8700], CON-POST MID=15683, Token=2CE7C59159BD8700, 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:03:04.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15683], KeyToken[127.0.0.1:8196-2CE7C59159BD8700]] 06:03:04.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E203,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15683, Token=2CE7C59159BD8700, 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:03:04.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15683] 06:03:04.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, 127.0.0.1:8193] replace CON-POST MID=15683, Token=2CE7C59159BD8700, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15683, Token=2CE7C59159BD8700, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R204, 127.0.0.1:8193] send response NON-2.05 MID=15683, Token=null, OptionSet={}, "server responds hi" 06:03:04.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, 127.0.0.1:8193, complete]! 06:03:04.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R204, 127.0.0.1:8193, complete] completed NON-2.04 MID=15683, Token=2CE7C59159BD8700, 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:03:04.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E204,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15683, Token=2CE7C59159BD8700, 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:03:04.583 [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 42 bytes from 127.0.0.1:8196 06:03:04.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15683] 06:03:04.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203, 127.0.0.1:8196, complete]! 06:03:04.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CE7C59159BD8700] 06:03:04.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15683] 06:03:04.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L203, 127.0.0.1:8196, complete] completed CON-POST MID=15683, Token=2CE7C59159BD8700, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15683, Token=2CE7C59159BD8700, 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:03:04.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205, 127.0.0.1:8196] send request 06:03:04.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205, 127.0.0.1:8196] 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:03:04.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15684], CON-POST MID=15684, 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:03:04.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80487C96DDF32A68], CON-POST MID=15684, Token=80487C96DDF32A68, 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:03:04.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15684], KeyToken[127.0.0.1:8196-80487C96DDF32A68]] 06:03:04.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:8196 06:03:04.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E205,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15684, Token=80487C96DDF32A68, 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:03:04.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15684] 06:03:04.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, 127.0.0.1:8193] replace CON-POST MID=15684, Token=80487C96DDF32A68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15684, Token=80487C96DDF32A68, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R206, 127.0.0.1:8193] send response NON-2.05 MID=15684, Token=null, OptionSet={}, "server responds hi" 06:03:04.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, 127.0.0.1:8193, complete]! 06:03:04.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R206, 127.0.0.1:8193, complete] completed NON-2.04 MID=15684, Token=80487C96DDF32A68, 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:03:04.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:8193 06:03:04.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E206,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15684, Token=80487C96DDF32A68, 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:03:04.586 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15684] 06:03:04.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205, 127.0.0.1:8196, complete]! 06:03:04.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80487C96DDF32A68] 06:03:04.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15684] 06:03:04.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L205, 127.0.0.1:8196, complete] completed CON-POST MID=15684, Token=80487C96DDF32A68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15684, Token=80487C96DDF32A68, 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:03:04.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207, 127.0.0.1:8196] send request 06:03:04.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207, 127.0.0.1:8196] 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:03:04.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15685], CON-POST MID=15685, 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:03:04.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5427CBCD4E82ECE9], CON-POST MID=15685, Token=5427CBCD4E82ECE9, 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:03:04.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15685], KeyToken[127.0.0.1:8196-5427CBCD4E82ECE9]] 06:03:04.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:8196 06:03:04.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E207,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15685, Token=5427CBCD4E82ECE9, 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:03:04.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15685] 06:03:04.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, 127.0.0.1:8193] replace CON-POST MID=15685, Token=5427CBCD4E82ECE9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15685, Token=5427CBCD4E82ECE9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R208, 127.0.0.1:8193] send response NON-2.05 MID=15685, Token=null, OptionSet={}, "server responds hi" 06:03:04.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, 127.0.0.1:8193, complete]! 06:03:04.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R208, 127.0.0.1:8193, complete] completed NON-2.04 MID=15685, Token=5427CBCD4E82ECE9, 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:03:04.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:8193 06:03:04.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E208,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15685, Token=5427CBCD4E82ECE9, 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:03:04.589 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15685] 06:03:04.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207, 127.0.0.1:8196, complete]! 06:03:04.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5427CBCD4E82ECE9] 06:03:04.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15685] 06:03:04.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L207, 127.0.0.1:8196, complete] completed CON-POST MID=15685, Token=5427CBCD4E82ECE9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15685, Token=5427CBCD4E82ECE9, 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:03:04.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209, 127.0.0.1:8196] send request 06:03:04.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209, 127.0.0.1:8196] 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:03:04.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15686], CON-POST MID=15686, 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:03:04.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-282BAD5DC82378F4], CON-POST MID=15686, Token=282BAD5DC82378F4, 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:03:04.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15686], KeyToken[127.0.0.1:8196-282BAD5DC82378F4]] 06:03:04.590 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E209,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15686, Token=282BAD5DC82378F4, 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:03:04.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15686] 06:03:04.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, 127.0.0.1:8193] replace CON-POST MID=15686, Token=282BAD5DC82378F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15686, Token=282BAD5DC82378F4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R210, 127.0.0.1:8193] send response NON-2.05 MID=15686, Token=null, OptionSet={}, "server responds hi" 06:03:04.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, 127.0.0.1:8193, complete]! 06:03:04.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R210, 127.0.0.1:8193, complete] completed NON-2.04 MID=15686, Token=282BAD5DC82378F4, 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:03:04.591 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E210,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15686, Token=282BAD5DC82378F4, 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:03:04.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15686] 06:03:04.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209, 127.0.0.1:8196, complete]! 06:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-282BAD5DC82378F4] 06:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15686] 06:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L209, 127.0.0.1:8196, complete] completed CON-POST MID=15686, Token=282BAD5DC82378F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15686, Token=282BAD5DC82378F4, 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:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211, 127.0.0.1:8196] send request 06:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211, 127.0.0.1:8196] 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:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15687], CON-POST MID=15687, 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:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-508BC17AE41DCC6E], CON-POST MID=15687, Token=508BC17AE41DCC6E, 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:03:04.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15687], KeyToken[127.0.0.1:8196-508BC17AE41DCC6E]] 06:03:04.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E211,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15687, Token=508BC17AE41DCC6E, 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:03:04.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15687] 06:03:04.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, 127.0.0.1:8193] replace CON-POST MID=15687, Token=508BC17AE41DCC6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15687, Token=508BC17AE41DCC6E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R212, 127.0.0.1:8193] send response NON-2.05 MID=15687, Token=null, OptionSet={}, "server responds hi" 06:03:04.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, 127.0.0.1:8193, complete]! 06:03:04.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R212, 127.0.0.1:8193, complete] completed NON-2.04 MID=15687, Token=508BC17AE41DCC6E, 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:03:04.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E212,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15687, Token=508BC17AE41DCC6E, 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:03:04.594 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15687] 06:03:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211, 127.0.0.1:8196, complete]! 06:03:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-508BC17AE41DCC6E] 06:03:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15687] 06:03:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L211, 127.0.0.1:8196, complete] completed CON-POST MID=15687, Token=508BC17AE41DCC6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15687, Token=508BC17AE41DCC6E, 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:03:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213, 127.0.0.1:8196] send request 06:03:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213, 127.0.0.1:8196] 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:03:04.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15688], CON-POST MID=15688, 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:03:04.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A846AE793ABF36CA], CON-POST MID=15688, Token=A846AE793ABF36CA, 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:03:04.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15688], KeyToken[127.0.0.1:8196-A846AE793ABF36CA]] 06:03:04.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:8196 06:03:04.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E213,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15688, Token=A846AE793ABF36CA, 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:03:04.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15688] 06:03:04.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, 127.0.0.1:8193] replace CON-POST MID=15688, Token=A846AE793ABF36CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15688, Token=A846AE793ABF36CA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R214, 127.0.0.1:8193] send response NON-2.05 MID=15688, Token=null, OptionSet={}, "server responds hi" 06:03:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, 127.0.0.1:8193, complete]! 06:03:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R214, 127.0.0.1:8193, complete] completed NON-2.04 MID=15688, Token=A846AE793ABF36CA, 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:03:04.596 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E214,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15688, Token=A846AE793ABF36CA, 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:03:04.596 [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 42 bytes from 127.0.0.1:8196 06:03:04.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15688] 06:03:04.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213, 127.0.0.1:8196, complete]! 06:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A846AE793ABF36CA] 06:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15688] 06:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L213, 127.0.0.1:8196, complete] completed CON-POST MID=15688, Token=A846AE793ABF36CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15688, Token=A846AE793ABF36CA, 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:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215, 127.0.0.1:8196] send request 06:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215, 127.0.0.1:8196] 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:03:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15689], CON-POST MID=15689, 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:03:04.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CC976EADBC346B7D], CON-POST MID=15689, Token=CC976EADBC346B7D, 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:03:04.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15689], KeyToken[127.0.0.1:8196-CC976EADBC346B7D]] 06:03:04.598 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E215,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15689, Token=CC976EADBC346B7D, 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:03:04.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15689] 06:03:04.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, 127.0.0.1:8193] replace CON-POST MID=15689, Token=CC976EADBC346B7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15689, Token=CC976EADBC346B7D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R216, 127.0.0.1:8193] send response NON-2.05 MID=15689, Token=null, OptionSet={}, "server responds hi" 06:03:04.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, 127.0.0.1:8193, complete]! 06:03:04.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R216, 127.0.0.1:8193, complete] completed NON-2.04 MID=15689, Token=CC976EADBC346B7D, 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:03:04.599 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E216,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15689, Token=CC976EADBC346B7D, 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:03:04.599 [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 42 bytes from 127.0.0.1:8196 06:03:04.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15689] 06:03:04.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215, 127.0.0.1:8196, complete]! 06:03:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CC976EADBC346B7D] 06:03:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15689] 06:03:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L215, 127.0.0.1:8196, complete] completed CON-POST MID=15689, Token=CC976EADBC346B7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15689, Token=CC976EADBC346B7D, 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:03:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217, 127.0.0.1:8196] send request 06:03:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217, 127.0.0.1:8196] 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:03:04.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15690], CON-POST MID=15690, 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:03:04.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1C319B3D0FB67419], CON-POST MID=15690, Token=1C319B3D0FB67419, 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:03:04.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15690], KeyToken[127.0.0.1:8196-1C319B3D0FB67419]] 06:03:04.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E217,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15690, Token=1C319B3D0FB67419, 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:03:04.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15690] 06:03:04.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, 127.0.0.1:8193] replace CON-POST MID=15690, Token=1C319B3D0FB67419, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15690, Token=1C319B3D0FB67419, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R218, 127.0.0.1:8193] send response NON-2.05 MID=15690, Token=null, OptionSet={}, "server responds hi" 06:03:04.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, 127.0.0.1:8193, complete]! 06:03:04.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R218, 127.0.0.1:8193, complete] completed NON-2.04 MID=15690, Token=1C319B3D0FB67419, 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:03:04.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E218,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15690, Token=1C319B3D0FB67419, 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:03:04.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15690] 06:03:04.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217, 127.0.0.1:8196, complete]! 06:03:04.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1C319B3D0FB67419] 06:03:04.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15690] 06:03:04.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L217, 127.0.0.1:8196, complete] completed CON-POST MID=15690, Token=1C319B3D0FB67419, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15690, Token=1C319B3D0FB67419, 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:03:04.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219, 127.0.0.1:8196] send request 06:03:04.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219, 127.0.0.1:8196] 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:03:04.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15691], CON-POST MID=15691, 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:03:04.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80813FDFEC0964A4], CON-POST MID=15691, Token=80813FDFEC0964A4, 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:03:04.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15691], KeyToken[127.0.0.1:8196-80813FDFEC0964A4]] 06:03:04.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:8196 06:03:04.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E219,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15691, Token=80813FDFEC0964A4, 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:03:04.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15691] 06:03:04.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, 127.0.0.1:8193] replace CON-POST MID=15691, Token=80813FDFEC0964A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15691, Token=80813FDFEC0964A4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R220, 127.0.0.1:8193] send response NON-2.05 MID=15691, Token=null, OptionSet={}, "server responds hi" 06:03:04.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, 127.0.0.1:8193, complete]! 06:03:04.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R220, 127.0.0.1:8193, complete] completed NON-2.04 MID=15691, Token=80813FDFEC0964A4, 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:03:04.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:8193 06:03:04.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E220,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15691, Token=80813FDFEC0964A4, 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:03:04.654 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15691] 06:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219, 127.0.0.1:8196, complete]! 06:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80813FDFEC0964A4] 06:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15691] 06:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L219, 127.0.0.1:8196, complete] completed CON-POST MID=15691, Token=80813FDFEC0964A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15691, Token=80813FDFEC0964A4, 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:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221, 127.0.0.1:8196] send request 06:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221, 127.0.0.1:8196] 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:03:04.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15692], CON-POST MID=15692, 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:03:04.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E416A54FCA4BDD5B], CON-POST MID=15692, Token=E416A54FCA4BDD5B, 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:03:04.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15692], KeyToken[127.0.0.1:8196-E416A54FCA4BDD5B]] 06:03:04.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E221,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15692, Token=E416A54FCA4BDD5B, 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:03:04.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15692] 06:03:04.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, 127.0.0.1:8193] replace CON-POST MID=15692, Token=E416A54FCA4BDD5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15692, Token=E416A54FCA4BDD5B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R222, 127.0.0.1:8193] send response NON-2.05 MID=15692, Token=null, OptionSet={}, "server responds hi" 06:03:04.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, 127.0.0.1:8193, complete]! 06:03:04.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R222, 127.0.0.1:8193, complete] completed NON-2.04 MID=15692, Token=E416A54FCA4BDD5B, 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:03:04.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:8193 06:03:04.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E222,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15692, Token=E416A54FCA4BDD5B, 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:03:04.656 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15692] 06:03:04.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221, 127.0.0.1:8196, complete]! 06:03:04.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E416A54FCA4BDD5B] 06:03:04.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15692] 06:03:04.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L221, 127.0.0.1:8196, complete] completed CON-POST MID=15692, Token=E416A54FCA4BDD5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15692, Token=E416A54FCA4BDD5B, 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:03:04.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223, 127.0.0.1:8196] send request 06:03:04.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223, 127.0.0.1:8196] 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:03:04.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15693], CON-POST MID=15693, 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:03:04.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-000FAFDF5B4511EE], CON-POST MID=15693, Token=000FAFDF5B4511EE, 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:03:04.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15693], KeyToken[127.0.0.1:8196-000FAFDF5B4511EE]] 06:03:04.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:8196 06:03:04.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E223,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15693, Token=000FAFDF5B4511EE, 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:03:04.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15693] 06:03:04.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, 127.0.0.1:8193] replace CON-POST MID=15693, Token=000FAFDF5B4511EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15693, Token=000FAFDF5B4511EE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R224, 127.0.0.1:8193] send response NON-2.05 MID=15693, Token=null, OptionSet={}, "server responds hi" 06:03:04.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, 127.0.0.1:8193, complete]! 06:03:04.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R224, 127.0.0.1:8193, complete] completed NON-2.04 MID=15693, Token=000FAFDF5B4511EE, 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:03:04.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:8193 06:03:04.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E224,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15693, Token=000FAFDF5B4511EE, 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:03:04.658 [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 42 bytes from 127.0.0.1:8196 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15693] 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223, 127.0.0.1:8196, complete]! 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-000FAFDF5B4511EE] 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15693] 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L223, 127.0.0.1:8196, complete] completed CON-POST MID=15693, Token=000FAFDF5B4511EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15693, Token=000FAFDF5B4511EE, 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:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225, 127.0.0.1:8196] send request 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225, 127.0.0.1:8196] 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:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15694], CON-POST MID=15694, 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:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A40C553024308648], CON-POST MID=15694, Token=A40C553024308648, 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:03:04.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15694], KeyToken[127.0.0.1:8196-A40C553024308648]] 06:03:04.660 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E225,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15694, Token=A40C553024308648, 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:03:04.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15694] 06:03:04.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, 127.0.0.1:8193] replace CON-POST MID=15694, Token=A40C553024308648, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15694, Token=A40C553024308648, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R226, 127.0.0.1:8193] send response NON-2.05 MID=15694, Token=null, OptionSet={}, "server responds hi" 06:03:04.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, 127.0.0.1:8193, complete]! 06:03:04.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R226, 127.0.0.1:8193, complete] completed NON-2.04 MID=15694, Token=A40C553024308648, 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:03:04.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:8193 06:03:04.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E226,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15694, Token=A40C553024308648, 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:03:04.661 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15694] 06:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225, 127.0.0.1:8196, complete]! 06:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A40C553024308648] 06:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15694] 06:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L225, 127.0.0.1:8196, complete] completed CON-POST MID=15694, Token=A40C553024308648, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15694, Token=A40C553024308648, 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:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227, 127.0.0.1:8196] send request 06:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227, 127.0.0.1:8196] 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:03:04.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15695], CON-POST MID=15695, 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:03:04.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-541EB57E7DF9388B], CON-POST MID=15695, Token=541EB57E7DF9388B, 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:03:04.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15695], KeyToken[127.0.0.1:8196-541EB57E7DF9388B]] 06:03:04.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E227,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15695, Token=541EB57E7DF9388B, 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:03:04.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15695] 06:03:04.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, 127.0.0.1:8193] replace CON-POST MID=15695, Token=541EB57E7DF9388B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15695, Token=541EB57E7DF9388B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R228, 127.0.0.1:8193] send response NON-2.05 MID=15695, Token=null, OptionSet={}, "server responds hi" 06:03:04.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, 127.0.0.1:8193, complete]! 06:03:04.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R228, 127.0.0.1:8193, complete] completed NON-2.04 MID=15695, Token=541EB57E7DF9388B, 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:03:04.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E228,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15695, Token=541EB57E7DF9388B, 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:03:04.663 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15695] 06:03:04.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227, 127.0.0.1:8196, complete]! 06:03:04.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-541EB57E7DF9388B] 06:03:04.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15695] 06:03:04.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L227, 127.0.0.1:8196, complete] completed CON-POST MID=15695, Token=541EB57E7DF9388B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15695, Token=541EB57E7DF9388B, 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:03:04.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229, 127.0.0.1:8196] send request 06:03:04.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229, 127.0.0.1:8196] 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:03:04.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15696], CON-POST MID=15696, 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:03:04.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-945490D2BACAFB94], CON-POST MID=15696, Token=945490D2BACAFB94, 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:03:04.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15696], KeyToken[127.0.0.1:8196-945490D2BACAFB94]] 06:03:04.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:8196 06:03:04.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E229,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15696, Token=945490D2BACAFB94, 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:03:04.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15696] 06:03:04.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, 127.0.0.1:8193] replace CON-POST MID=15696, Token=945490D2BACAFB94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15696, Token=945490D2BACAFB94, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R230, 127.0.0.1:8193] send response NON-2.05 MID=15696, Token=null, OptionSet={}, "server responds hi" 06:03:04.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, 127.0.0.1:8193, complete]! 06:03:04.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R230, 127.0.0.1:8193, complete] completed NON-2.04 MID=15696, Token=945490D2BACAFB94, 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:03:04.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:8193 06:03:04.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E230,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15696, Token=945490D2BACAFB94, 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:03:04.666 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15696] 06:03:04.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229, 127.0.0.1:8196, complete]! 06:03:04.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-945490D2BACAFB94] 06:03:04.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15696] 06:03:04.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L229, 127.0.0.1:8196, complete] completed CON-POST MID=15696, Token=945490D2BACAFB94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15696, Token=945490D2BACAFB94, 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:03:04.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231, 127.0.0.1:8196] send request 06:03:04.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231, 127.0.0.1:8196] 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:03:04.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15697], CON-POST MID=15697, 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:03:04.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D8A7BBC82D541C03], CON-POST MID=15697, Token=D8A7BBC82D541C03, 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:03:04.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15697], KeyToken[127.0.0.1:8196-D8A7BBC82D541C03]] 06:03:04.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:8196 06:03:04.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E231,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15697, Token=D8A7BBC82D541C03, 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:03:04.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15697] 06:03:04.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, 127.0.0.1:8193] replace CON-POST MID=15697, Token=D8A7BBC82D541C03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15697, Token=D8A7BBC82D541C03, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R232, 127.0.0.1:8193] send response NON-2.05 MID=15697, Token=null, OptionSet={}, "server responds hi" 06:03:04.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, 127.0.0.1:8193, complete]! 06:03:04.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R232, 127.0.0.1:8193, complete] completed NON-2.04 MID=15697, Token=D8A7BBC82D541C03, 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:03:04.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:8193 06:03:04.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E232,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15697, Token=D8A7BBC82D541C03, 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:03:04.669 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15697] 06:03:04.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231, 127.0.0.1:8196, complete]! 06:03:04.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D8A7BBC82D541C03] 06:03:04.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15697] 06:03:04.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L231, 127.0.0.1:8196, complete] completed CON-POST MID=15697, Token=D8A7BBC82D541C03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15697, Token=D8A7BBC82D541C03, 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:03:04.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233, 127.0.0.1:8196] send request 06:03:04.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233, 127.0.0.1:8196] 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:03:04.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15698], CON-POST MID=15698, 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:03:04.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A4AFA3B783983D9A], CON-POST MID=15698, Token=A4AFA3B783983D9A, 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:03:04.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15698], KeyToken[127.0.0.1:8196-A4AFA3B783983D9A]] 06:03:04.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:8196 06:03:04.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E233,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15698, Token=A4AFA3B783983D9A, 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:03:04.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15698] 06:03:04.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, 127.0.0.1:8193] replace CON-POST MID=15698, Token=A4AFA3B783983D9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15698, Token=A4AFA3B783983D9A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R234, 127.0.0.1:8193] send response NON-2.05 MID=15698, Token=null, OptionSet={}, "server responds hi" 06:03:04.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, 127.0.0.1:8193, complete]! 06:03:04.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R234, 127.0.0.1:8193, complete] completed NON-2.04 MID=15698, Token=A4AFA3B783983D9A, 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:03:04.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:8193 06:03:04.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E234,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15698, Token=A4AFA3B783983D9A, 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:03:04.671 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15698] 06:03:04.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233, 127.0.0.1:8196, complete]! 06:03:04.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A4AFA3B783983D9A] 06:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15698] 06:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L233, 127.0.0.1:8196, complete] completed CON-POST MID=15698, Token=A4AFA3B783983D9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15698, Token=A4AFA3B783983D9A, 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:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235, 127.0.0.1:8196] send request 06:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235, 127.0.0.1:8196] 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:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15699], CON-POST MID=15699, 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:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-94A9303194378563], CON-POST MID=15699, Token=94A9303194378563, 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:03:04.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15699], KeyToken[127.0.0.1:8196-94A9303194378563]] 06:03:04.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:8196 06:03:04.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E235,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15699, Token=94A9303194378563, 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:03:04.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15699] 06:03:04.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, 127.0.0.1:8193] replace CON-POST MID=15699, Token=94A9303194378563, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15699, Token=94A9303194378563, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R236, 127.0.0.1:8193] send response NON-2.05 MID=15699, Token=null, OptionSet={}, "server responds hi" 06:03:04.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, 127.0.0.1:8193, complete]! 06:03:04.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R236, 127.0.0.1:8193, complete] completed NON-2.04 MID=15699, Token=94A9303194378563, 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:03:04.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:8193 06:03:04.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E236,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15699, Token=94A9303194378563, 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:03:04.674 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15699] 06:03:04.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235, 127.0.0.1:8196, complete]! 06:03:04.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-94A9303194378563] 06:03:04.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15699] 06:03:04.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L235, 127.0.0.1:8196, complete] completed CON-POST MID=15699, Token=94A9303194378563, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15699, Token=94A9303194378563, 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:03:04.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237, 127.0.0.1:8196] send request 06:03:04.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237, 127.0.0.1:8196] 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:03:04.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15700], CON-POST MID=15700, 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:03:04.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E0EC7ECC0A27B615], CON-POST MID=15700, Token=E0EC7ECC0A27B615, 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:03:04.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15700], KeyToken[127.0.0.1:8196-E0EC7ECC0A27B615]] 06:03:04.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:8196 06:03:04.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E237,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15700, Token=E0EC7ECC0A27B615, 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:03:04.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15700] 06:03:04.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, 127.0.0.1:8193] replace CON-POST MID=15700, Token=E0EC7ECC0A27B615, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15700, Token=E0EC7ECC0A27B615, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R238, 127.0.0.1:8193] send response NON-2.05 MID=15700, Token=null, OptionSet={}, "server responds hi" 06:03:04.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, 127.0.0.1:8193, complete]! 06:03:04.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R238, 127.0.0.1:8193, complete] completed NON-2.04 MID=15700, Token=E0EC7ECC0A27B615, 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:03:04.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:8193 06:03:04.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E238,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15700, Token=E0EC7ECC0A27B615, 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:03:04.676 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15700] 06:03:04.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237, 127.0.0.1:8196, complete]! 06:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E0EC7ECC0A27B615] 06:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15700] 06:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L237, 127.0.0.1:8196, complete] completed CON-POST MID=15700, Token=E0EC7ECC0A27B615, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15700, Token=E0EC7ECC0A27B615, 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:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239, 127.0.0.1:8196] send request 06:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239, 127.0.0.1:8196] 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:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15701], CON-POST MID=15701, 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:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A8FCD57375DF3565], CON-POST MID=15701, Token=A8FCD57375DF3565, 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:03:04.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15701], KeyToken[127.0.0.1:8196-A8FCD57375DF3565]] 06:03:04.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:8196 06:03:04.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E239,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15701, Token=A8FCD57375DF3565, 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:03:04.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15701] 06:03:04.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, 127.0.0.1:8193] replace CON-POST MID=15701, Token=A8FCD57375DF3565, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15701, Token=A8FCD57375DF3565, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R240, 127.0.0.1:8193] send response NON-2.05 MID=15701, Token=null, OptionSet={}, "server responds hi" 06:03:04.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, 127.0.0.1:8193, complete]! 06:03:04.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R240, 127.0.0.1:8193, complete] completed NON-2.04 MID=15701, Token=A8FCD57375DF3565, 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:03:04.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:8193 06:03:04.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E240,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15701, Token=A8FCD57375DF3565, 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:03:04.679 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15701] 06:03:04.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239, 127.0.0.1:8196, complete]! 06:03:04.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A8FCD57375DF3565] 06:03:04.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15701] 06:03:04.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L239, 127.0.0.1:8196, complete] completed CON-POST MID=15701, Token=A8FCD57375DF3565, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15701, Token=A8FCD57375DF3565, 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:03:04.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241, 127.0.0.1:8196] send request 06:03:04.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241, 127.0.0.1:8196] 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:03:04.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15702], CON-POST MID=15702, 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:03:04.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B0FDE56E3B08373F], CON-POST MID=15702, Token=B0FDE56E3B08373F, 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:03:04.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15702], KeyToken[127.0.0.1:8196-B0FDE56E3B08373F]] 06:03:04.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:8196 06:03:04.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E241,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15702, Token=B0FDE56E3B08373F, 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:03:04.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15702] 06:03:04.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, 127.0.0.1:8193] replace CON-POST MID=15702, Token=B0FDE56E3B08373F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15702, Token=B0FDE56E3B08373F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R242, 127.0.0.1:8193] send response NON-2.05 MID=15702, Token=null, OptionSet={}, "server responds hi" 06:03:04.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, 127.0.0.1:8193, complete]! 06:03:04.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R242, 127.0.0.1:8193, complete] completed NON-2.04 MID=15702, Token=B0FDE56E3B08373F, 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:03:04.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:8193 06:03:04.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E242,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15702, Token=B0FDE56E3B08373F, 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:03:04.682 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15702] 06:03:04.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241, 127.0.0.1:8196, complete]! 06:03:04.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B0FDE56E3B08373F] 06:03:04.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15702] 06:03:04.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L241, 127.0.0.1:8196, complete] completed CON-POST MID=15702, Token=B0FDE56E3B08373F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15702, Token=B0FDE56E3B08373F, 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:03:04.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243, 127.0.0.1:8196] send request 06:03:04.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243, 127.0.0.1:8196] 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:03:04.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15703], CON-POST MID=15703, 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:03:04.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9C7E6DC1B6BCA563], CON-POST MID=15703, Token=9C7E6DC1B6BCA563, 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:03:04.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15703], KeyToken[127.0.0.1:8196-9C7E6DC1B6BCA563]] 06:03:04.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:8196 06:03:04.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E243,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15703, Token=9C7E6DC1B6BCA563, 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:03:04.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15703] 06:03:04.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, 127.0.0.1:8193] replace CON-POST MID=15703, Token=9C7E6DC1B6BCA563, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15703, Token=9C7E6DC1B6BCA563, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R244, 127.0.0.1:8193] send response NON-2.05 MID=15703, Token=null, OptionSet={}, "server responds hi" 06:03:04.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, 127.0.0.1:8193, complete]! 06:03:04.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R244, 127.0.0.1:8193, complete] completed NON-2.04 MID=15703, Token=9C7E6DC1B6BCA563, 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:03:04.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:8193 06:03:04.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E244,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15703, Token=9C7E6DC1B6BCA563, 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:03:04.685 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15703] 06:03:04.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243, 127.0.0.1:8196, complete]! 06:03:04.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9C7E6DC1B6BCA563] 06:03:04.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15703] 06:03:04.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L243, 127.0.0.1:8196, complete] completed CON-POST MID=15703, Token=9C7E6DC1B6BCA563, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15703, Token=9C7E6DC1B6BCA563, 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:03:04.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245, 127.0.0.1:8196] send request 06:03:04.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245, 127.0.0.1:8196] 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:03:04.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15704], CON-POST MID=15704, 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:03:04.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F8752EB01FCE6912], CON-POST MID=15704, Token=F8752EB01FCE6912, 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:03:04.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15704], KeyToken[127.0.0.1:8196-F8752EB01FCE6912]] 06:03:04.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:8196 06:03:04.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E245,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15704, Token=F8752EB01FCE6912, 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:03:04.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15704] 06:03:04.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, 127.0.0.1:8193] replace CON-POST MID=15704, Token=F8752EB01FCE6912, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15704, Token=F8752EB01FCE6912, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R246, 127.0.0.1:8193] send response NON-2.05 MID=15704, Token=null, OptionSet={}, "server responds hi" 06:03:04.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, 127.0.0.1:8193, complete]! 06:03:04.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R246, 127.0.0.1:8193, complete] completed NON-2.04 MID=15704, Token=F8752EB01FCE6912, 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:03:04.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E246,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15704, Token=F8752EB01FCE6912, 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:03:04.688 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15704] 06:03:04.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245, 127.0.0.1:8196, complete]! 06:03:04.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F8752EB01FCE6912] 06:03:04.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15704] 06:03:04.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L245, 127.0.0.1:8196, complete] completed CON-POST MID=15704, Token=F8752EB01FCE6912, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15704, Token=F8752EB01FCE6912, 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:03:04.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247, 127.0.0.1:8196] send request 06:03:04.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247, 127.0.0.1:8196] 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:03:04.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15705], CON-POST MID=15705, 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:03:04.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-588936A6BF107E02], CON-POST MID=15705, Token=588936A6BF107E02, 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:03:04.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15705], KeyToken[127.0.0.1:8196-588936A6BF107E02]] 06:03:04.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E247,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15705, Token=588936A6BF107E02, 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:03:04.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15705] 06:03:04.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, 127.0.0.1:8193] replace CON-POST MID=15705, Token=588936A6BF107E02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15705, Token=588936A6BF107E02, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R248, 127.0.0.1:8193] send response NON-2.05 MID=15705, Token=null, OptionSet={}, "server responds hi" 06:03:04.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, 127.0.0.1:8193, complete]! 06:03:04.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R248, 127.0.0.1:8193, complete] completed NON-2.04 MID=15705, Token=588936A6BF107E02, 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:03:04.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:8193 06:03:04.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E248,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15705, Token=588936A6BF107E02, 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:03:04.690 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15705] 06:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247, 127.0.0.1:8196, complete]! 06:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-588936A6BF107E02] 06:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15705] 06:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L247, 127.0.0.1:8196, complete] completed CON-POST MID=15705, Token=588936A6BF107E02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15705, Token=588936A6BF107E02, 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:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249, 127.0.0.1:8196] send request 06:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249, 127.0.0.1:8196] 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:03:04.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15706], CON-POST MID=15706, 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:03:04.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-842E31EF3237E8E1], CON-POST MID=15706, Token=842E31EF3237E8E1, 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:03:04.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15706], KeyToken[127.0.0.1:8196-842E31EF3237E8E1]] 06:03:04.692 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E249,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15706, Token=842E31EF3237E8E1, 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:03:04.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15706] 06:03:04.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, 127.0.0.1:8193] replace CON-POST MID=15706, Token=842E31EF3237E8E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15706, Token=842E31EF3237E8E1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R250, 127.0.0.1:8193] send response NON-2.05 MID=15706, Token=null, OptionSet={}, "server responds hi" 06:03:04.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, 127.0.0.1:8193, complete]! 06:03:04.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R250, 127.0.0.1:8193, complete] completed NON-2.04 MID=15706, Token=842E31EF3237E8E1, 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:03:04.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E250,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15706, Token=842E31EF3237E8E1, 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:03:04.693 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15706] 06:03:04.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249, 127.0.0.1:8196, complete]! 06:03:04.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-842E31EF3237E8E1] 06:03:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15706] 06:03:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L249, 127.0.0.1:8196, complete] completed CON-POST MID=15706, Token=842E31EF3237E8E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15706, Token=842E31EF3237E8E1, 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:03:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251, 127.0.0.1:8196] send request 06:03:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251, 127.0.0.1:8196] 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:03:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15707], CON-POST MID=15707, 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:03:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-281AB1C495EF1287], CON-POST MID=15707, Token=281AB1C495EF1287, 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:03:04.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15707], KeyToken[127.0.0.1:8196-281AB1C495EF1287]] 06:03:04.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:8196 06:03:04.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E251,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15707, Token=281AB1C495EF1287, 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:03:04.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15707] 06:03:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, 127.0.0.1:8193] replace CON-POST MID=15707, Token=281AB1C495EF1287, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15707, Token=281AB1C495EF1287, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R252, 127.0.0.1:8193] send response NON-2.05 MID=15707, Token=null, OptionSet={}, "server responds hi" 06:03:04.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, 127.0.0.1:8193, complete]! 06:03:04.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R252, 127.0.0.1:8193, complete] completed NON-2.04 MID=15707, Token=281AB1C495EF1287, 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:03:04.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E252,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15707, Token=281AB1C495EF1287, 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:03:04.696 [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 42 bytes from 127.0.0.1:8196 06:03:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15707] 06:03:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251, 127.0.0.1:8196, complete]! 06:03:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-281AB1C495EF1287] 06:03:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15707] 06:03:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L251, 127.0.0.1:8196, complete] completed CON-POST MID=15707, Token=281AB1C495EF1287, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15707, Token=281AB1C495EF1287, 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:03:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253, 127.0.0.1:8196] send request 06:03:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253, 127.0.0.1:8196] 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:03:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15708], CON-POST MID=15708, 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:03:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A0F8F45C3B74FD0C], CON-POST MID=15708, Token=A0F8F45C3B74FD0C, 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:03:04.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15708], KeyToken[127.0.0.1:8196-A0F8F45C3B74FD0C]] 06:03:04.698 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E253,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15708, Token=A0F8F45C3B74FD0C, 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:03:04.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15708] 06:03:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, 127.0.0.1:8193] replace CON-POST MID=15708, Token=A0F8F45C3B74FD0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15708, Token=A0F8F45C3B74FD0C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R254, 127.0.0.1:8193] send response NON-2.05 MID=15708, Token=null, OptionSet={}, "server responds hi" 06:03:04.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, 127.0.0.1:8193, complete]! 06:03:04.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R254, 127.0.0.1:8193, complete] completed NON-2.04 MID=15708, Token=A0F8F45C3B74FD0C, 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:03:04.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:8193 06:03:04.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E254,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15708, Token=A0F8F45C3B74FD0C, 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:03:04.751 [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 42 bytes from 127.0.0.1:8196 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15708] 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253, 127.0.0.1:8196, complete]! 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A0F8F45C3B74FD0C] 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15708] 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L253, 127.0.0.1:8196, complete] completed CON-POST MID=15708, Token=A0F8F45C3B74FD0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15708, Token=A0F8F45C3B74FD0C, 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:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255, 127.0.0.1:8196] send request 06:03:04.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255, 127.0.0.1:8196] 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:03:04.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15709], CON-POST MID=15709, 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:03:04.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-50889B7C704B5CEE], CON-POST MID=15709, Token=50889B7C704B5CEE, 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:03:04.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15709], KeyToken[127.0.0.1:8196-50889B7C704B5CEE]] 06:03:04.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E255,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15709, Token=50889B7C704B5CEE, 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:03:04.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15709] 06:03:04.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, 127.0.0.1:8193] replace CON-POST MID=15709, Token=50889B7C704B5CEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15709, Token=50889B7C704B5CEE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R256, 127.0.0.1:8193] send response NON-2.05 MID=15709, Token=null, OptionSet={}, "server responds hi" 06:03:04.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, 127.0.0.1:8193, complete]! 06:03:04.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R256, 127.0.0.1:8193, complete] completed NON-2.04 MID=15709, Token=50889B7C704B5CEE, 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:03:04.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:8193 06:03:04.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E256,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15709, Token=50889B7C704B5CEE, 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:03:04.754 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15709] 06:03:04.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255, 127.0.0.1:8196, complete]! 06:03:04.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-50889B7C704B5CEE] 06:03:04.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15709] 06:03:04.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L255, 127.0.0.1:8196, complete] completed CON-POST MID=15709, Token=50889B7C704B5CEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15709, Token=50889B7C704B5CEE, 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:03:04.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257, 127.0.0.1:8196] send request 06:03:04.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257, 127.0.0.1:8196] 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:03:04.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15710], CON-POST MID=15710, 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:03:04.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CB5B9BD7B40BBE9], CON-POST MID=15710, Token=2CB5B9BD7B40BBE9, 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:03:04.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15710], KeyToken[127.0.0.1:8196-2CB5B9BD7B40BBE9]] 06:03:04.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:8196 06:03:04.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E257,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15710, Token=2CB5B9BD7B40BBE9, 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:03:04.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15710] 06:03:04.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, 127.0.0.1:8193] replace CON-POST MID=15710, Token=2CB5B9BD7B40BBE9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15710, Token=2CB5B9BD7B40BBE9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R258, 127.0.0.1:8193] send response NON-2.05 MID=15710, Token=null, OptionSet={}, "server responds hi" 06:03:04.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, 127.0.0.1:8193, complete]! 06:03:04.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R258, 127.0.0.1:8193, complete] completed NON-2.04 MID=15710, Token=2CB5B9BD7B40BBE9, 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:03:04.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E258,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15710, Token=2CB5B9BD7B40BBE9, 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:03:04.757 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15710] 06:03:04.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257, 127.0.0.1:8196, complete]! 06:03:04.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CB5B9BD7B40BBE9] 06:03:04.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15710] 06:03:04.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L257, 127.0.0.1:8196, complete] completed CON-POST MID=15710, Token=2CB5B9BD7B40BBE9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15710, Token=2CB5B9BD7B40BBE9, 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:03:04.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259, 127.0.0.1:8196] send request 06:03:04.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259, 127.0.0.1:8196] 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:03:04.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15711], CON-POST MID=15711, 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:03:04.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9454EFC0C6EA85E8], CON-POST MID=15711, Token=9454EFC0C6EA85E8, 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:03:04.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15711], KeyToken[127.0.0.1:8196-9454EFC0C6EA85E8]] 06:03:04.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:8196 06:03:04.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E259,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15711, Token=9454EFC0C6EA85E8, 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:03:04.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15711] 06:03:04.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, 127.0.0.1:8193] replace CON-POST MID=15711, Token=9454EFC0C6EA85E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15711, Token=9454EFC0C6EA85E8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R260, 127.0.0.1:8193] send response NON-2.05 MID=15711, Token=null, OptionSet={}, "server responds hi" 06:03:04.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, 127.0.0.1:8193, complete]! 06:03:04.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R260, 127.0.0.1:8193, complete] completed NON-2.04 MID=15711, Token=9454EFC0C6EA85E8, 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:03:04.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:8193 06:03:04.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E260,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15711, Token=9454EFC0C6EA85E8, 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:03:04.761 [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 42 bytes from 127.0.0.1:8196 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15711] 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259, 127.0.0.1:8196, complete]! 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9454EFC0C6EA85E8] 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15711] 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L259, 127.0.0.1:8196, complete] completed CON-POST MID=15711, Token=9454EFC0C6EA85E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15711, Token=9454EFC0C6EA85E8, 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:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261, 127.0.0.1:8196] send request 06:03:04.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261, 127.0.0.1:8196] 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:03:04.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15712], CON-POST MID=15712, 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:03:04.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D82082FED60475A8], CON-POST MID=15712, Token=D82082FED60475A8, 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:03:04.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15712], KeyToken[127.0.0.1:8196-D82082FED60475A8]] 06:03:04.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:8196 06:03:04.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E261,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15712, Token=D82082FED60475A8, 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:03:04.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15712] 06:03:04.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, 127.0.0.1:8193] replace CON-POST MID=15712, Token=D82082FED60475A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15712, Token=D82082FED60475A8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R262, 127.0.0.1:8193] send response NON-2.05 MID=15712, Token=null, OptionSet={}, "server responds hi" 06:03:04.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, 127.0.0.1:8193, complete]! 06:03:04.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R262, 127.0.0.1:8193, complete] completed NON-2.04 MID=15712, Token=D82082FED60475A8, 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:03:04.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:8193 06:03:04.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E262,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15712, Token=D82082FED60475A8, 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:03:04.763 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15712] 06:03:04.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261, 127.0.0.1:8196, complete]! 06:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D82082FED60475A8] 06:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15712] 06:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L261, 127.0.0.1:8196, complete] completed CON-POST MID=15712, Token=D82082FED60475A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15712, Token=D82082FED60475A8, 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:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263, 127.0.0.1:8196] send request 06:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263, 127.0.0.1:8196] 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:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15713], CON-POST MID=15713, 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:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-848200C3E15C88CC], CON-POST MID=15713, Token=848200C3E15C88CC, 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:03:04.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15713], KeyToken[127.0.0.1:8196-848200C3E15C88CC]] 06:03:04.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:8196 06:03:04.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E263,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15713, Token=848200C3E15C88CC, 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:03:04.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15713] 06:03:04.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, 127.0.0.1:8193] replace CON-POST MID=15713, Token=848200C3E15C88CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15713, Token=848200C3E15C88CC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R264, 127.0.0.1:8193] send response NON-2.05 MID=15713, Token=null, OptionSet={}, "server responds hi" 06:03:04.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, 127.0.0.1:8193, complete]! 06:03:04.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R264, 127.0.0.1:8193, complete] completed NON-2.04 MID=15713, Token=848200C3E15C88CC, 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:03:04.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:8193 06:03:04.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E264,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15713, Token=848200C3E15C88CC, 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:03:04.766 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15713] 06:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263, 127.0.0.1:8196, complete]! 06:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-848200C3E15C88CC] 06:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15713] 06:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L263, 127.0.0.1:8196, complete] completed CON-POST MID=15713, Token=848200C3E15C88CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15713, Token=848200C3E15C88CC, 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:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265, 127.0.0.1:8196] send request 06:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265, 127.0.0.1:8196] 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:03:04.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15714], CON-POST MID=15714, 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:03:04.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-6C04CE4A8D3BA32C], CON-POST MID=15714, Token=6C04CE4A8D3BA32C, 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:03:04.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15714], KeyToken[127.0.0.1:8196-6C04CE4A8D3BA32C]] 06:03:04.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E265,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15714, Token=6C04CE4A8D3BA32C, 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:03:04.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15714] 06:03:04.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, 127.0.0.1:8193] replace CON-POST MID=15714, Token=6C04CE4A8D3BA32C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15714, Token=6C04CE4A8D3BA32C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R266, 127.0.0.1:8193] send response NON-2.05 MID=15714, Token=null, OptionSet={}, "server responds hi" 06:03:04.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, 127.0.0.1:8193, complete]! 06:03:04.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R266, 127.0.0.1:8193, complete] completed NON-2.04 MID=15714, Token=6C04CE4A8D3BA32C, 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:03:04.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:8193 06:03:04.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E266,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15714, Token=6C04CE4A8D3BA32C, 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:03:04.768 [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 42 bytes from 127.0.0.1:8196 06:03:04.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15714] 06:03:04.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265, 127.0.0.1:8196, complete]! 06:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-6C04CE4A8D3BA32C] 06:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15714] 06:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L265, 127.0.0.1:8196, complete] completed CON-POST MID=15714, Token=6C04CE4A8D3BA32C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15714, Token=6C04CE4A8D3BA32C, 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:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267, 127.0.0.1:8196] send request 06:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267, 127.0.0.1:8196] 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:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15715], CON-POST MID=15715, 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:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8878B9FF981A4A15], CON-POST MID=15715, Token=8878B9FF981A4A15, 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:03:04.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15715], KeyToken[127.0.0.1:8196-8878B9FF981A4A15]] 06:03:04.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:8196 06:03:04.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E267,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15715, Token=8878B9FF981A4A15, 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:03:04.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15715] 06:03:04.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, 127.0.0.1:8193] replace CON-POST MID=15715, Token=8878B9FF981A4A15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15715, Token=8878B9FF981A4A15, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R268, 127.0.0.1:8193] send response NON-2.05 MID=15715, Token=null, OptionSet={}, "server responds hi" 06:03:04.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, 127.0.0.1:8193, complete]! 06:03:04.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R268, 127.0.0.1:8193, complete] completed NON-2.04 MID=15715, Token=8878B9FF981A4A15, 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:03:04.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:8193 06:03:04.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E268,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15715, Token=8878B9FF981A4A15, 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:03:04.771 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15715] 06:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267, 127.0.0.1:8196, complete]! 06:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8878B9FF981A4A15] 06:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15715] 06:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L267, 127.0.0.1:8196, complete] completed CON-POST MID=15715, Token=8878B9FF981A4A15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15715, Token=8878B9FF981A4A15, 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:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269, 127.0.0.1:8196] send request 06:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269, 127.0.0.1:8196] 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:03:04.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15716], CON-POST MID=15716, 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:03:04.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0094ECA625895EBC], CON-POST MID=15716, Token=0094ECA625895EBC, 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:03:04.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15716], KeyToken[127.0.0.1:8196-0094ECA625895EBC]] 06:03:04.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:8196 06:03:04.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E269,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15716, Token=0094ECA625895EBC, 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:03:04.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15716] 06:03:04.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, 127.0.0.1:8193] replace CON-POST MID=15716, Token=0094ECA625895EBC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15716, Token=0094ECA625895EBC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R270, 127.0.0.1:8193] send response NON-2.05 MID=15716, Token=null, OptionSet={}, "server responds hi" 06:03:04.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, 127.0.0.1:8193, complete]! 06:03:04.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R270, 127.0.0.1:8193, complete] completed NON-2.04 MID=15716, Token=0094ECA625895EBC, 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:03:04.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E270,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15716, Token=0094ECA625895EBC, 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:03:04.773 [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 42 bytes from 127.0.0.1:8196 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15716] 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269, 127.0.0.1:8196, complete]! 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0094ECA625895EBC] 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15716] 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L269, 127.0.0.1:8196, complete] completed CON-POST MID=15716, Token=0094ECA625895EBC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15716, Token=0094ECA625895EBC, 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:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271, 127.0.0.1:8196] send request 06:03:04.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271, 127.0.0.1:8196] 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:03:04.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15717], CON-POST MID=15717, 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:03:04.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B053AC63B4E710E1], CON-POST MID=15717, Token=B053AC63B4E710E1, 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:03:04.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15717], KeyToken[127.0.0.1:8196-B053AC63B4E710E1]] 06:03:04.774 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E271,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15717, Token=B053AC63B4E710E1, 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:03:04.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15717] 06:03:04.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, 127.0.0.1:8193] replace CON-POST MID=15717, Token=B053AC63B4E710E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15717, Token=B053AC63B4E710E1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R272, 127.0.0.1:8193] send response NON-2.05 MID=15717, Token=null, OptionSet={}, "server responds hi" 06:03:04.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, 127.0.0.1:8193, complete]! 06:03:04.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R272, 127.0.0.1:8193, complete] completed NON-2.04 MID=15717, Token=B053AC63B4E710E1, 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:03:04.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:8193 06:03:04.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E272,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15717, Token=B053AC63B4E710E1, 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:03:04.775 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15717] 06:03:04.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271, 127.0.0.1:8196, complete]! 06:03:04.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B053AC63B4E710E1] 06:03:04.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15717] 06:03:04.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L271, 127.0.0.1:8196, complete] completed CON-POST MID=15717, Token=B053AC63B4E710E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15717, Token=B053AC63B4E710E1, 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:03:04.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273, 127.0.0.1:8196] send request 06:03:04.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273, 127.0.0.1:8196] 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:03:04.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15718], CON-POST MID=15718, 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:03:04.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-74B437A24BE96106], CON-POST MID=15718, Token=74B437A24BE96106, 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:03:04.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15718], KeyToken[127.0.0.1:8196-74B437A24BE96106]] 06:03:04.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:8196 06:03:04.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E273,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15718, Token=74B437A24BE96106, 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:03:04.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15718] 06:03:04.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, 127.0.0.1:8193] replace CON-POST MID=15718, Token=74B437A24BE96106, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15718, Token=74B437A24BE96106, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R274, 127.0.0.1:8193] send response NON-2.05 MID=15718, Token=null, OptionSet={}, "server responds hi" 06:03:04.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, 127.0.0.1:8193, complete]! 06:03:04.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R274, 127.0.0.1:8193, complete] completed NON-2.04 MID=15718, Token=74B437A24BE96106, 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:03:04.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:8193 06:03:04.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E274,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15718, Token=74B437A24BE96106, 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:03:04.777 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15718] 06:03:04.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273, 127.0.0.1:8196, complete]! 06:03:04.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-74B437A24BE96106] 06:03:04.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15718] 06:03:04.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L273, 127.0.0.1:8196, complete] completed CON-POST MID=15718, Token=74B437A24BE96106, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15718, Token=74B437A24BE96106, 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:03:04.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275, 127.0.0.1:8196] send request 06:03:04.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275, 127.0.0.1:8196] 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:03:04.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15719], CON-POST MID=15719, 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:03:04.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4403A9726C75DF03], CON-POST MID=15719, Token=4403A9726C75DF03, 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:03:04.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15719], KeyToken[127.0.0.1:8196-4403A9726C75DF03]] 06:03:04.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:8196 06:03:04.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E275,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15719, Token=4403A9726C75DF03, 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:03:04.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15719] 06:03:04.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, 127.0.0.1:8193] replace CON-POST MID=15719, Token=4403A9726C75DF03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15719, Token=4403A9726C75DF03, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R276, 127.0.0.1:8193] send response NON-2.05 MID=15719, Token=null, OptionSet={}, "server responds hi" 06:03:04.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, 127.0.0.1:8193, complete]! 06:03:04.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R276, 127.0.0.1:8193, complete] completed NON-2.04 MID=15719, Token=4403A9726C75DF03, 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:03:04.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:8193 06:03:04.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E276,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15719, Token=4403A9726C75DF03, 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:03:04.779 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15719] 06:03:04.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275, 127.0.0.1:8196, complete]! 06:03:04.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4403A9726C75DF03] 06:03:04.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15719] 06:03:04.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L275, 127.0.0.1:8196, complete] completed CON-POST MID=15719, Token=4403A9726C75DF03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15719, Token=4403A9726C75DF03, 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:03:04.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277, 127.0.0.1:8196] send request 06:03:04.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277, 127.0.0.1:8196] 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:03:04.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15720], CON-POST MID=15720, 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:03:04.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-90CE90E0008E95BE], CON-POST MID=15720, Token=90CE90E0008E95BE, 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:03:04.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15720], KeyToken[127.0.0.1:8196-90CE90E0008E95BE]] 06:03:04.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E277,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15720, Token=90CE90E0008E95BE, 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:03:04.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15720] 06:03:04.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, 127.0.0.1:8193] replace CON-POST MID=15720, Token=90CE90E0008E95BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15720, Token=90CE90E0008E95BE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R278, 127.0.0.1:8193] send response NON-2.05 MID=15720, Token=null, OptionSet={}, "server responds hi" 06:03:04.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, 127.0.0.1:8193, complete]! 06:03:04.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R278, 127.0.0.1:8193, complete] completed NON-2.04 MID=15720, Token=90CE90E0008E95BE, 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:03:04.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E278,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15720, Token=90CE90E0008E95BE, 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:03:04.781 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15720] 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277, 127.0.0.1:8196, complete]! 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-90CE90E0008E95BE] 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15720] 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L277, 127.0.0.1:8196, complete] completed CON-POST MID=15720, Token=90CE90E0008E95BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15720, Token=90CE90E0008E95BE, 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:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279, 127.0.0.1:8196] send request 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279, 127.0.0.1:8196] 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:03:04.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15721], CON-POST MID=15721, 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:03:04.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-6CEF17825149A738], CON-POST MID=15721, Token=6CEF17825149A738, 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:03:04.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15721], KeyToken[127.0.0.1:8196-6CEF17825149A738]] 06:03:04.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:8196 06:03:04.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E279,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15721, Token=6CEF17825149A738, 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:03:04.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15721] 06:03:04.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, 127.0.0.1:8193] replace CON-POST MID=15721, Token=6CEF17825149A738, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15721, Token=6CEF17825149A738, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R280, 127.0.0.1:8193] send response NON-2.05 MID=15721, Token=null, OptionSet={}, "server responds hi" 06:03:04.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, 127.0.0.1:8193, complete]! 06:03:04.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R280, 127.0.0.1:8193, complete] completed NON-2.04 MID=15721, Token=6CEF17825149A738, 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:03:04.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E280,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15721, Token=6CEF17825149A738, 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:03:04.784 [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 42 bytes from 127.0.0.1:8196 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15721] 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279, 127.0.0.1:8196, complete]! 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-6CEF17825149A738] 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15721] 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L279, 127.0.0.1:8196, complete] completed CON-POST MID=15721, Token=6CEF17825149A738, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15721, Token=6CEF17825149A738, 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:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281, 127.0.0.1:8196] send request 06:03:04.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281, 127.0.0.1:8196] 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:03:04.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15722], CON-POST MID=15722, 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:03:04.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2852AFB29DECE824], CON-POST MID=15722, Token=2852AFB29DECE824, 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:03:04.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15722], KeyToken[127.0.0.1:8196-2852AFB29DECE824]] 06:03:04.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E281,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15722, Token=2852AFB29DECE824, 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:03:04.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15722] 06:03:04.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, 127.0.0.1:8193] replace CON-POST MID=15722, Token=2852AFB29DECE824, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15722, Token=2852AFB29DECE824, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R282, 127.0.0.1:8193] send response NON-2.05 MID=15722, Token=null, OptionSet={}, "server responds hi" 06:03:04.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, 127.0.0.1:8193, complete]! 06:03:04.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R282, 127.0.0.1:8193, complete] completed NON-2.04 MID=15722, Token=2852AFB29DECE824, 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:03:04.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E282,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15722, Token=2852AFB29DECE824, 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:03:04.786 [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 42 bytes from 127.0.0.1:8196 06:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15722] 06:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281, 127.0.0.1:8196, complete]! 06:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2852AFB29DECE824] 06:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15722] 06:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L281, 127.0.0.1:8196, complete] completed CON-POST MID=15722, Token=2852AFB29DECE824, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15722, Token=2852AFB29DECE824, 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:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283, 127.0.0.1:8196] send request 06:03:04.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283, 127.0.0.1:8196] 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:03:04.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15723], CON-POST MID=15723, 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:03:04.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D48F6D8C96B8832F], CON-POST MID=15723, Token=D48F6D8C96B8832F, 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:03:04.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15723], KeyToken[127.0.0.1:8196-D48F6D8C96B8832F]] 06:03:04.787 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E283,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15723, Token=D48F6D8C96B8832F, 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:03:04.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15723] 06:03:04.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, 127.0.0.1:8193] replace CON-POST MID=15723, Token=D48F6D8C96B8832F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15723, Token=D48F6D8C96B8832F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R284, 127.0.0.1:8193] send response NON-2.05 MID=15723, Token=null, OptionSet={}, "server responds hi" 06:03:04.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, 127.0.0.1:8193, complete]! 06:03:04.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R284, 127.0.0.1:8193, complete] completed NON-2.04 MID=15723, Token=D48F6D8C96B8832F, 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:03:04.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:8193 06:03:04.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E284,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15723, Token=D48F6D8C96B8832F, 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:03:04.788 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15723] 06:03:04.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283, 127.0.0.1:8196, complete]! 06:03:04.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D48F6D8C96B8832F] 06:03:04.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15723] 06:03:04.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L283, 127.0.0.1:8196, complete] completed CON-POST MID=15723, Token=D48F6D8C96B8832F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15723, Token=D48F6D8C96B8832F, 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:03:04.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285, 127.0.0.1:8196] send request 06:03:04.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285, 127.0.0.1:8196] 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:03:04.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15724], CON-POST MID=15724, 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:03:04.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C401A6C31E957E04], CON-POST MID=15724, Token=C401A6C31E957E04, 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:03:04.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15724], KeyToken[127.0.0.1:8196-C401A6C31E957E04]] 06:03:04.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:8196 06:03:04.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E285,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15724, Token=C401A6C31E957E04, 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:03:04.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15724] 06:03:04.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, 127.0.0.1:8193] replace CON-POST MID=15724, Token=C401A6C31E957E04, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15724, Token=C401A6C31E957E04, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R286, 127.0.0.1:8193] send response NON-2.05 MID=15724, Token=null, OptionSet={}, "server responds hi" 06:03:04.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, 127.0.0.1:8193, complete]! 06:03:04.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R286, 127.0.0.1:8193, complete] completed NON-2.04 MID=15724, Token=C401A6C31E957E04, 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:03:04.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:8193 06:03:04.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E286,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15724, Token=C401A6C31E957E04, 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:03:04.790 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15724] 06:03:04.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285, 127.0.0.1:8196, complete]! 06:03:04.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C401A6C31E957E04] 06:03:04.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15724] 06:03:04.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L285, 127.0.0.1:8196, complete] completed CON-POST MID=15724, Token=C401A6C31E957E04, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15724, Token=C401A6C31E957E04, 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:03:04.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287, 127.0.0.1:8196] send request 06:03:04.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287, 127.0.0.1:8196] 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:03:04.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15725], CON-POST MID=15725, 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:03:04.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-44CB1BCA8853BE2D], CON-POST MID=15725, Token=44CB1BCA8853BE2D, 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:03:04.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15725], KeyToken[127.0.0.1:8196-44CB1BCA8853BE2D]] 06:03:04.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:8196 06:03:04.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E287,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15725, Token=44CB1BCA8853BE2D, 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:03:04.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15725] 06:03:04.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, 127.0.0.1:8193] replace CON-POST MID=15725, Token=44CB1BCA8853BE2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15725, Token=44CB1BCA8853BE2D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R288, 127.0.0.1:8193] send response NON-2.05 MID=15725, Token=null, OptionSet={}, "server responds hi" 06:03:04.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, 127.0.0.1:8193, complete]! 06:03:04.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R288, 127.0.0.1:8193, complete] completed NON-2.04 MID=15725, Token=44CB1BCA8853BE2D, 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:03:04.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:8193 06:03:04.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E288,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15725, Token=44CB1BCA8853BE2D, 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:03:04.793 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15725] 06:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287, 127.0.0.1:8196, complete]! 06:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-44CB1BCA8853BE2D] 06:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15725] 06:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L287, 127.0.0.1:8196, complete] completed CON-POST MID=15725, Token=44CB1BCA8853BE2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15725, Token=44CB1BCA8853BE2D, 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:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289, 127.0.0.1:8196] send request 06:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289, 127.0.0.1:8196] 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:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15726], CON-POST MID=15726, 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:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-6412415CD188EF4A], CON-POST MID=15726, Token=6412415CD188EF4A, 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:03:04.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15726], KeyToken[127.0.0.1:8196-6412415CD188EF4A]] 06:03:04.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:8196 06:03:04.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E289,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15726, Token=6412415CD188EF4A, 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:03:04.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15726] 06:03:04.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, 127.0.0.1:8193] replace CON-POST MID=15726, Token=6412415CD188EF4A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15726, Token=6412415CD188EF4A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R290, 127.0.0.1:8193] send response NON-2.05 MID=15726, Token=null, OptionSet={}, "server responds hi" 06:03:04.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, 127.0.0.1:8193, complete]! 06:03:04.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R290, 127.0.0.1:8193, complete] completed NON-2.04 MID=15726, Token=6412415CD188EF4A, 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:03:04.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:8193 06:03:04.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E290,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15726, Token=6412415CD188EF4A, 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:03:04.851 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15726] 06:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289, 127.0.0.1:8196, complete]! 06:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-6412415CD188EF4A] 06:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15726] 06:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L289, 127.0.0.1:8196, complete] completed CON-POST MID=15726, Token=6412415CD188EF4A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15726, Token=6412415CD188EF4A, 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:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291, 127.0.0.1:8196] send request 06:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291, 127.0.0.1:8196] 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:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15727], CON-POST MID=15727, 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:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4BE4B76CDB6A110], CON-POST MID=15727, Token=E4BE4B76CDB6A110, 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:03:04.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15727], KeyToken[127.0.0.1:8196-E4BE4B76CDB6A110]] 06:03:04.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:8196 06:03:04.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E291,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15727, Token=E4BE4B76CDB6A110, 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:03:04.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15727] 06:03:04.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, 127.0.0.1:8193] replace CON-POST MID=15727, Token=E4BE4B76CDB6A110, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15727, Token=E4BE4B76CDB6A110, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R292, 127.0.0.1:8193] send response NON-2.05 MID=15727, Token=null, OptionSet={}, "server responds hi" 06:03:04.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, 127.0.0.1:8193, complete]! 06:03:04.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R292, 127.0.0.1:8193, complete] completed NON-2.04 MID=15727, Token=E4BE4B76CDB6A110, 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:03:04.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E292,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15727, Token=E4BE4B76CDB6A110, 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:03:04.854 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15727] 06:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291, 127.0.0.1:8196, complete]! 06:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4BE4B76CDB6A110] 06:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15727] 06:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L291, 127.0.0.1:8196, complete] completed CON-POST MID=15727, Token=E4BE4B76CDB6A110, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15727, Token=E4BE4B76CDB6A110, 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:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293, 127.0.0.1:8196] send request 06:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293, 127.0.0.1:8196] 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:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15728], CON-POST MID=15728, 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:03:04.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-20EE9F01475A1BD8], CON-POST MID=15728, Token=20EE9F01475A1BD8, 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:03:04.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15728], KeyToken[127.0.0.1:8196-20EE9F01475A1BD8]] 06:03:04.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:8196 06:03:04.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E293,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15728, Token=20EE9F01475A1BD8, 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:03:04.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15728] 06:03:04.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, 127.0.0.1:8193] replace CON-POST MID=15728, Token=20EE9F01475A1BD8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15728, Token=20EE9F01475A1BD8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R294, 127.0.0.1:8193] send response NON-2.05 MID=15728, Token=null, OptionSet={}, "server responds hi" 06:03:04.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, 127.0.0.1:8193, complete]! 06:03:04.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R294, 127.0.0.1:8193, complete] completed NON-2.04 MID=15728, Token=20EE9F01475A1BD8, 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:03:04.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:8193 06:03:04.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E294,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15728, Token=20EE9F01475A1BD8, 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:03:04.856 [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 42 bytes from 127.0.0.1:8196 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15728] 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293, 127.0.0.1:8196, complete]! 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-20EE9F01475A1BD8] 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15728] 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L293, 127.0.0.1:8196, complete] completed CON-POST MID=15728, Token=20EE9F01475A1BD8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15728, Token=20EE9F01475A1BD8, 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:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295, 127.0.0.1:8196] send request 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295, 127.0.0.1:8196] 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:03:04.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15729], CON-POST MID=15729, 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:03:04.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-BC7267E1D39D5A44], CON-POST MID=15729, Token=BC7267E1D39D5A44, 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:03:04.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15729], KeyToken[127.0.0.1:8196-BC7267E1D39D5A44]] 06:03:04.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:8196 06:03:04.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E295,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15729, Token=BC7267E1D39D5A44, 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:03:04.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15729] 06:03:04.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, 127.0.0.1:8193] replace CON-POST MID=15729, Token=BC7267E1D39D5A44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15729, Token=BC7267E1D39D5A44, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R296, 127.0.0.1:8193] send response NON-2.05 MID=15729, Token=null, OptionSet={}, "server responds hi" 06:03:04.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, 127.0.0.1:8193, complete]! 06:03:04.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R296, 127.0.0.1:8193, complete] completed NON-2.04 MID=15729, Token=BC7267E1D39D5A44, 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:03:04.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:8193 06:03:04.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E296,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15729, Token=BC7267E1D39D5A44, 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:03:04.858 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15729] 06:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295, 127.0.0.1:8196, complete]! 06:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-BC7267E1D39D5A44] 06:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15729] 06:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L295, 127.0.0.1:8196, complete] completed CON-POST MID=15729, Token=BC7267E1D39D5A44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15729, Token=BC7267E1D39D5A44, 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:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297, 127.0.0.1:8196] send request 06:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297, 127.0.0.1:8196] 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:03:04.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15730], CON-POST MID=15730, 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:03:04.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0C5EE1923EBC56A0], CON-POST MID=15730, Token=0C5EE1923EBC56A0, 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:03:04.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15730], KeyToken[127.0.0.1:8196-0C5EE1923EBC56A0]] 06:03:04.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:8196 06:03:04.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E297,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15730, Token=0C5EE1923EBC56A0, 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:03:04.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15730] 06:03:04.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, 127.0.0.1:8193] replace CON-POST MID=15730, Token=0C5EE1923EBC56A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15730, Token=0C5EE1923EBC56A0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R298, 127.0.0.1:8193] send response NON-2.05 MID=15730, Token=null, OptionSet={}, "server responds hi" 06:03:04.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, 127.0.0.1:8193, complete]! 06:03:04.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R298, 127.0.0.1:8193, complete] completed NON-2.04 MID=15730, Token=0C5EE1923EBC56A0, 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:03:04.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:8193 06:03:04.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E298,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15730, Token=0C5EE1923EBC56A0, 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:03:04.860 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15730] 06:03:04.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297, 127.0.0.1:8196, complete]! 06:03:04.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0C5EE1923EBC56A0] 06:03:04.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15730] 06:03:04.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L297, 127.0.0.1:8196, complete] completed CON-POST MID=15730, Token=0C5EE1923EBC56A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15730, Token=0C5EE1923EBC56A0, 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:03:04.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299, 127.0.0.1:8196] send request 06:03:04.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299, 127.0.0.1:8196] 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:03:04.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15731], CON-POST MID=15731, 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:03:04.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B05816D3B785BFA1], CON-POST MID=15731, Token=B05816D3B785BFA1, 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:03:04.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15731], KeyToken[127.0.0.1:8196-B05816D3B785BFA1]] 06:03:04.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:8196 06:03:04.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E299,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15731, Token=B05816D3B785BFA1, 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:03:04.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15731] 06:03:04.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, 127.0.0.1:8193] replace CON-POST MID=15731, Token=B05816D3B785BFA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15731, Token=B05816D3B785BFA1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R300, 127.0.0.1:8193] send response NON-2.05 MID=15731, Token=null, OptionSet={}, "server responds hi" 06:03:04.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, 127.0.0.1:8193, complete]! 06:03:04.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R300, 127.0.0.1:8193, complete] completed NON-2.04 MID=15731, Token=B05816D3B785BFA1, 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:03:04.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E300,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15731, Token=B05816D3B785BFA1, 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:03:04.862 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15731] 06:03:04.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299, 127.0.0.1:8196, complete]! 06:03:04.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B05816D3B785BFA1] 06:03:04.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15731] 06:03:04.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L299, 127.0.0.1:8196, complete] completed CON-POST MID=15731, Token=B05816D3B785BFA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15731, Token=B05816D3B785BFA1, 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:03:04.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301, 127.0.0.1:8196] send request 06:03:04.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301, 127.0.0.1:8196] 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:03:04.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15732], CON-POST MID=15732, 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:03:04.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C4B232B2E9D5BC63], CON-POST MID=15732, Token=C4B232B2E9D5BC63, 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:03:04.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15732], KeyToken[127.0.0.1:8196-C4B232B2E9D5BC63]] 06:03:04.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:8196 06:03:04.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E301,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15732, Token=C4B232B2E9D5BC63, 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:03:04.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15732] 06:03:04.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, 127.0.0.1:8193] replace CON-POST MID=15732, Token=C4B232B2E9D5BC63, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15732, Token=C4B232B2E9D5BC63, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R302, 127.0.0.1:8193] send response NON-2.05 MID=15732, Token=null, OptionSet={}, "server responds hi" 06:03:04.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, 127.0.0.1:8193, complete]! 06:03:04.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R302, 127.0.0.1:8193, complete] completed NON-2.04 MID=15732, Token=C4B232B2E9D5BC63, 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:03:04.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:8193 06:03:04.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E302,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15732, Token=C4B232B2E9D5BC63, 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:03:04.864 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15732] 06:03:04.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301, 127.0.0.1:8196, complete]! 06:03:04.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C4B232B2E9D5BC63] 06:03:04.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15732] 06:03:04.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L301, 127.0.0.1:8196, complete] completed CON-POST MID=15732, Token=C4B232B2E9D5BC63, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15732, Token=C4B232B2E9D5BC63, 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:03:04.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303, 127.0.0.1:8196] send request 06:03:04.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303, 127.0.0.1:8196] 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:03:04.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15733], CON-POST MID=15733, 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:03:04.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A05939F667329FB2], CON-POST MID=15733, Token=A05939F667329FB2, 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:03:04.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15733], KeyToken[127.0.0.1:8196-A05939F667329FB2]] 06:03:04.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:8196 06:03:04.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E303,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15733, Token=A05939F667329FB2, 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:03:04.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15733] 06:03:04.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, 127.0.0.1:8193] replace CON-POST MID=15733, Token=A05939F667329FB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15733, Token=A05939F667329FB2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R304, 127.0.0.1:8193] send response NON-2.05 MID=15733, Token=null, OptionSet={}, "server responds hi" 06:03:04.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, 127.0.0.1:8193, complete]! 06:03:04.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R304, 127.0.0.1:8193, complete] completed NON-2.04 MID=15733, Token=A05939F667329FB2, 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:03:04.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:8193 06:03:04.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E304,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15733, Token=A05939F667329FB2, 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:03:04.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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15733] 06:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303, 127.0.0.1:8196, complete]! 06:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A05939F667329FB2] 06:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15733] 06:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L303, 127.0.0.1:8196, complete] completed CON-POST MID=15733, Token=A05939F667329FB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15733, Token=A05939F667329FB2, 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:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305, 127.0.0.1:8196] send request 06:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305, 127.0.0.1:8196] 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:03:04.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15734], CON-POST MID=15734, 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:03:04.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1092094633FF5380], CON-POST MID=15734, Token=1092094633FF5380, 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:03:04.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15734], KeyToken[127.0.0.1:8196-1092094633FF5380]] 06:03:04.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:8196 06:03:04.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E305,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15734, Token=1092094633FF5380, 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:03:04.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15734] 06:03:04.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, 127.0.0.1:8193] replace CON-POST MID=15734, Token=1092094633FF5380, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15734, Token=1092094633FF5380, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R306, 127.0.0.1:8193] send response NON-2.05 MID=15734, Token=null, OptionSet={}, "server responds hi" 06:03:04.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, 127.0.0.1:8193, complete]! 06:03:04.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R306, 127.0.0.1:8193, complete] completed NON-2.04 MID=15734, Token=1092094633FF5380, 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:03:04.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:8193 06:03:04.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E306,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15734, Token=1092094633FF5380, 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:03:04.869 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15734] 06:03:04.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305, 127.0.0.1:8196, complete]! 06:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1092094633FF5380] 06:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15734] 06:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L305, 127.0.0.1:8196, complete] completed CON-POST MID=15734, Token=1092094633FF5380, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15734, Token=1092094633FF5380, 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:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307, 127.0.0.1:8196] send request 06:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307, 127.0.0.1:8196] 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:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15735], CON-POST MID=15735, 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:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C5B8125B2AEA415], CON-POST MID=15735, Token=3C5B8125B2AEA415, 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:03:04.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15735], KeyToken[127.0.0.1:8196-3C5B8125B2AEA415]] 06:03:04.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:8196 06:03:04.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E307,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15735, Token=3C5B8125B2AEA415, 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:03:04.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15735] 06:03:04.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, 127.0.0.1:8193] replace CON-POST MID=15735, Token=3C5B8125B2AEA415, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15735, Token=3C5B8125B2AEA415, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R308, 127.0.0.1:8193] send response NON-2.05 MID=15735, Token=null, OptionSet={}, "server responds hi" 06:03:04.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, 127.0.0.1:8193, complete]! 06:03:04.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R308, 127.0.0.1:8193, complete] completed NON-2.04 MID=15735, Token=3C5B8125B2AEA415, 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:03:04.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E308,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15735, Token=3C5B8125B2AEA415, 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:03:04.872 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15735] 06:03:04.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307, 127.0.0.1:8196, complete]! 06:03:04.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C5B8125B2AEA415] 06:03:04.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15735] 06:03:04.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L307, 127.0.0.1:8196, complete] completed CON-POST MID=15735, Token=3C5B8125B2AEA415, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15735, Token=3C5B8125B2AEA415, 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:03:04.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309, 127.0.0.1:8196] send request 06:03:04.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309, 127.0.0.1:8196] 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:03:04.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15736], CON-POST MID=15736, 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:03:04.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-709C7FD49C8DE769], CON-POST MID=15736, Token=709C7FD49C8DE769, 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:03:04.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15736], KeyToken[127.0.0.1:8196-709C7FD49C8DE769]] 06:03:04.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:8196 06:03:04.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E309,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15736, Token=709C7FD49C8DE769, 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:03:04.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15736] 06:03:04.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, 127.0.0.1:8193] replace CON-POST MID=15736, Token=709C7FD49C8DE769, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15736, Token=709C7FD49C8DE769, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R310, 127.0.0.1:8193] send response NON-2.05 MID=15736, Token=null, OptionSet={}, "server responds hi" 06:03:04.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, 127.0.0.1:8193, complete]! 06:03:04.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R310, 127.0.0.1:8193, complete] completed NON-2.04 MID=15736, Token=709C7FD49C8DE769, 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:03:04.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E310,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15736, Token=709C7FD49C8DE769, 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:03:04.874 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15736] 06:03:04.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309, 127.0.0.1:8196, complete]! 06:03:04.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-709C7FD49C8DE769] 06:03:04.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15736] 06:03:04.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L309, 127.0.0.1:8196, complete] completed CON-POST MID=15736, Token=709C7FD49C8DE769, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15736, Token=709C7FD49C8DE769, 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:03:04.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311, 127.0.0.1:8196] send request 06:03:04.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311, 127.0.0.1:8196] 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:03:04.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15737], CON-POST MID=15737, 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:03:04.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-58290BCA562A04BF], CON-POST MID=15737, Token=58290BCA562A04BF, 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:03:04.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15737], KeyToken[127.0.0.1:8196-58290BCA562A04BF]] 06:03:04.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:8196 06:03:04.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E311,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15737, Token=58290BCA562A04BF, 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:03:04.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15737] 06:03:04.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, 127.0.0.1:8193] replace CON-POST MID=15737, Token=58290BCA562A04BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15737, Token=58290BCA562A04BF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R312, 127.0.0.1:8193] send response NON-2.05 MID=15737, Token=null, OptionSet={}, "server responds hi" 06:03:04.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, 127.0.0.1:8193, complete]! 06:03:04.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R312, 127.0.0.1:8193, complete] completed NON-2.04 MID=15737, Token=58290BCA562A04BF, 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:03:04.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:8193 06:03:04.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E312,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15737, Token=58290BCA562A04BF, 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:03:04.876 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15737] 06:03:04.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311, 127.0.0.1:8196, complete]! 06:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-58290BCA562A04BF] 06:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15737] 06:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L311, 127.0.0.1:8196, complete] completed CON-POST MID=15737, Token=58290BCA562A04BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15737, Token=58290BCA562A04BF, 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:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313, 127.0.0.1:8196] send request 06:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313, 127.0.0.1:8196] 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:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15738], CON-POST MID=15738, 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:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A0BECDF397BFE85F], CON-POST MID=15738, Token=A0BECDF397BFE85F, 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:03:04.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15738], KeyToken[127.0.0.1:8196-A0BECDF397BFE85F]] 06:03:04.877 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E313,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15738, Token=A0BECDF397BFE85F, 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:03:04.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15738] 06:03:04.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, 127.0.0.1:8193] replace CON-POST MID=15738, Token=A0BECDF397BFE85F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15738, Token=A0BECDF397BFE85F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R314, 127.0.0.1:8193] send response NON-2.05 MID=15738, Token=null, OptionSet={}, "server responds hi" 06:03:04.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, 127.0.0.1:8193, complete]! 06:03:04.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R314, 127.0.0.1:8193, complete] completed NON-2.04 MID=15738, Token=A0BECDF397BFE85F, 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:03:04.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:8193 06:03:04.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E314,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15738, Token=A0BECDF397BFE85F, 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:03:04.878 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15738] 06:03:04.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313, 127.0.0.1:8196, complete]! 06:03:04.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A0BECDF397BFE85F] 06:03:04.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15738] 06:03:04.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L313, 127.0.0.1:8196, complete] completed CON-POST MID=15738, Token=A0BECDF397BFE85F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15738, Token=A0BECDF397BFE85F, 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:03:04.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315, 127.0.0.1:8196] send request 06:03:04.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315, 127.0.0.1:8196] 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:03:04.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15739], CON-POST MID=15739, 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:03:04.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DCAA66B6D72D216A], CON-POST MID=15739, Token=DCAA66B6D72D216A, 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:03:04.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15739], KeyToken[127.0.0.1:8196-DCAA66B6D72D216A]] 06:03:04.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E315,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15739, Token=DCAA66B6D72D216A, 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:03:04.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15739] 06:03:04.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, 127.0.0.1:8193] replace CON-POST MID=15739, Token=DCAA66B6D72D216A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15739, Token=DCAA66B6D72D216A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R316, 127.0.0.1:8193] send response NON-2.05 MID=15739, Token=null, OptionSet={}, "server responds hi" 06:03:04.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, 127.0.0.1:8193, complete]! 06:03:04.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R316, 127.0.0.1:8193, complete] completed NON-2.04 MID=15739, Token=DCAA66B6D72D216A, 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:03:04.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:8193 06:03:04.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E316,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15739, Token=DCAA66B6D72D216A, 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:03:04.880 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15739] 06:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315, 127.0.0.1:8196, complete]! 06:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DCAA66B6D72D216A] 06:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15739] 06:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L315, 127.0.0.1:8196, complete] completed CON-POST MID=15739, Token=DCAA66B6D72D216A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15739, Token=DCAA66B6D72D216A, 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:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317, 127.0.0.1:8196] send request 06:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317, 127.0.0.1:8196] 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:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15740], CON-POST MID=15740, 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:03:04.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-44968AB4CB6293C1], CON-POST MID=15740, Token=44968AB4CB6293C1, 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:03:04.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15740], KeyToken[127.0.0.1:8196-44968AB4CB6293C1]] 06:03:04.882 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E317,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15740, Token=44968AB4CB6293C1, 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:03:04.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15740] 06:03:04.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, 127.0.0.1:8193] replace CON-POST MID=15740, Token=44968AB4CB6293C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15740, Token=44968AB4CB6293C1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R318, 127.0.0.1:8193] send response NON-2.05 MID=15740, Token=null, OptionSet={}, "server responds hi" 06:03:04.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, 127.0.0.1:8193, complete]! 06:03:04.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R318, 127.0.0.1:8193, complete] completed NON-2.04 MID=15740, Token=44968AB4CB6293C1, 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:03:04.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:8193 06:03:04.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E318,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15740, Token=44968AB4CB6293C1, 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:03:04.883 [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 42 bytes from 127.0.0.1:8196 06:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15740] 06:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317, 127.0.0.1:8196, complete]! 06:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-44968AB4CB6293C1] 06:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15740] 06:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L317, 127.0.0.1:8196, complete] completed CON-POST MID=15740, Token=44968AB4CB6293C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15740, Token=44968AB4CB6293C1, 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:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319, 127.0.0.1:8196] send request 06:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319, 127.0.0.1:8196] 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:03:04.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15741], CON-POST MID=15741, 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:03:04.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C450927B2C546238], CON-POST MID=15741, Token=C450927B2C546238, 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:03:04.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15741], KeyToken[127.0.0.1:8196-C450927B2C546238]] 06:03:04.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:8196 06:03:04.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E319,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15741, Token=C450927B2C546238, 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:03:04.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15741] 06:03:04.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, 127.0.0.1:8193] replace CON-POST MID=15741, Token=C450927B2C546238, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15741, Token=C450927B2C546238, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R320, 127.0.0.1:8193] send response NON-2.05 MID=15741, Token=null, OptionSet={}, "server responds hi" 06:03:04.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, 127.0.0.1:8193, complete]! 06:03:04.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R320, 127.0.0.1:8193, complete] completed NON-2.04 MID=15741, Token=C450927B2C546238, 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:03:04.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:8193 06:03:04.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E320,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15741, Token=C450927B2C546238, 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:03:04.885 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15741] 06:03:04.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319, 127.0.0.1:8196, complete]! 06:03:04.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C450927B2C546238] 06:03:04.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15741] 06:03:04.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L319, 127.0.0.1:8196, complete] completed CON-POST MID=15741, Token=C450927B2C546238, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15741, Token=C450927B2C546238, 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:03:04.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321, 127.0.0.1:8196] send request 06:03:04.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321, 127.0.0.1:8196] 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:03:04.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15742], CON-POST MID=15742, 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:03:04.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2847FFBAF32A1929], CON-POST MID=15742, Token=2847FFBAF32A1929, 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:03:04.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15742], KeyToken[127.0.0.1:8196-2847FFBAF32A1929]] 06:03:04.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:8196 06:03:04.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E321,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15742, Token=2847FFBAF32A1929, 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:03:04.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15742] 06:03:04.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, 127.0.0.1:8193] replace CON-POST MID=15742, Token=2847FFBAF32A1929, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15742, Token=2847FFBAF32A1929, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R322, 127.0.0.1:8193] send response NON-2.05 MID=15742, Token=null, OptionSet={}, "server responds hi" 06:03:04.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, 127.0.0.1:8193, complete]! 06:03:04.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R322, 127.0.0.1:8193, complete] completed NON-2.04 MID=15742, Token=2847FFBAF32A1929, 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:03:04.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:8193 06:03:04.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E322,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15742, Token=2847FFBAF32A1929, 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:03:04.893 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15742] 06:03:04.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321, 127.0.0.1:8196, complete]! 06:03:04.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2847FFBAF32A1929] 06:03:04.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15742] 06:03:04.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L321, 127.0.0.1:8196, complete] completed CON-POST MID=15742, Token=2847FFBAF32A1929, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15742, Token=2847FFBAF32A1929, 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:03:04.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323, 127.0.0.1:8196] send request 06:03:04.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323, 127.0.0.1:8196] 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:03:04.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15743], CON-POST MID=15743, 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:03:04.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-64A56A84C0DAD945], CON-POST MID=15743, Token=64A56A84C0DAD945, 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:03:04.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15743], KeyToken[127.0.0.1:8196-64A56A84C0DAD945]] 06:03:04.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E323,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15743, Token=64A56A84C0DAD945, 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:03:04.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15743] 06:03:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, 127.0.0.1:8193] replace CON-POST MID=15743, Token=64A56A84C0DAD945, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15743, Token=64A56A84C0DAD945, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R324, 127.0.0.1:8193] send response NON-2.05 MID=15743, Token=null, OptionSet={}, "server responds hi" 06:03:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, 127.0.0.1:8193, complete]! 06:03:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R324, 127.0.0.1:8193, complete] completed NON-2.04 MID=15743, Token=64A56A84C0DAD945, 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:03:04.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E324,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15743, Token=64A56A84C0DAD945, 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:03:04.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15743] 06:03:04.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323, 127.0.0.1:8196, complete]! 06:03:04.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-64A56A84C0DAD945] 06:03:04.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15743] 06:03:04.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L323, 127.0.0.1:8196, complete] completed CON-POST MID=15743, Token=64A56A84C0DAD945, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15743, Token=64A56A84C0DAD945, 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:03:04.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325, 127.0.0.1:8196] send request 06:03:04.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325, 127.0.0.1:8196] 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:03:04.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15744], CON-POST MID=15744, 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:03:04.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E0CF941F1F5E9AA9], CON-POST MID=15744, Token=E0CF941F1F5E9AA9, 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:03:04.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15744], KeyToken[127.0.0.1:8196-E0CF941F1F5E9AA9]] 06:03:04.951 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E325,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15744, Token=E0CF941F1F5E9AA9, 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:03:04.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15744] 06:03:04.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, 127.0.0.1:8193] replace CON-POST MID=15744, Token=E0CF941F1F5E9AA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15744, Token=E0CF941F1F5E9AA9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R326, 127.0.0.1:8193] send response NON-2.05 MID=15744, Token=null, OptionSet={}, "server responds hi" 06:03:04.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, 127.0.0.1:8193, complete]! 06:03:04.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R326, 127.0.0.1:8193, complete] completed NON-2.04 MID=15744, Token=E0CF941F1F5E9AA9, 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:03:04.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E326,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15744, Token=E0CF941F1F5E9AA9, 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:03:04.952 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15744] 06:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325, 127.0.0.1:8196, complete]! 06:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E0CF941F1F5E9AA9] 06:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15744] 06:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L325, 127.0.0.1:8196, complete] completed CON-POST MID=15744, Token=E0CF941F1F5E9AA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15744, Token=E0CF941F1F5E9AA9, 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:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327, 127.0.0.1:8196] send request 06:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327, 127.0.0.1:8196] 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:03:04.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15745], CON-POST MID=15745, 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:03:04.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-302383231CA50581], CON-POST MID=15745, Token=302383231CA50581, 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:03:04.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15745], KeyToken[127.0.0.1:8196-302383231CA50581]] 06:03:04.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:8196 06:03:04.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E327,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15745, Token=302383231CA50581, 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:03:04.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15745] 06:03:04.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, 127.0.0.1:8193] replace CON-POST MID=15745, Token=302383231CA50581, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15745, Token=302383231CA50581, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R328, 127.0.0.1:8193] send response NON-2.05 MID=15745, Token=null, OptionSet={}, "server responds hi" 06:03:04.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, 127.0.0.1:8193, complete]! 06:03:04.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R328, 127.0.0.1:8193, complete] completed NON-2.04 MID=15745, Token=302383231CA50581, 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:03:04.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:8193 06:03:04.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E328,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15745, Token=302383231CA50581, 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:03:04.955 [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 42 bytes from 127.0.0.1:8196 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15745] 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327, 127.0.0.1:8196, complete]! 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-302383231CA50581] 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15745] 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L327, 127.0.0.1:8196, complete] completed CON-POST MID=15745, Token=302383231CA50581, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15745, Token=302383231CA50581, 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:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329, 127.0.0.1:8196] send request 06:03:04.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329, 127.0.0.1:8196] 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:03:04.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15746], CON-POST MID=15746, 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:03:04.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1CC6CFDAA4CCA837], CON-POST MID=15746, Token=1CC6CFDAA4CCA837, 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:03:04.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15746], KeyToken[127.0.0.1:8196-1CC6CFDAA4CCA837]] 06:03:04.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:8196 06:03:04.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E329,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15746, Token=1CC6CFDAA4CCA837, 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:03:04.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15746] 06:03:04.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, 127.0.0.1:8193] replace CON-POST MID=15746, Token=1CC6CFDAA4CCA837, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15746, Token=1CC6CFDAA4CCA837, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R330, 127.0.0.1:8193] send response NON-2.05 MID=15746, Token=null, OptionSet={}, "server responds hi" 06:03:04.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, 127.0.0.1:8193, complete]! 06:03:04.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R330, 127.0.0.1:8193, complete] completed NON-2.04 MID=15746, Token=1CC6CFDAA4CCA837, 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:03:04.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E330,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15746, Token=1CC6CFDAA4CCA837, 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:03:04.957 [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 42 bytes from 127.0.0.1:8196 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15746] 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329, 127.0.0.1:8196, complete]! 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1CC6CFDAA4CCA837] 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15746] 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L329, 127.0.0.1:8196, complete] completed CON-POST MID=15746, Token=1CC6CFDAA4CCA837, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15746, Token=1CC6CFDAA4CCA837, 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:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331, 127.0.0.1:8196] send request 06:03:04.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331, 127.0.0.1:8196] 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:03:04.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15747], CON-POST MID=15747, 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:03:04.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-485B3FCA531CAA6E], CON-POST MID=15747, Token=485B3FCA531CAA6E, 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:03:04.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15747], KeyToken[127.0.0.1:8196-485B3FCA531CAA6E]] 06:03:04.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:8196 06:03:04.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E331,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15747, Token=485B3FCA531CAA6E, 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:03:04.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15747] 06:03:04.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, 127.0.0.1:8193] replace CON-POST MID=15747, Token=485B3FCA531CAA6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15747, Token=485B3FCA531CAA6E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R332, 127.0.0.1:8193] send response NON-2.05 MID=15747, Token=null, OptionSet={}, "server responds hi" 06:03:04.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, 127.0.0.1:8193, complete]! 06:03:04.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R332, 127.0.0.1:8193, complete] completed NON-2.04 MID=15747, Token=485B3FCA531CAA6E, 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:03:04.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E332,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15747, Token=485B3FCA531CAA6E, 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:03:04.959 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15747] 06:03:04.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331, 127.0.0.1:8196, complete]! 06:03:04.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-485B3FCA531CAA6E] 06:03:04.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15747] 06:03:04.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L331, 127.0.0.1:8196, complete] completed CON-POST MID=15747, Token=485B3FCA531CAA6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15747, Token=485B3FCA531CAA6E, 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:03:04.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333, 127.0.0.1:8196] send request 06:03:04.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333, 127.0.0.1:8196] 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:03:04.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15748], CON-POST MID=15748, 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:03:04.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DCD338BCFF41A84A], CON-POST MID=15748, Token=DCD338BCFF41A84A, 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:03:04.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15748], KeyToken[127.0.0.1:8196-DCD338BCFF41A84A]] 06:03:04.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:8196 06:03:04.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E333,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15748, Token=DCD338BCFF41A84A, 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:03:04.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15748] 06:03:04.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, 127.0.0.1:8193] replace CON-POST MID=15748, Token=DCD338BCFF41A84A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15748, Token=DCD338BCFF41A84A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R334, 127.0.0.1:8193] send response NON-2.05 MID=15748, Token=null, OptionSet={}, "server responds hi" 06:03:04.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, 127.0.0.1:8193, complete]! 06:03:04.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R334, 127.0.0.1:8193, complete] completed NON-2.04 MID=15748, Token=DCD338BCFF41A84A, 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:03:04.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:8193 06:03:04.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E334,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15748, Token=DCD338BCFF41A84A, 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:03:04.961 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15748] 06:03:04.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333, 127.0.0.1:8196, complete]! 06:03:04.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DCD338BCFF41A84A] 06:03:04.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15748] 06:03:04.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L333, 127.0.0.1:8196, complete] completed CON-POST MID=15748, Token=DCD338BCFF41A84A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15748, Token=DCD338BCFF41A84A, 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:03:04.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335, 127.0.0.1:8196] send request 06:03:04.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335, 127.0.0.1:8196] 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:03:04.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15749], CON-POST MID=15749, 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:03:04.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-28CC98E3530C6CCB], CON-POST MID=15749, Token=28CC98E3530C6CCB, 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:03:04.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15749], KeyToken[127.0.0.1:8196-28CC98E3530C6CCB]] 06:03:04.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:8196 06:03:04.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E335,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15749, Token=28CC98E3530C6CCB, 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:03:04.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15749] 06:03:04.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, 127.0.0.1:8193] replace CON-POST MID=15749, Token=28CC98E3530C6CCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15749, Token=28CC98E3530C6CCB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R336, 127.0.0.1:8193] send response NON-2.05 MID=15749, Token=null, OptionSet={}, "server responds hi" 06:03:04.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, 127.0.0.1:8193, complete]! 06:03:04.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R336, 127.0.0.1:8193, complete] completed NON-2.04 MID=15749, Token=28CC98E3530C6CCB, 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:03:04.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:8193 06:03:04.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E336,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15749, Token=28CC98E3530C6CCB, 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:03:04.963 [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 42 bytes from 127.0.0.1:8196 06:03:04.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15749] 06:03:04.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335, 127.0.0.1:8196, complete]! 06:03:04.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-28CC98E3530C6CCB] 06:03:04.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15749] 06:03:04.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L335, 127.0.0.1:8196, complete] completed CON-POST MID=15749, Token=28CC98E3530C6CCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15749, Token=28CC98E3530C6CCB, 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:03:04.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337, 127.0.0.1:8196] send request 06:03:04.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337, 127.0.0.1:8196] 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:03:04.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15750], CON-POST MID=15750, 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:03:04.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9002E46FB2FBC878], CON-POST MID=15750, Token=9002E46FB2FBC878, 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:03:04.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15750], KeyToken[127.0.0.1:8196-9002E46FB2FBC878]] 06:03:04.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E337,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15750, Token=9002E46FB2FBC878, 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:03:04.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15750] 06:03:04.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, 127.0.0.1:8193] replace CON-POST MID=15750, Token=9002E46FB2FBC878, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15750, Token=9002E46FB2FBC878, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R338, 127.0.0.1:8193] send response NON-2.05 MID=15750, Token=null, OptionSet={}, "server responds hi" 06:03:04.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, 127.0.0.1:8193, complete]! 06:03:04.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R338, 127.0.0.1:8193, complete] completed NON-2.04 MID=15750, Token=9002E46FB2FBC878, 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:03:04.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E338,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15750, Token=9002E46FB2FBC878, 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:03:04.965 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15750] 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337, 127.0.0.1:8196, complete]! 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9002E46FB2FBC878] 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15750] 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L337, 127.0.0.1:8196, complete] completed CON-POST MID=15750, Token=9002E46FB2FBC878, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15750, Token=9002E46FB2FBC878, 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:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339, 127.0.0.1:8196] send request 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339, 127.0.0.1:8196] 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:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15751], CON-POST MID=15751, 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:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-888B254C89DBF6D4], CON-POST MID=15751, Token=888B254C89DBF6D4, 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:03:04.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15751], KeyToken[127.0.0.1:8196-888B254C89DBF6D4]] 06:03:04.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:8196 06:03:04.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E339,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15751, Token=888B254C89DBF6D4, 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:03:04.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15751] 06:03:04.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, 127.0.0.1:8193] replace CON-POST MID=15751, Token=888B254C89DBF6D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15751, Token=888B254C89DBF6D4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R340, 127.0.0.1:8193] send response NON-2.05 MID=15751, Token=null, OptionSet={}, "server responds hi" 06:03:04.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, 127.0.0.1:8193, complete]! 06:03:04.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R340, 127.0.0.1:8193, complete] completed NON-2.04 MID=15751, Token=888B254C89DBF6D4, 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:03:04.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:8193 06:03:04.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E340,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15751, Token=888B254C89DBF6D4, 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:03:04.967 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15751] 06:03:04.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339, 127.0.0.1:8196, complete]! 06:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-888B254C89DBF6D4] 06:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15751] 06:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L339, 127.0.0.1:8196, complete] completed CON-POST MID=15751, Token=888B254C89DBF6D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15751, Token=888B254C89DBF6D4, 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:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341, 127.0.0.1:8196] send request 06:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341, 127.0.0.1:8196] 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:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15752], CON-POST MID=15752, 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:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-508A14F97B4EE4E5], CON-POST MID=15752, Token=508A14F97B4EE4E5, 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:03:04.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15752], KeyToken[127.0.0.1:8196-508A14F97B4EE4E5]] 06:03:04.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:8196 06:03:04.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E341,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15752, Token=508A14F97B4EE4E5, 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:03:04.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15752] 06:03:04.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, 127.0.0.1:8193] replace CON-POST MID=15752, Token=508A14F97B4EE4E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15752, Token=508A14F97B4EE4E5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R342, 127.0.0.1:8193] send response NON-2.05 MID=15752, Token=null, OptionSet={}, "server responds hi" 06:03:04.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, 127.0.0.1:8193, complete]! 06:03:04.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R342, 127.0.0.1:8193, complete] completed NON-2.04 MID=15752, Token=508A14F97B4EE4E5, 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:03:04.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:8193 06:03:04.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E342,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15752, Token=508A14F97B4EE4E5, 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:03:04.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15752] 06:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341, 127.0.0.1:8196, complete]! 06:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-508A14F97B4EE4E5] 06:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15752] 06:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L341, 127.0.0.1:8196, complete] completed CON-POST MID=15752, Token=508A14F97B4EE4E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15752, Token=508A14F97B4EE4E5, 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:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343, 127.0.0.1:8196] send request 06:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343, 127.0.0.1:8196] 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:03:04.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15753], CON-POST MID=15753, 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:03:04.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-508D407B391A2563], CON-POST MID=15753, Token=508D407B391A2563, 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:03:04.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15753], KeyToken[127.0.0.1:8196-508D407B391A2563]] 06:03:04.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:8196 06:03:04.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E343,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15753, Token=508D407B391A2563, 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:03:04.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15753] 06:03:04.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, 127.0.0.1:8193] replace CON-POST MID=15753, Token=508D407B391A2563, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15753, Token=508D407B391A2563, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R344, 127.0.0.1:8193] send response NON-2.05 MID=15753, Token=null, OptionSet={}, "server responds hi" 06:03:04.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, 127.0.0.1:8193, complete]! 06:03:04.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R344, 127.0.0.1:8193, complete] completed NON-2.04 MID=15753, Token=508D407B391A2563, 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:03:04.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:8193 06:03:04.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E344,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15753, Token=508D407B391A2563, 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:03:04.972 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15753] 06:03:04.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343, 127.0.0.1:8196, complete]! 06:03:04.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-508D407B391A2563] 06:03:04.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15753] 06:03:04.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L343, 127.0.0.1:8196, complete] completed CON-POST MID=15753, Token=508D407B391A2563, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15753, Token=508D407B391A2563, 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:03:04.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345, 127.0.0.1:8196] send request 06:03:04.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345, 127.0.0.1:8196] 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:03:04.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15754], CON-POST MID=15754, 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:03:04.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FCA3A7305F48C753], CON-POST MID=15754, Token=FCA3A7305F48C753, 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:03:04.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15754], KeyToken[127.0.0.1:8196-FCA3A7305F48C753]] 06:03:04.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 40 bytes to 127.0.0.1:8196 06:03:04.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E345,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15754, Token=FCA3A7305F48C753, 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:03:04.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15754] 06:03:04.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, 127.0.0.1:8193] replace CON-POST MID=15754, Token=FCA3A7305F48C753, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15754, Token=FCA3A7305F48C753, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R346, 127.0.0.1:8193] send response NON-2.05 MID=15754, Token=null, OptionSet={}, "server responds hi" 06:03:04.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, 127.0.0.1:8193, complete]! 06:03:04.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R346, 127.0.0.1:8193, complete] completed NON-2.04 MID=15754, Token=FCA3A7305F48C753, 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:03:04.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E346,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15754, Token=FCA3A7305F48C753, 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:03:04.974 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15754] 06:03:04.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345, 127.0.0.1:8196, complete]! 06:03:04.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FCA3A7305F48C753] 06:03:04.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15754] 06:03:04.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L345, 127.0.0.1:8196, complete] completed CON-POST MID=15754, Token=FCA3A7305F48C753, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15754, Token=FCA3A7305F48C753, 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:03:04.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347, 127.0.0.1:8196] send request 06:03:04.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347, 127.0.0.1:8196] 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:03:04.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15755], CON-POST MID=15755, 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:03:04.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4CA1BE4C3203DFDE], CON-POST MID=15755, Token=4CA1BE4C3203DFDE, 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:03:04.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15755], KeyToken[127.0.0.1:8196-4CA1BE4C3203DFDE]] 06:03:04.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:8196 06:03:04.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E347,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15755, Token=4CA1BE4C3203DFDE, 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:03:04.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15755] 06:03:04.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, 127.0.0.1:8193] replace CON-POST MID=15755, Token=4CA1BE4C3203DFDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15755, Token=4CA1BE4C3203DFDE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R348, 127.0.0.1:8193] send response NON-2.05 MID=15755, Token=null, OptionSet={}, "server responds hi" 06:03:04.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, 127.0.0.1:8193, complete]! 06:03:04.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R348, 127.0.0.1:8193, complete] completed NON-2.04 MID=15755, Token=4CA1BE4C3203DFDE, 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:03:04.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:8193 06:03:04.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E348,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15755, Token=4CA1BE4C3203DFDE, 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:03:04.977 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15755] 06:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347, 127.0.0.1:8196, complete]! 06:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4CA1BE4C3203DFDE] 06:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15755] 06:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L347, 127.0.0.1:8196, complete] completed CON-POST MID=15755, Token=4CA1BE4C3203DFDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15755, Token=4CA1BE4C3203DFDE, 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:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349, 127.0.0.1:8196] send request 06:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349, 127.0.0.1:8196] 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:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15756], CON-POST MID=15756, 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:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00DC1C15B7C2B984], CON-POST MID=15756, Token=00DC1C15B7C2B984, 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:03:04.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15756], KeyToken[127.0.0.1:8196-00DC1C15B7C2B984]] 06:03:04.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E349,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15756, Token=00DC1C15B7C2B984, 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:03:04.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15756] 06:03:04.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, 127.0.0.1:8193] replace CON-POST MID=15756, Token=00DC1C15B7C2B984, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15756, Token=00DC1C15B7C2B984, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R350, 127.0.0.1:8193] send response NON-2.05 MID=15756, Token=null, OptionSet={}, "server responds hi" 06:03:04.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, 127.0.0.1:8193, complete]! 06:03:04.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R350, 127.0.0.1:8193, complete] completed NON-2.04 MID=15756, Token=00DC1C15B7C2B984, 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:03:04.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:8193 06:03:04.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E350,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15756, Token=00DC1C15B7C2B984, 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:03:04.979 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15756] 06:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349, 127.0.0.1:8196, complete]! 06:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00DC1C15B7C2B984] 06:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15756] 06:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L349, 127.0.0.1:8196, complete] completed CON-POST MID=15756, Token=00DC1C15B7C2B984, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15756, Token=00DC1C15B7C2B984, 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:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351, 127.0.0.1:8196] send request 06:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351, 127.0.0.1:8196] 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:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15757], CON-POST MID=15757, 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:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-20DAB2D725084DF0], CON-POST MID=15757, Token=20DAB2D725084DF0, 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:03:04.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15757], KeyToken[127.0.0.1:8196-20DAB2D725084DF0]] 06:03:04.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:8196 06:03:04.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E351,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15757, Token=20DAB2D725084DF0, 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:03:04.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15757] 06:03:04.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, 127.0.0.1:8193] replace CON-POST MID=15757, Token=20DAB2D725084DF0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15757, Token=20DAB2D725084DF0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R352, 127.0.0.1:8193] send response NON-2.05 MID=15757, Token=null, OptionSet={}, "server responds hi" 06:03:04.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, 127.0.0.1:8193, complete]! 06:03:04.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R352, 127.0.0.1:8193, complete] completed NON-2.04 MID=15757, Token=20DAB2D725084DF0, 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:03:04.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:8193 06:03:04.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E352,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15757, Token=20DAB2D725084DF0, 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:03:04.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15757] 06:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351, 127.0.0.1:8196, complete]! 06:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-20DAB2D725084DF0] 06:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15757] 06:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L351, 127.0.0.1:8196, complete] completed CON-POST MID=15757, Token=20DAB2D725084DF0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15757, Token=20DAB2D725084DF0, 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:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353, 127.0.0.1:8196] send request 06:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353, 127.0.0.1:8196] 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:03:04.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15758], CON-POST MID=15758, 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:03:04.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B01E8370BEE6352A], CON-POST MID=15758, Token=B01E8370BEE6352A, 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:03:04.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15758], KeyToken[127.0.0.1:8196-B01E8370BEE6352A]] 06:03:04.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E353,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15758, Token=B01E8370BEE6352A, 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:03:04.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15758] 06:03:04.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, 127.0.0.1:8193] replace CON-POST MID=15758, Token=B01E8370BEE6352A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15758, Token=B01E8370BEE6352A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R354, 127.0.0.1:8193] send response NON-2.05 MID=15758, Token=null, OptionSet={}, "server responds hi" 06:03:04.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, 127.0.0.1:8193, complete]! 06:03:04.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R354, 127.0.0.1:8193, complete] completed NON-2.04 MID=15758, Token=B01E8370BEE6352A, 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:03:04.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E354,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15758, Token=B01E8370BEE6352A, 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:03:04.983 [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 42 bytes from 127.0.0.1:8196 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15758] 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353, 127.0.0.1:8196, complete]! 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B01E8370BEE6352A] 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15758] 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L353, 127.0.0.1:8196, complete] completed CON-POST MID=15758, Token=B01E8370BEE6352A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15758, Token=B01E8370BEE6352A, 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:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355, 127.0.0.1:8196] send request 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355, 127.0.0.1:8196] 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:03:04.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15759], CON-POST MID=15759, 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:03:04.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-7C628B623A2476E0], CON-POST MID=15759, Token=7C628B623A2476E0, 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:03:04.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15759], KeyToken[127.0.0.1:8196-7C628B623A2476E0]] 06:03:04.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:8196 06:03:04.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E355,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15759, Token=7C628B623A2476E0, 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:03:04.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15759] 06:03:04.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, 127.0.0.1:8193] replace CON-POST MID=15759, Token=7C628B623A2476E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15759, Token=7C628B623A2476E0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R356, 127.0.0.1:8193] send response NON-2.05 MID=15759, Token=null, OptionSet={}, "server responds hi" 06:03:04.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, 127.0.0.1:8193, complete]! 06:03:04.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R356, 127.0.0.1:8193, complete] completed NON-2.04 MID=15759, Token=7C628B623A2476E0, 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:03:04.985 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E356,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15759, Token=7C628B623A2476E0, 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:03:04.985 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15759] 06:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355, 127.0.0.1:8196, complete]! 06:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-7C628B623A2476E0] 06:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15759] 06:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L355, 127.0.0.1:8196, complete] completed CON-POST MID=15759, Token=7C628B623A2476E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15759, Token=7C628B623A2476E0, 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:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357, 127.0.0.1:8196] send request 06:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357, 127.0.0.1:8196] 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:03:04.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15760], CON-POST MID=15760, 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:03:04.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CCDE35107F296738], CON-POST MID=15760, Token=CCDE35107F296738, 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:03:04.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15760], KeyToken[127.0.0.1:8196-CCDE35107F296738]] 06:03:04.986 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E357,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15760, Token=CCDE35107F296738, 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:03:04.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15760] 06:03:04.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, 127.0.0.1:8193] replace CON-POST MID=15760, Token=CCDE35107F296738, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15760, Token=CCDE35107F296738, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R358, 127.0.0.1:8193] send response NON-2.05 MID=15760, Token=null, OptionSet={}, "server responds hi" 06:03:04.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, 127.0.0.1:8193, complete]! 06:03:04.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R358, 127.0.0.1:8193, complete] completed NON-2.04 MID=15760, Token=CCDE35107F296738, 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:03:04.987 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E358,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15760, Token=CCDE35107F296738, 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:03:04.987 [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 42 bytes from 127.0.0.1:8196 06:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15760] 06:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357, 127.0.0.1:8196, complete]! 06:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CCDE35107F296738] 06:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15760] 06:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L357, 127.0.0.1:8196, complete] completed CON-POST MID=15760, Token=CCDE35107F296738, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15760, Token=CCDE35107F296738, 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:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359, 127.0.0.1:8196] send request 06:03:04.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359, 127.0.0.1:8196] 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:03:04.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15761], CON-POST MID=15761, 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:03:04.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-6CD40FBE47FA1337], CON-POST MID=15761, Token=6CD40FBE47FA1337, 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:03:04.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15761], KeyToken[127.0.0.1:8196-6CD40FBE47FA1337]] 06:03:04.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:8196 06:03:04.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E359,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15761, Token=6CD40FBE47FA1337, 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:03:04.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15761] 06:03:04.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, 127.0.0.1:8193] replace CON-POST MID=15761, Token=6CD40FBE47FA1337, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15761, Token=6CD40FBE47FA1337, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R360, 127.0.0.1:8193] send response NON-2.05 MID=15761, Token=null, OptionSet={}, "server responds hi" 06:03:04.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, 127.0.0.1:8193, complete]! 06:03:04.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R360, 127.0.0.1:8193, complete] completed NON-2.04 MID=15761, Token=6CD40FBE47FA1337, 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:03:04.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:8193 06:03:04.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E360,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15761, Token=6CD40FBE47FA1337, 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:03:04.989 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15761] 06:03:04.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359, 127.0.0.1:8196, complete]! 06:03:04.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-6CD40FBE47FA1337] 06:03:04.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15761] 06:03:04.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L359, 127.0.0.1:8196, complete] completed CON-POST MID=15761, Token=6CD40FBE47FA1337, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15761, Token=6CD40FBE47FA1337, 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:03:04.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361, 127.0.0.1:8196] send request 06:03:04.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361, 127.0.0.1:8196] 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:03:04.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15762], CON-POST MID=15762, 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:03:04.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-88BC78BC2F1B448D], CON-POST MID=15762, Token=88BC78BC2F1B448D, 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:03:04.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15762], KeyToken[127.0.0.1:8196-88BC78BC2F1B448D]] 06:03:04.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.990 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E361,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15762, Token=88BC78BC2F1B448D, 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:03:04.990 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15762] 06:03:04.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, 127.0.0.1:8193] replace CON-POST MID=15762, Token=88BC78BC2F1B448D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15762, Token=88BC78BC2F1B448D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R362, 127.0.0.1:8193] send response NON-2.05 MID=15762, Token=null, OptionSet={}, "server responds hi" 06:03:04.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, 127.0.0.1:8193, complete]! 06:03:04.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R362, 127.0.0.1:8193, complete] completed NON-2.04 MID=15762, Token=88BC78BC2F1B448D, 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:03:04.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:8193 06:03:04.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E362,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15762, Token=88BC78BC2F1B448D, 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:03:04.991 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15762] 06:03:04.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361, 127.0.0.1:8196, complete]! 06:03:04.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-88BC78BC2F1B448D] 06:03:04.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15762] 06:03:04.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L361, 127.0.0.1:8196, complete] completed CON-POST MID=15762, Token=88BC78BC2F1B448D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15762, Token=88BC78BC2F1B448D, 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:03:04.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363, 127.0.0.1:8196] send request 06:03:04.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363, 127.0.0.1:8196] 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:03:04.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15763], CON-POST MID=15763, 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:03:04.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-489EF87BB880F154], CON-POST MID=15763, Token=489EF87BB880F154, 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:03:04.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15763], KeyToken[127.0.0.1:8196-489EF87BB880F154]] 06:03:04.992 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:04.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E363,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15763, Token=489EF87BB880F154, 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:03:04.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:04.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15763] 06:03:04.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:04.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, 127.0.0.1:8193] replace CON-POST MID=15763, Token=489EF87BB880F154, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15763, Token=489EF87BB880F154, OptionSet={"Object-Security":0x}, "client says hi" 06:03:04.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R364, 127.0.0.1:8193] send response NON-2.05 MID=15763, Token=null, OptionSet={}, "server responds hi" 06:03:04.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, 127.0.0.1:8193, complete]! 06:03:04.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R364, 127.0.0.1:8193, complete] completed NON-2.04 MID=15763, Token=489EF87BB880F154, 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:03:04.993 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:04.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E364,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15763, Token=489EF87BB880F154, 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:03:04.993 [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 42 bytes from 127.0.0.1:8196 06:03:04.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:8196-15763] 06:03:04.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:04.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:03:04.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363, 127.0.0.1:8196, complete]! 06:03:04.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-489EF87BB880F154] 06:03:04.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15763] 06:03:04.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L363, 127.0.0.1:8196, complete] completed CON-POST MID=15763, Token=489EF87BB880F154, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15763, Token=489EF87BB880F154, 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:03:04.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365, 127.0.0.1:8196] send request 06:03:04.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365, 127.0.0.1:8196] 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:03:05.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15764], CON-POST MID=15764, 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:03:05.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C4153C9955AD03CC], CON-POST MID=15764, Token=C4153C9955AD03CC, 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:03:05.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15764], KeyToken[127.0.0.1:8196-C4153C9955AD03CC]] 06:03:05.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:8196 06:03:05.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E365,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15764, Token=C4153C9955AD03CC, 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:03:05.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15764] 06:03:05.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, 127.0.0.1:8193] replace CON-POST MID=15764, Token=C4153C9955AD03CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15764, Token=C4153C9955AD03CC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R366, 127.0.0.1:8193] send response NON-2.05 MID=15764, Token=null, OptionSet={}, "server responds hi" 06:03:05.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, 127.0.0.1:8193, complete]! 06:03:05.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R366, 127.0.0.1:8193, complete] completed NON-2.04 MID=15764, Token=C4153C9955AD03CC, 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:03:05.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:8193 06:03:05.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E366,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15764, Token=C4153C9955AD03CC, 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:03:05.052 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15764] 06:03:05.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365, 127.0.0.1:8196, complete]! 06:03:05.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C4153C9955AD03CC] 06:03:05.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15764] 06:03:05.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L365, 127.0.0.1:8196, complete] completed CON-POST MID=15764, Token=C4153C9955AD03CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15764, Token=C4153C9955AD03CC, 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:03:05.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367, 127.0.0.1:8196] send request 06:03:05.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367, 127.0.0.1:8196] 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:03:05.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15765], CON-POST MID=15765, 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:03:05.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-107050EDCE4A4183], CON-POST MID=15765, Token=107050EDCE4A4183, 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:03:05.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15765], KeyToken[127.0.0.1:8196-107050EDCE4A4183]] 06:03:05.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:8196 06:03:05.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E367,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15765, Token=107050EDCE4A4183, 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:03:05.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15765] 06:03:05.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, 127.0.0.1:8193] replace CON-POST MID=15765, Token=107050EDCE4A4183, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15765, Token=107050EDCE4A4183, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R368, 127.0.0.1:8193] send response NON-2.05 MID=15765, Token=null, OptionSet={}, "server responds hi" 06:03:05.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, 127.0.0.1:8193, complete]! 06:03:05.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R368, 127.0.0.1:8193, complete] completed NON-2.04 MID=15765, Token=107050EDCE4A4183, 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:03:05.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E368,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15765, Token=107050EDCE4A4183, 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:03:05.054 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15765] 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367, 127.0.0.1:8196, complete]! 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-107050EDCE4A4183] 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15765] 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L367, 127.0.0.1:8196, complete] completed CON-POST MID=15765, Token=107050EDCE4A4183, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15765, Token=107050EDCE4A4183, 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:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369, 127.0.0.1:8196] send request 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369, 127.0.0.1:8196] 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:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15766], CON-POST MID=15766, 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:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-40CB1B7D8B15C1D7], CON-POST MID=15766, Token=40CB1B7D8B15C1D7, 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:03:05.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15766], KeyToken[127.0.0.1:8196-40CB1B7D8B15C1D7]] 06:03:05.055 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E369,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15766, Token=40CB1B7D8B15C1D7, 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:03:05.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15766] 06:03:05.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, 127.0.0.1:8193] replace CON-POST MID=15766, Token=40CB1B7D8B15C1D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15766, Token=40CB1B7D8B15C1D7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R370, 127.0.0.1:8193] send response NON-2.05 MID=15766, Token=null, OptionSet={}, "server responds hi" 06:03:05.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, 127.0.0.1:8193, complete]! 06:03:05.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R370, 127.0.0.1:8193, complete] completed NON-2.04 MID=15766, Token=40CB1B7D8B15C1D7, 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:03:05.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:8193 06:03:05.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E370,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15766, Token=40CB1B7D8B15C1D7, 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:03:05.057 [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 42 bytes from 127.0.0.1:8196 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15766] 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369, 127.0.0.1:8196, complete]! 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-40CB1B7D8B15C1D7] 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15766] 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L369, 127.0.0.1:8196, complete] completed CON-POST MID=15766, Token=40CB1B7D8B15C1D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15766, Token=40CB1B7D8B15C1D7, 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:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371, 127.0.0.1:8196] send request 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371, 127.0.0.1:8196] 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:03:05.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15767], CON-POST MID=15767, 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:03:05.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B42EC321B59983C0], CON-POST MID=15767, Token=B42EC321B59983C0, 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:03:05.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15767], KeyToken[127.0.0.1:8196-B42EC321B59983C0]] 06:03:05.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E371,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15767, Token=B42EC321B59983C0, 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:03:05.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15767] 06:03:05.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, 127.0.0.1:8193] replace CON-POST MID=15767, Token=B42EC321B59983C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15767, Token=B42EC321B59983C0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R372, 127.0.0.1:8193] send response NON-2.05 MID=15767, Token=null, OptionSet={}, "server responds hi" 06:03:05.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, 127.0.0.1:8193, complete]! 06:03:05.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R372, 127.0.0.1:8193, complete] completed NON-2.04 MID=15767, Token=B42EC321B59983C0, 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:03:05.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:8193 06:03:05.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E372,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15767, Token=B42EC321B59983C0, 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:03:05.059 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15767] 06:03:05.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371, 127.0.0.1:8196, complete]! 06:03:05.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B42EC321B59983C0] 06:03:05.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15767] 06:03:05.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L371, 127.0.0.1:8196, complete] completed CON-POST MID=15767, Token=B42EC321B59983C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15767, Token=B42EC321B59983C0, 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:03:05.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373, 127.0.0.1:8196] send request 06:03:05.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373, 127.0.0.1:8196] 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:03:05.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15768], CON-POST MID=15768, 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:03:05.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0CF213792C1E3419], CON-POST MID=15768, Token=0CF213792C1E3419, 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:03:05.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15768], KeyToken[127.0.0.1:8196-0CF213792C1E3419]] 06:03:05.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E373,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15768, Token=0CF213792C1E3419, 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:03:05.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15768] 06:03:05.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, 127.0.0.1:8193] replace CON-POST MID=15768, Token=0CF213792C1E3419, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15768, Token=0CF213792C1E3419, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R374, 127.0.0.1:8193] send response NON-2.05 MID=15768, Token=null, OptionSet={}, "server responds hi" 06:03:05.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, 127.0.0.1:8193, complete]! 06:03:05.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R374, 127.0.0.1:8193, complete] completed NON-2.04 MID=15768, Token=0CF213792C1E3419, 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:03:05.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:8193 06:03:05.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E374,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15768, Token=0CF213792C1E3419, 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:03:05.061 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15768] 06:03:05.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373, 127.0.0.1:8196, complete]! 06:03:05.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0CF213792C1E3419] 06:03:05.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15768] 06:03:05.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L373, 127.0.0.1:8196, complete] completed CON-POST MID=15768, Token=0CF213792C1E3419, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15768, Token=0CF213792C1E3419, 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:03:05.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375, 127.0.0.1:8196] send request 06:03:05.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375, 127.0.0.1:8196] 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:03:05.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15769], CON-POST MID=15769, 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:03:05.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F49B9E3FC19F8D7B], CON-POST MID=15769, Token=F49B9E3FC19F8D7B, 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:03:05.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15769], KeyToken[127.0.0.1:8196-F49B9E3FC19F8D7B]] 06:03:05.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:8196 06:03:05.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E375,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15769, Token=F49B9E3FC19F8D7B, 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:03:05.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15769] 06:03:05.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, 127.0.0.1:8193] replace CON-POST MID=15769, Token=F49B9E3FC19F8D7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15769, Token=F49B9E3FC19F8D7B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R376, 127.0.0.1:8193] send response NON-2.05 MID=15769, Token=null, OptionSet={}, "server responds hi" 06:03:05.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, 127.0.0.1:8193, complete]! 06:03:05.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R376, 127.0.0.1:8193, complete] completed NON-2.04 MID=15769, Token=F49B9E3FC19F8D7B, 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:03:05.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:8193 06:03:05.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E376,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15769, Token=F49B9E3FC19F8D7B, 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:03:05.063 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15769] 06:03:05.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375, 127.0.0.1:8196, complete]! 06:03:05.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F49B9E3FC19F8D7B] 06:03:05.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15769] 06:03:05.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L375, 127.0.0.1:8196, complete] completed CON-POST MID=15769, Token=F49B9E3FC19F8D7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15769, Token=F49B9E3FC19F8D7B, 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:03:05.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377, 127.0.0.1:8196] send request 06:03:05.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377, 127.0.0.1:8196] 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:03:05.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15770], CON-POST MID=15770, 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:03:05.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-944300557D6274B8], CON-POST MID=15770, Token=944300557D6274B8, 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:03:05.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15770], KeyToken[127.0.0.1:8196-944300557D6274B8]] 06:03:05.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E377,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15770, Token=944300557D6274B8, 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:03:05.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15770] 06:03:05.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, 127.0.0.1:8193] replace CON-POST MID=15770, Token=944300557D6274B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15770, Token=944300557D6274B8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R378, 127.0.0.1:8193] send response NON-2.05 MID=15770, Token=null, OptionSet={}, "server responds hi" 06:03:05.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, 127.0.0.1:8193, complete]! 06:03:05.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R378, 127.0.0.1:8193, complete] completed NON-2.04 MID=15770, Token=944300557D6274B8, 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:03:05.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E378,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15770, Token=944300557D6274B8, 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:03:05.065 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15770] 06:03:05.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377, 127.0.0.1:8196, complete]! 06:03:05.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-944300557D6274B8] 06:03:05.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15770] 06:03:05.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L377, 127.0.0.1:8196, complete] completed CON-POST MID=15770, Token=944300557D6274B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15770, Token=944300557D6274B8, 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:03:05.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379, 127.0.0.1:8196] send request 06:03:05.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379, 127.0.0.1:8196] 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:03:05.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15771], CON-POST MID=15771, 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:03:05.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9493F80D3608E1EE], CON-POST MID=15771, Token=9493F80D3608E1EE, 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:03:05.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15771], KeyToken[127.0.0.1:8196-9493F80D3608E1EE]] 06:03:05.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E379,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15771, Token=9493F80D3608E1EE, 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:03:05.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15771] 06:03:05.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, 127.0.0.1:8193] replace CON-POST MID=15771, Token=9493F80D3608E1EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15771, Token=9493F80D3608E1EE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R380, 127.0.0.1:8193] send response NON-2.05 MID=15771, Token=null, OptionSet={}, "server responds hi" 06:03:05.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, 127.0.0.1:8193, complete]! 06:03:05.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R380, 127.0.0.1:8193, complete] completed NON-2.04 MID=15771, Token=9493F80D3608E1EE, 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:03:05.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:8193 06:03:05.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E380,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15771, Token=9493F80D3608E1EE, 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:03:05.067 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15771] 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379, 127.0.0.1:8196, complete]! 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9493F80D3608E1EE] 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15771] 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L379, 127.0.0.1:8196, complete] completed CON-POST MID=15771, Token=9493F80D3608E1EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15771, Token=9493F80D3608E1EE, 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:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381, 127.0.0.1:8196] send request 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381, 127.0.0.1:8196] 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:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15772], CON-POST MID=15772, 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:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-54D24045E16080C9], CON-POST MID=15772, Token=54D24045E16080C9, 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:03:05.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15772], KeyToken[127.0.0.1:8196-54D24045E16080C9]] 06:03:05.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:8196 06:03:05.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E381,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15772, Token=54D24045E16080C9, 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:03:05.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15772] 06:03:05.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, 127.0.0.1:8193] replace CON-POST MID=15772, Token=54D24045E16080C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15772, Token=54D24045E16080C9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R382, 127.0.0.1:8193] send response NON-2.05 MID=15772, Token=null, OptionSet={}, "server responds hi" 06:03:05.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, 127.0.0.1:8193, complete]! 06:03:05.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R382, 127.0.0.1:8193, complete] completed NON-2.04 MID=15772, Token=54D24045E16080C9, 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:03:05.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:8193 06:03:05.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E382,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15772, Token=54D24045E16080C9, 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:03:05.070 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15772] 06:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381, 127.0.0.1:8196, complete]! 06:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-54D24045E16080C9] 06:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15772] 06:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L381, 127.0.0.1:8196, complete] completed CON-POST MID=15772, Token=54D24045E16080C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15772, Token=54D24045E16080C9, 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:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383, 127.0.0.1:8196] send request 06:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383, 127.0.0.1:8196] 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:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15773], CON-POST MID=15773, 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:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C0D1B6C72129ABA], CON-POST MID=15773, Token=8C0D1B6C72129ABA, 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:03:05.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15773], KeyToken[127.0.0.1:8196-8C0D1B6C72129ABA]] 06:03:05.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:8196 06:03:05.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E383,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15773, Token=8C0D1B6C72129ABA, 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:03:05.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15773] 06:03:05.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, 127.0.0.1:8193] replace CON-POST MID=15773, Token=8C0D1B6C72129ABA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15773, Token=8C0D1B6C72129ABA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R384, 127.0.0.1:8193] send response NON-2.05 MID=15773, Token=null, OptionSet={}, "server responds hi" 06:03:05.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, 127.0.0.1:8193, complete]! 06:03:05.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R384, 127.0.0.1:8193, complete] completed NON-2.04 MID=15773, Token=8C0D1B6C72129ABA, 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:03:05.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:8193 06:03:05.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E384,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15773, Token=8C0D1B6C72129ABA, 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:03:05.072 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15773] 06:03:05.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383, 127.0.0.1:8196, complete]! 06:03:05.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C0D1B6C72129ABA] 06:03:05.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15773] 06:03:05.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L383, 127.0.0.1:8196, complete] completed CON-POST MID=15773, Token=8C0D1B6C72129ABA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15773, Token=8C0D1B6C72129ABA, 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:03:05.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385, 127.0.0.1:8196] send request 06:03:05.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385, 127.0.0.1:8196] 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:03:05.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15774], CON-POST MID=15774, 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:03:05.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C42CFC9DCF2BFABF], CON-POST MID=15774, Token=C42CFC9DCF2BFABF, 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:03:05.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15774], KeyToken[127.0.0.1:8196-C42CFC9DCF2BFABF]] 06:03:05.088 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E385,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15774, Token=C42CFC9DCF2BFABF, 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:03:05.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15774] 06:03:05.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, 127.0.0.1:8193] replace CON-POST MID=15774, Token=C42CFC9DCF2BFABF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15774, Token=C42CFC9DCF2BFABF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R386, 127.0.0.1:8193] send response NON-2.05 MID=15774, Token=null, OptionSet={}, "server responds hi" 06:03:05.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, 127.0.0.1:8193, complete]! 06:03:05.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R386, 127.0.0.1:8193, complete] completed NON-2.04 MID=15774, Token=C42CFC9DCF2BFABF, 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:03:05.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:8193 06:03:05.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E386,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15774, Token=C42CFC9DCF2BFABF, 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:03:05.090 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15774] 06:03:05.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385, 127.0.0.1:8196, complete]! 06:03:05.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C42CFC9DCF2BFABF] 06:03:05.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15774] 06:03:05.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L385, 127.0.0.1:8196, complete] completed CON-POST MID=15774, Token=C42CFC9DCF2BFABF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15774, Token=C42CFC9DCF2BFABF, 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:03:05.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387, 127.0.0.1:8196] send request 06:03:05.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387, 127.0.0.1:8196] 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:03:05.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15775], CON-POST MID=15775, 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:03:05.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8079AC118107A840], CON-POST MID=15775, Token=8079AC118107A840, 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:03:05.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15775], KeyToken[127.0.0.1:8196-8079AC118107A840]] 06:03:05.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E387,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15775, Token=8079AC118107A840, 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:03:05.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15775] 06:03:05.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, 127.0.0.1:8193] replace CON-POST MID=15775, Token=8079AC118107A840, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15775, Token=8079AC118107A840, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R388, 127.0.0.1:8193] send response NON-2.05 MID=15775, Token=null, OptionSet={}, "server responds hi" 06:03:05.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, 127.0.0.1:8193, complete]! 06:03:05.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R388, 127.0.0.1:8193, complete] completed NON-2.04 MID=15775, Token=8079AC118107A840, 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:03:05.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:8193 06:03:05.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E388,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15775, Token=8079AC118107A840, 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:03:05.092 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15775] 06:03:05.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387, 127.0.0.1:8196, complete]! 06:03:05.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8079AC118107A840] 06:03:05.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15775] 06:03:05.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L387, 127.0.0.1:8196, complete] completed CON-POST MID=15775, Token=8079AC118107A840, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15775, Token=8079AC118107A840, 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:03:05.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389, 127.0.0.1:8196] send request 06:03:05.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389, 127.0.0.1:8196] 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:03:05.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15776], CON-POST MID=15776, 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:03:05.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-881D0E383B7595A5], CON-POST MID=15776, Token=881D0E383B7595A5, 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:03:05.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15776], KeyToken[127.0.0.1:8196-881D0E383B7595A5]] 06:03:05.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E389,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15776, Token=881D0E383B7595A5, 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:03:05.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15776] 06:03:05.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, 127.0.0.1:8193] replace CON-POST MID=15776, Token=881D0E383B7595A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15776, Token=881D0E383B7595A5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R390, 127.0.0.1:8193] send response NON-2.05 MID=15776, Token=null, OptionSet={}, "server responds hi" 06:03:05.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, 127.0.0.1:8193, complete]! 06:03:05.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R390, 127.0.0.1:8193, complete] completed NON-2.04 MID=15776, Token=881D0E383B7595A5, 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:03:05.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E390,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15776, Token=881D0E383B7595A5, 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:03:05.094 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15776] 06:03:05.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389, 127.0.0.1:8196, complete]! 06:03:05.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-881D0E383B7595A5] 06:03:05.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15776] 06:03:05.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L389, 127.0.0.1:8196, complete] completed CON-POST MID=15776, Token=881D0E383B7595A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15776, Token=881D0E383B7595A5, 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:03:05.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391, 127.0.0.1:8196] send request 06:03:05.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391, 127.0.0.1:8196] 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:03:05.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15777], CON-POST MID=15777, 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:03:05.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D027CAAE7CC79645], CON-POST MID=15777, Token=D027CAAE7CC79645, 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:03:05.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15777], KeyToken[127.0.0.1:8196-D027CAAE7CC79645]] 06:03:05.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:8196 06:03:05.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E391,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15777, Token=D027CAAE7CC79645, 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:03:05.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15777] 06:03:05.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, 127.0.0.1:8193] replace CON-POST MID=15777, Token=D027CAAE7CC79645, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15777, Token=D027CAAE7CC79645, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R392, 127.0.0.1:8193] send response NON-2.05 MID=15777, Token=null, OptionSet={}, "server responds hi" 06:03:05.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, 127.0.0.1:8193, complete]! 06:03:05.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R392, 127.0.0.1:8193, complete] completed NON-2.04 MID=15777, Token=D027CAAE7CC79645, 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:03:05.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:8193 06:03:05.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E392,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15777, Token=D027CAAE7CC79645, 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:03:05.152 [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 42 bytes from 127.0.0.1:8196 06:03:05.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15777] 06:03:05.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391, 127.0.0.1:8196, complete]! 06:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D027CAAE7CC79645] 06:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15777] 06:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L391, 127.0.0.1:8196, complete] completed CON-POST MID=15777, Token=D027CAAE7CC79645, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15777, Token=D027CAAE7CC79645, 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:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393, 127.0.0.1:8196] send request 06:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393, 127.0.0.1:8196] 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:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15778], CON-POST MID=15778, 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:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-20F3589E4D0ECC65], CON-POST MID=15778, Token=20F3589E4D0ECC65, 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:03:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15778], KeyToken[127.0.0.1:8196-20F3589E4D0ECC65]] 06:03:05.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E393,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15778, Token=20F3589E4D0ECC65, 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:03:05.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15778] 06:03:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, 127.0.0.1:8193] replace CON-POST MID=15778, Token=20F3589E4D0ECC65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15778, Token=20F3589E4D0ECC65, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R394, 127.0.0.1:8193] send response NON-2.05 MID=15778, Token=null, OptionSet={}, "server responds hi" 06:03:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, 127.0.0.1:8193, complete]! 06:03:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R394, 127.0.0.1:8193, complete] completed NON-2.04 MID=15778, Token=20F3589E4D0ECC65, 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:03:05.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:8193 06:03:05.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E394,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15778, Token=20F3589E4D0ECC65, 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:03:05.155 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15778] 06:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393, 127.0.0.1:8196, complete]! 06:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-20F3589E4D0ECC65] 06:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15778] 06:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L393, 127.0.0.1:8196, complete] completed CON-POST MID=15778, Token=20F3589E4D0ECC65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15778, Token=20F3589E4D0ECC65, 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:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395, 127.0.0.1:8196] send request 06:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395, 127.0.0.1:8196] 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:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15779], CON-POST MID=15779, 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:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-484E1121989C2876], CON-POST MID=15779, Token=484E1121989C2876, 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:03:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15779], KeyToken[127.0.0.1:8196-484E1121989C2876]] 06:03:05.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:8196 06:03:05.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E395,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15779, Token=484E1121989C2876, 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:03:05.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15779] 06:03:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, 127.0.0.1:8193] replace CON-POST MID=15779, Token=484E1121989C2876, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15779, Token=484E1121989C2876, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R396, 127.0.0.1:8193] send response NON-2.05 MID=15779, Token=null, OptionSet={}, "server responds hi" 06:03:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, 127.0.0.1:8193, complete]! 06:03:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R396, 127.0.0.1:8193, complete] completed NON-2.04 MID=15779, Token=484E1121989C2876, 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:03:05.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:8193 06:03:05.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E396,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15779, Token=484E1121989C2876, 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:03:05.157 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15779] 06:03:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395, 127.0.0.1:8196, complete]! 06:03:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-484E1121989C2876] 06:03:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15779] 06:03:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L395, 127.0.0.1:8196, complete] completed CON-POST MID=15779, Token=484E1121989C2876, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15779, Token=484E1121989C2876, 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:03:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397, 127.0.0.1:8196] send request 06:03:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397, 127.0.0.1:8196] 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:03:05.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15780], CON-POST MID=15780, 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:03:05.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-68A9139403F73DBE], CON-POST MID=15780, Token=68A9139403F73DBE, 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:03:05.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15780], KeyToken[127.0.0.1:8196-68A9139403F73DBE]] 06:03:05.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E397,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15780, Token=68A9139403F73DBE, 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:03:05.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15780] 06:03:05.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, 127.0.0.1:8193] replace CON-POST MID=15780, Token=68A9139403F73DBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15780, Token=68A9139403F73DBE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R398, 127.0.0.1:8193] send response NON-2.05 MID=15780, Token=null, OptionSet={}, "server responds hi" 06:03:05.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, 127.0.0.1:8193, complete]! 06:03:05.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R398, 127.0.0.1:8193, complete] completed NON-2.04 MID=15780, Token=68A9139403F73DBE, 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:03:05.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:8193 06:03:05.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E398,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15780, Token=68A9139403F73DBE, 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:03:05.159 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15780] 06:03:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397, 127.0.0.1:8196, complete]! 06:03:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-68A9139403F73DBE] 06:03:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15780] 06:03:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L397, 127.0.0.1:8196, complete] completed CON-POST MID=15780, Token=68A9139403F73DBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15780, Token=68A9139403F73DBE, 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:03:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399, 127.0.0.1:8196] send request 06:03:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399, 127.0.0.1:8196] 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:03:05.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15781], CON-POST MID=15781, 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:03:05.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1847546B8A545698], CON-POST MID=15781, Token=1847546B8A545698, 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:03:05.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15781], KeyToken[127.0.0.1:8196-1847546B8A545698]] 06:03:05.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:8196 06:03:05.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E399,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15781, Token=1847546B8A545698, 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:03:05.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15781] 06:03:05.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, 127.0.0.1:8193] replace CON-POST MID=15781, Token=1847546B8A545698, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15781, Token=1847546B8A545698, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R400, 127.0.0.1:8193] send response NON-2.05 MID=15781, Token=null, OptionSet={}, "server responds hi" 06:03:05.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, 127.0.0.1:8193, complete]! 06:03:05.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R400, 127.0.0.1:8193, complete] completed NON-2.04 MID=15781, Token=1847546B8A545698, 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:03:05.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:8193 06:03:05.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E400,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15781, Token=1847546B8A545698, 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:03:05.161 [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 42 bytes from 127.0.0.1:8196 06:03:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15781] 06:03:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399, 127.0.0.1:8196, complete]! 06:03:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1847546B8A545698] 06:03:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15781] 06:03:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L399, 127.0.0.1:8196, complete] completed CON-POST MID=15781, Token=1847546B8A545698, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15781, Token=1847546B8A545698, 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:03:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401, 127.0.0.1:8196] send request 06:03:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401, 127.0.0.1:8196] 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:03:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15782], CON-POST MID=15782, 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:03:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5C8BF66E35669C33], CON-POST MID=15782, Token=5C8BF66E35669C33, 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:03:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15782], KeyToken[127.0.0.1:8196-5C8BF66E35669C33]] 06:03:05.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:8196 06:03:05.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E401,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15782, Token=5C8BF66E35669C33, 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:03:05.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15782] 06:03:05.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, 127.0.0.1:8193] replace CON-POST MID=15782, Token=5C8BF66E35669C33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15782, Token=5C8BF66E35669C33, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R402, 127.0.0.1:8193] send response NON-2.05 MID=15782, Token=null, OptionSet={}, "server responds hi" 06:03:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, 127.0.0.1:8193, complete]! 06:03:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R402, 127.0.0.1:8193, complete] completed NON-2.04 MID=15782, Token=5C8BF66E35669C33, 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:03:05.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:8193 06:03:05.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E402,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15782, Token=5C8BF66E35669C33, 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:03:05.163 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15782] 06:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401, 127.0.0.1:8196, complete]! 06:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5C8BF66E35669C33] 06:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15782] 06:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L401, 127.0.0.1:8196, complete] completed CON-POST MID=15782, Token=5C8BF66E35669C33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15782, Token=5C8BF66E35669C33, 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:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403, 127.0.0.1:8196] send request 06:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403, 127.0.0.1:8196] 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:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15783], CON-POST MID=15783, 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:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C4EC03FA8572A23], CON-POST MID=15783, Token=3C4EC03FA8572A23, 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:03:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15783], KeyToken[127.0.0.1:8196-3C4EC03FA8572A23]] 06:03:05.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E403,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15783, Token=3C4EC03FA8572A23, 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:03:05.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15783] 06:03:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, 127.0.0.1:8193] replace CON-POST MID=15783, Token=3C4EC03FA8572A23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15783, Token=3C4EC03FA8572A23, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R404, 127.0.0.1:8193] send response NON-2.05 MID=15783, Token=null, OptionSet={}, "server responds hi" 06:03:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, 127.0.0.1:8193, complete]! 06:03:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R404, 127.0.0.1:8193, complete] completed NON-2.04 MID=15783, Token=3C4EC03FA8572A23, 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:03:05.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:8193 06:03:05.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E404,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15783, Token=3C4EC03FA8572A23, 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:03:05.166 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15783] 06:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403, 127.0.0.1:8196, complete]! 06:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C4EC03FA8572A23] 06:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15783] 06:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L403, 127.0.0.1:8196, complete] completed CON-POST MID=15783, Token=3C4EC03FA8572A23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15783, Token=3C4EC03FA8572A23, 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:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405, 127.0.0.1:8196] send request 06:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405, 127.0.0.1:8196] 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:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15784], CON-POST MID=15784, 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:03:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-747A0DEF07C70F22], CON-POST MID=15784, Token=747A0DEF07C70F22, 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:03:05.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15784], KeyToken[127.0.0.1:8196-747A0DEF07C70F22]] 06:03:05.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:8196 06:03:05.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E405,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15784, Token=747A0DEF07C70F22, 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:03:05.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15784] 06:03:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, 127.0.0.1:8193] replace CON-POST MID=15784, Token=747A0DEF07C70F22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15784, Token=747A0DEF07C70F22, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R406, 127.0.0.1:8193] send response NON-2.05 MID=15784, Token=null, OptionSet={}, "server responds hi" 06:03:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, 127.0.0.1:8193, complete]! 06:03:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R406, 127.0.0.1:8193, complete] completed NON-2.04 MID=15784, Token=747A0DEF07C70F22, 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:03:05.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E406,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15784, Token=747A0DEF07C70F22, 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:03:05.168 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15784] 06:03:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405, 127.0.0.1:8196, complete]! 06:03:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-747A0DEF07C70F22] 06:03:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15784] 06:03:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L405, 127.0.0.1:8196, complete] completed CON-POST MID=15784, Token=747A0DEF07C70F22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15784, Token=747A0DEF07C70F22, 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:03:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407, 127.0.0.1:8196] send request 06:03:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407, 127.0.0.1:8196] 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:03:05.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15785], CON-POST MID=15785, 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:03:05.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1825A2A27D417CEE], CON-POST MID=15785, Token=1825A2A27D417CEE, 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:03:05.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15785], KeyToken[127.0.0.1:8196-1825A2A27D417CEE]] 06:03:05.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E407,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15785, Token=1825A2A27D417CEE, 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:03:05.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15785] 06:03:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, 127.0.0.1:8193] replace CON-POST MID=15785, Token=1825A2A27D417CEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15785, Token=1825A2A27D417CEE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R408, 127.0.0.1:8193] send response NON-2.05 MID=15785, Token=null, OptionSet={}, "server responds hi" 06:03:05.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, 127.0.0.1:8193, complete]! 06:03:05.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R408, 127.0.0.1:8193, complete] completed NON-2.04 MID=15785, Token=1825A2A27D417CEE, 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:03:05.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E408,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15785, Token=1825A2A27D417CEE, 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:03:05.170 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15785] 06:03:05.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407, 127.0.0.1:8196, complete]! 06:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1825A2A27D417CEE] 06:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15785] 06:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L407, 127.0.0.1:8196, complete] completed CON-POST MID=15785, Token=1825A2A27D417CEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15785, Token=1825A2A27D417CEE, 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:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409, 127.0.0.1:8196] send request 06:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409, 127.0.0.1:8196] 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:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15786], CON-POST MID=15786, 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:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FC7C14ABAD0C761D], CON-POST MID=15786, Token=FC7C14ABAD0C761D, 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:03:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15786], KeyToken[127.0.0.1:8196-FC7C14ABAD0C761D]] 06:03:05.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E409,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15786, Token=FC7C14ABAD0C761D, 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:03:05.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15786] 06:03:05.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, 127.0.0.1:8193] replace CON-POST MID=15786, Token=FC7C14ABAD0C761D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15786, Token=FC7C14ABAD0C761D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R410, 127.0.0.1:8193] send response NON-2.05 MID=15786, Token=null, OptionSet={}, "server responds hi" 06:03:05.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, 127.0.0.1:8193, complete]! 06:03:05.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R410, 127.0.0.1:8193, complete] completed NON-2.04 MID=15786, Token=FC7C14ABAD0C761D, 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:03:05.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E410,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15786, Token=FC7C14ABAD0C761D, 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:03:05.172 [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 42 bytes from 127.0.0.1:8196 06:03:05.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15786] 06:03:05.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409, 127.0.0.1:8196, complete]! 06:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FC7C14ABAD0C761D] 06:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15786] 06:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L409, 127.0.0.1:8196, complete] completed CON-POST MID=15786, Token=FC7C14ABAD0C761D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15786, Token=FC7C14ABAD0C761D, 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:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411, 127.0.0.1:8196] send request 06:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411, 127.0.0.1:8196] 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:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15787], CON-POST MID=15787, 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:03:05.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-74D89BBBF7DB96E6], CON-POST MID=15787, Token=74D89BBBF7DB96E6, 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:03:05.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15787], KeyToken[127.0.0.1:8196-74D89BBBF7DB96E6]] 06:03:05.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E411,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15787, Token=74D89BBBF7DB96E6, 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:03:05.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15787] 06:03:05.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, 127.0.0.1:8193] replace CON-POST MID=15787, Token=74D89BBBF7DB96E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15787, Token=74D89BBBF7DB96E6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R412, 127.0.0.1:8193] send response NON-2.05 MID=15787, Token=null, OptionSet={}, "server responds hi" 06:03:05.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, 127.0.0.1:8193, complete]! 06:03:05.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R412, 127.0.0.1:8193, complete] completed NON-2.04 MID=15787, Token=74D89BBBF7DB96E6, 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:03:05.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:8193 06:03:05.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E412,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15787, Token=74D89BBBF7DB96E6, 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:03:05.175 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15787] 06:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411, 127.0.0.1:8196, complete]! 06:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-74D89BBBF7DB96E6] 06:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15787] 06:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L411, 127.0.0.1:8196, complete] completed CON-POST MID=15787, Token=74D89BBBF7DB96E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15787, Token=74D89BBBF7DB96E6, 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:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413, 127.0.0.1:8196] send request 06:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413, 127.0.0.1:8196] 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:03:05.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15788], CON-POST MID=15788, 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:03:05.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-FCCE31422BE90A9D], CON-POST MID=15788, Token=FCCE31422BE90A9D, 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:03:05.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15788], KeyToken[127.0.0.1:8196-FCCE31422BE90A9D]] 06:03:05.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:8196 06:03:05.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E413,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15788, Token=FCCE31422BE90A9D, 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:03:05.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15788] 06:03:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, 127.0.0.1:8193] replace CON-POST MID=15788, Token=FCCE31422BE90A9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15788, Token=FCCE31422BE90A9D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R414, 127.0.0.1:8193] send response NON-2.05 MID=15788, Token=null, OptionSet={}, "server responds hi" 06:03:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, 127.0.0.1:8193, complete]! 06:03:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R414, 127.0.0.1:8193, complete] completed NON-2.04 MID=15788, Token=FCCE31422BE90A9D, 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:03:05.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:8193 06:03:05.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E414,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15788, Token=FCCE31422BE90A9D, 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:03:05.177 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15788] 06:03:05.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413, 127.0.0.1:8196, complete]! 06:03:05.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-FCCE31422BE90A9D] 06:03:05.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15788] 06:03:05.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L413, 127.0.0.1:8196, complete] completed CON-POST MID=15788, Token=FCCE31422BE90A9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15788, Token=FCCE31422BE90A9D, 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:03:05.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415, 127.0.0.1:8196] send request 06:03:05.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415, 127.0.0.1:8196] 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:03:05.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15789], CON-POST MID=15789, 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:03:05.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-802EE1C31F86B9EB], CON-POST MID=15789, Token=802EE1C31F86B9EB, 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:03:05.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15789], KeyToken[127.0.0.1:8196-802EE1C31F86B9EB]] 06:03:05.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:8196 06:03:05.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E415,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15789, Token=802EE1C31F86B9EB, 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:03:05.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15789] 06:03:05.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, 127.0.0.1:8193] replace CON-POST MID=15789, Token=802EE1C31F86B9EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15789, Token=802EE1C31F86B9EB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R416, 127.0.0.1:8193] send response NON-2.05 MID=15789, Token=null, OptionSet={}, "server responds hi" 06:03:05.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, 127.0.0.1:8193, complete]! 06:03:05.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R416, 127.0.0.1:8193, complete] completed NON-2.04 MID=15789, Token=802EE1C31F86B9EB, 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:03:05.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:8193 06:03:05.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E416,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15789, Token=802EE1C31F86B9EB, 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:03:05.179 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15789] 06:03:05.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415, 127.0.0.1:8196, complete]! 06:03:05.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-802EE1C31F86B9EB] 06:03:05.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15789] 06:03:05.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L415, 127.0.0.1:8196, complete] completed CON-POST MID=15789, Token=802EE1C31F86B9EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15789, Token=802EE1C31F86B9EB, 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:03:05.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417, 127.0.0.1:8196] send request 06:03:05.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417, 127.0.0.1:8196] 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:03:05.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15790], CON-POST MID=15790, 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:03:05.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-900D141D08104E59], CON-POST MID=15790, Token=900D141D08104E59, 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:03:05.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15790], KeyToken[127.0.0.1:8196-900D141D08104E59]] 06:03:05.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E417,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15790, Token=900D141D08104E59, 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:03:05.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15790] 06:03:05.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, 127.0.0.1:8193] replace CON-POST MID=15790, Token=900D141D08104E59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15790, Token=900D141D08104E59, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R418, 127.0.0.1:8193] send response NON-2.05 MID=15790, Token=null, OptionSet={}, "server responds hi" 06:03:05.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, 127.0.0.1:8193, complete]! 06:03:05.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R418, 127.0.0.1:8193, complete] completed NON-2.04 MID=15790, Token=900D141D08104E59, 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:03:05.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:8193 06:03:05.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E418,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15790, Token=900D141D08104E59, 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:03:05.181 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15790] 06:03:05.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417, 127.0.0.1:8196, complete]! 06:03:05.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-900D141D08104E59] 06:03:05.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15790] 06:03:05.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L417, 127.0.0.1:8196, complete] completed CON-POST MID=15790, Token=900D141D08104E59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15790, Token=900D141D08104E59, 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:03:05.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419, 127.0.0.1:8196] send request 06:03:05.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419, 127.0.0.1:8196] 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:03:05.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15791], CON-POST MID=15791, 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:03:05.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-281ACB11AE3466DE], CON-POST MID=15791, Token=281ACB11AE3466DE, 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:03:05.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15791], KeyToken[127.0.0.1:8196-281ACB11AE3466DE]] 06:03:05.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E419,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15791, Token=281ACB11AE3466DE, 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:03:05.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15791] 06:03:05.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, 127.0.0.1:8193] replace CON-POST MID=15791, Token=281ACB11AE3466DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15791, Token=281ACB11AE3466DE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R420, 127.0.0.1:8193] send response NON-2.05 MID=15791, Token=null, OptionSet={}, "server responds hi" 06:03:05.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, 127.0.0.1:8193, complete]! 06:03:05.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R420, 127.0.0.1:8193, complete] completed NON-2.04 MID=15791, Token=281ACB11AE3466DE, 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:03:05.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:8193 06:03:05.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E420,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15791, Token=281ACB11AE3466DE, 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:03:05.183 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15791] 06:03:05.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419, 127.0.0.1:8196, complete]! 06:03:05.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-281ACB11AE3466DE] 06:03:05.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15791] 06:03:05.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L419, 127.0.0.1:8196, complete] completed CON-POST MID=15791, Token=281ACB11AE3466DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15791, Token=281ACB11AE3466DE, 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:03:05.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421, 127.0.0.1:8196] send request 06:03:05.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421, 127.0.0.1:8196] 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:03:05.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15792], CON-POST MID=15792, 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:03:05.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-800EED77C5EFACB8], CON-POST MID=15792, Token=800EED77C5EFACB8, 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:03:05.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15792], KeyToken[127.0.0.1:8196-800EED77C5EFACB8]] 06:03:05.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E421,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15792, Token=800EED77C5EFACB8, 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:03:05.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15792] 06:03:05.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, 127.0.0.1:8193] replace CON-POST MID=15792, Token=800EED77C5EFACB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15792, Token=800EED77C5EFACB8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R422, 127.0.0.1:8193] send response NON-2.05 MID=15792, Token=null, OptionSet={}, "server responds hi" 06:03:05.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, 127.0.0.1:8193, complete]! 06:03:05.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R422, 127.0.0.1:8193, complete] completed NON-2.04 MID=15792, Token=800EED77C5EFACB8, 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:03:05.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:8193 06:03:05.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E422,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15792, Token=800EED77C5EFACB8, 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:03:05.185 [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 42 bytes from 127.0.0.1:8196 06:03:05.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15792] 06:03:05.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421, 127.0.0.1:8196, complete]! 06:03:05.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-800EED77C5EFACB8] 06:03:05.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15792] 06:03:05.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L421, 127.0.0.1:8196, complete] completed CON-POST MID=15792, Token=800EED77C5EFACB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15792, Token=800EED77C5EFACB8, 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:03:05.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423, 127.0.0.1:8196] send request 06:03:05.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423, 127.0.0.1:8196] 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:03:05.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15793], CON-POST MID=15793, 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:03:05.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A8DC8B38981C0BAC], CON-POST MID=15793, Token=A8DC8B38981C0BAC, 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:03:05.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15793], KeyToken[127.0.0.1:8196-A8DC8B38981C0BAC]] 06:03:05.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:8196 06:03:05.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E423,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15793, Token=A8DC8B38981C0BAC, 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:03:05.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15793] 06:03:05.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, 127.0.0.1:8193] replace CON-POST MID=15793, Token=A8DC8B38981C0BAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15793, Token=A8DC8B38981C0BAC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R424, 127.0.0.1:8193] send response NON-2.05 MID=15793, Token=null, OptionSet={}, "server responds hi" 06:03:05.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, 127.0.0.1:8193, complete]! 06:03:05.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R424, 127.0.0.1:8193, complete] completed NON-2.04 MID=15793, Token=A8DC8B38981C0BAC, 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:03:05.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:8193 06:03:05.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E424,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15793, Token=A8DC8B38981C0BAC, 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:03:05.251 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15793] 06:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423, 127.0.0.1:8196, complete]! 06:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A8DC8B38981C0BAC] 06:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15793] 06:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L423, 127.0.0.1:8196, complete] completed CON-POST MID=15793, Token=A8DC8B38981C0BAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15793, Token=A8DC8B38981C0BAC, 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:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425, 127.0.0.1:8196] send request 06:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425, 127.0.0.1:8196] 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:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15794], CON-POST MID=15794, 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:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8C65487EA28F0454], CON-POST MID=15794, Token=8C65487EA28F0454, 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:03:05.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15794], KeyToken[127.0.0.1:8196-8C65487EA28F0454]] 06:03:05.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:8196 06:03:05.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E425,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15794, Token=8C65487EA28F0454, 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:03:05.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15794] 06:03:05.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, 127.0.0.1:8193] replace CON-POST MID=15794, Token=8C65487EA28F0454, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15794, Token=8C65487EA28F0454, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R426, 127.0.0.1:8193] send response NON-2.05 MID=15794, Token=null, OptionSet={}, "server responds hi" 06:03:05.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, 127.0.0.1:8193, complete]! 06:03:05.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R426, 127.0.0.1:8193, complete] completed NON-2.04 MID=15794, Token=8C65487EA28F0454, 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:03:05.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:8193 06:03:05.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E426,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15794, Token=8C65487EA28F0454, 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:03:05.254 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15794] 06:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425, 127.0.0.1:8196, complete]! 06:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8C65487EA28F0454] 06:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15794] 06:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L425, 127.0.0.1:8196, complete] completed CON-POST MID=15794, Token=8C65487EA28F0454, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15794, Token=8C65487EA28F0454, 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:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427, 127.0.0.1:8196] send request 06:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427, 127.0.0.1:8196] 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:03:05.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15795], CON-POST MID=15795, 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:03:05.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-74AF6292DCC4CAF0], CON-POST MID=15795, Token=74AF6292DCC4CAF0, 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:03:05.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15795], KeyToken[127.0.0.1:8196-74AF6292DCC4CAF0]] 06:03:05.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:8196 06:03:05.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E427,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15795, Token=74AF6292DCC4CAF0, 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:03:05.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15795] 06:03:05.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, 127.0.0.1:8193] replace CON-POST MID=15795, Token=74AF6292DCC4CAF0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15795, Token=74AF6292DCC4CAF0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R428, 127.0.0.1:8193] send response NON-2.05 MID=15795, Token=null, OptionSet={}, "server responds hi" 06:03:05.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, 127.0.0.1:8193, complete]! 06:03:05.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R428, 127.0.0.1:8193, complete] completed NON-2.04 MID=15795, Token=74AF6292DCC4CAF0, 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:03:05.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:8193 06:03:05.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E428,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15795, Token=74AF6292DCC4CAF0, 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:03:05.256 [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 42 bytes from 127.0.0.1:8196 06:03:05.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15795] 06:03:05.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427, 127.0.0.1:8196, complete]! 06:03:05.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-74AF6292DCC4CAF0] 06:03:05.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15795] 06:03:05.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L427, 127.0.0.1:8196, complete] completed CON-POST MID=15795, Token=74AF6292DCC4CAF0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15795, Token=74AF6292DCC4CAF0, 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:03:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429, 127.0.0.1:8196] send request 06:03:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429, 127.0.0.1:8196] 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:03:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15796], CON-POST MID=15796, 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:03:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-7C414165A133835D], CON-POST MID=15796, Token=7C414165A133835D, 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:03:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15796], KeyToken[127.0.0.1:8196-7C414165A133835D]] 06:03:05.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:8196 06:03:05.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E429,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15796, Token=7C414165A133835D, 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:03:05.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15796] 06:03:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, 127.0.0.1:8193] replace CON-POST MID=15796, Token=7C414165A133835D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15796, Token=7C414165A133835D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R430, 127.0.0.1:8193] send response NON-2.05 MID=15796, Token=null, OptionSet={}, "server responds hi" 06:03:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, 127.0.0.1:8193, complete]! 06:03:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R430, 127.0.0.1:8193, complete] completed NON-2.04 MID=15796, Token=7C414165A133835D, 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:03:05.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E430,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15796, Token=7C414165A133835D, 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:03:05.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15796] 06:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429, 127.0.0.1:8196, complete]! 06:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-7C414165A133835D] 06:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15796] 06:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L429, 127.0.0.1:8196, complete] completed CON-POST MID=15796, Token=7C414165A133835D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15796, Token=7C414165A133835D, 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:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431, 127.0.0.1:8196] send request 06:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431, 127.0.0.1:8196] 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:03:05.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15797], CON-POST MID=15797, 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:03:05.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-047CD6129589E95A], CON-POST MID=15797, Token=047CD6129589E95A, 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:03:05.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15797], KeyToken[127.0.0.1:8196-047CD6129589E95A]] 06:03:05.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:8196 06:03:05.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E431,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15797, Token=047CD6129589E95A, 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:03:05.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15797] 06:03:05.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, 127.0.0.1:8193] replace CON-POST MID=15797, Token=047CD6129589E95A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15797, Token=047CD6129589E95A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R432, 127.0.0.1:8193] send response NON-2.05 MID=15797, Token=null, OptionSet={}, "server responds hi" 06:03:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, 127.0.0.1:8193, complete]! 06:03:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R432, 127.0.0.1:8193, complete] completed NON-2.04 MID=15797, Token=047CD6129589E95A, 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:03:05.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:8193 06:03:05.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E432,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15797, Token=047CD6129589E95A, 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:03:05.261 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15797] 06:03:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431, 127.0.0.1:8196, complete]! 06:03:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-047CD6129589E95A] 06:03:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15797] 06:03:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L431, 127.0.0.1:8196, complete] completed CON-POST MID=15797, Token=047CD6129589E95A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15797, Token=047CD6129589E95A, 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:03:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433, 127.0.0.1:8196] send request 06:03:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433, 127.0.0.1:8196] 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:03:05.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15798], CON-POST MID=15798, 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:03:05.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-54546433981B2AD8], CON-POST MID=15798, Token=54546433981B2AD8, 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:03:05.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15798], KeyToken[127.0.0.1:8196-54546433981B2AD8]] 06:03:05.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:8196 06:03:05.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E433,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15798, Token=54546433981B2AD8, 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:03:05.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15798] 06:03:05.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, 127.0.0.1:8193] replace CON-POST MID=15798, Token=54546433981B2AD8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15798, Token=54546433981B2AD8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R434, 127.0.0.1:8193] send response NON-2.05 MID=15798, Token=null, OptionSet={}, "server responds hi" 06:03:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, 127.0.0.1:8193, complete]! 06:03:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R434, 127.0.0.1:8193, complete] completed NON-2.04 MID=15798, Token=54546433981B2AD8, 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:03:05.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:8193 06:03:05.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E434,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15798, Token=54546433981B2AD8, 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:03:05.263 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15798] 06:03:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433, 127.0.0.1:8196, complete]! 06:03:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-54546433981B2AD8] 06:03:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15798] 06:03:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L433, 127.0.0.1:8196, complete] completed CON-POST MID=15798, Token=54546433981B2AD8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15798, Token=54546433981B2AD8, 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:03:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435, 127.0.0.1:8196] send request 06:03:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435, 127.0.0.1:8196] 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:03:05.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15799], CON-POST MID=15799, 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:03:05.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4B394A5CB6A1AA8], CON-POST MID=15799, Token=D4B394A5CB6A1AA8, 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:03:05.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15799], KeyToken[127.0.0.1:8196-D4B394A5CB6A1AA8]] 06:03:05.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:8196 06:03:05.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E435,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15799, Token=D4B394A5CB6A1AA8, 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:03:05.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15799] 06:03:05.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, 127.0.0.1:8193] replace CON-POST MID=15799, Token=D4B394A5CB6A1AA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15799, Token=D4B394A5CB6A1AA8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R436, 127.0.0.1:8193] send response NON-2.05 MID=15799, Token=null, OptionSet={}, "server responds hi" 06:03:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, 127.0.0.1:8193, complete]! 06:03:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R436, 127.0.0.1:8193, complete] completed NON-2.04 MID=15799, Token=D4B394A5CB6A1AA8, 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:03:05.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E436,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15799, Token=D4B394A5CB6A1AA8, 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:03:05.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15799] 06:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435, 127.0.0.1:8196, complete]! 06:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4B394A5CB6A1AA8] 06:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15799] 06:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L435, 127.0.0.1:8196, complete] completed CON-POST MID=15799, Token=D4B394A5CB6A1AA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15799, Token=D4B394A5CB6A1AA8, 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:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437, 127.0.0.1:8196] send request 06:03:05.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437, 127.0.0.1:8196] 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:03:05.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15800], CON-POST MID=15800, 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:03:05.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-785B5C0FAACFCCCB], CON-POST MID=15800, Token=785B5C0FAACFCCCB, 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:03:05.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15800], KeyToken[127.0.0.1:8196-785B5C0FAACFCCCB]] 06:03:05.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:8196 06:03:05.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E437,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15800, Token=785B5C0FAACFCCCB, 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:03:05.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15800] 06:03:05.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, 127.0.0.1:8193] replace CON-POST MID=15800, Token=785B5C0FAACFCCCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15800, Token=785B5C0FAACFCCCB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R438, 127.0.0.1:8193] send response NON-2.05 MID=15800, Token=null, OptionSet={}, "server responds hi" 06:03:05.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, 127.0.0.1:8193, complete]! 06:03:05.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R438, 127.0.0.1:8193, complete] completed NON-2.04 MID=15800, Token=785B5C0FAACFCCCB, 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:03:05.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:8193 06:03:05.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E438,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15800, Token=785B5C0FAACFCCCB, 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:03:05.267 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15800] 06:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437, 127.0.0.1:8196, complete]! 06:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-785B5C0FAACFCCCB] 06:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15800] 06:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L437, 127.0.0.1:8196, complete] completed CON-POST MID=15800, Token=785B5C0FAACFCCCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15800, Token=785B5C0FAACFCCCB, 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:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439, 127.0.0.1:8196] send request 06:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439, 127.0.0.1:8196] 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:03:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15801], CON-POST MID=15801, 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:03:05.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C046EFD214AFEC6D], CON-POST MID=15801, Token=C046EFD214AFEC6D, 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:03:05.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15801], KeyToken[127.0.0.1:8196-C046EFD214AFEC6D]] 06:03:05.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:8196 06:03:05.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E439,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15801, Token=C046EFD214AFEC6D, 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:03:05.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15801] 06:03:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, 127.0.0.1:8193] replace CON-POST MID=15801, Token=C046EFD214AFEC6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15801, Token=C046EFD214AFEC6D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R440, 127.0.0.1:8193] send response NON-2.05 MID=15801, Token=null, OptionSet={}, "server responds hi" 06:03:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, 127.0.0.1:8193, complete]! 06:03:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R440, 127.0.0.1:8193, complete] completed NON-2.04 MID=15801, Token=C046EFD214AFEC6D, 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:03:05.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:8193 06:03:05.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E440,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15801, Token=C046EFD214AFEC6D, 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:03:05.269 [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 42 bytes from 127.0.0.1:8196 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15801] 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439, 127.0.0.1:8196, complete]! 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C046EFD214AFEC6D] 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15801] 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L439, 127.0.0.1:8196, complete] completed CON-POST MID=15801, Token=C046EFD214AFEC6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15801, Token=C046EFD214AFEC6D, 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:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441, 127.0.0.1:8196] send request 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441, 127.0.0.1:8196] 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:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15802], CON-POST MID=15802, 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:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80823386981B0B4A], CON-POST MID=15802, Token=80823386981B0B4A, 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:03:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15802], KeyToken[127.0.0.1:8196-80823386981B0B4A]] 06:03:05.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:8196 06:03:05.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E441,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15802, Token=80823386981B0B4A, 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:03:05.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15802] 06:03:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, 127.0.0.1:8193] replace CON-POST MID=15802, Token=80823386981B0B4A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15802, Token=80823386981B0B4A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R442, 127.0.0.1:8193] send response NON-2.05 MID=15802, Token=null, OptionSet={}, "server responds hi" 06:03:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, 127.0.0.1:8193, complete]! 06:03:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R442, 127.0.0.1:8193, complete] completed NON-2.04 MID=15802, Token=80823386981B0B4A, 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:03:05.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:8193 06:03:05.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E442,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15802, Token=80823386981B0B4A, 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:03:05.271 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15802] 06:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441, 127.0.0.1:8196, complete]! 06:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80823386981B0B4A] 06:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15802] 06:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L441, 127.0.0.1:8196, complete] completed CON-POST MID=15802, Token=80823386981B0B4A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15802, Token=80823386981B0B4A, 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:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443, 127.0.0.1:8196] send request 06:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443, 127.0.0.1:8196] 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:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15803], CON-POST MID=15803, 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:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B0C0E3B1405E85FA], CON-POST MID=15803, Token=B0C0E3B1405E85FA, 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:03:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15803], KeyToken[127.0.0.1:8196-B0C0E3B1405E85FA]] 06:03:05.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:8196 06:03:05.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E443,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15803, Token=B0C0E3B1405E85FA, 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:03:05.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15803] 06:03:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, 127.0.0.1:8193] replace CON-POST MID=15803, Token=B0C0E3B1405E85FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15803, Token=B0C0E3B1405E85FA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R444, 127.0.0.1:8193] send response NON-2.05 MID=15803, Token=null, OptionSet={}, "server responds hi" 06:03:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, 127.0.0.1:8193, complete]! 06:03:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R444, 127.0.0.1:8193, complete] completed NON-2.04 MID=15803, Token=B0C0E3B1405E85FA, 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:03:05.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:8193 06:03:05.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E444,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15803, Token=B0C0E3B1405E85FA, 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:03:05.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15803] 06:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443, 127.0.0.1:8196, complete]! 06:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B0C0E3B1405E85FA] 06:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15803] 06:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L443, 127.0.0.1:8196, complete] completed CON-POST MID=15803, Token=B0C0E3B1405E85FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15803, Token=B0C0E3B1405E85FA, 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:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445, 127.0.0.1:8196] send request 06:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445, 127.0.0.1:8196] 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:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15804], CON-POST MID=15804, 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:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00470E1E68FAAABA], CON-POST MID=15804, Token=00470E1E68FAAABA, 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:03:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15804], KeyToken[127.0.0.1:8196-00470E1E68FAAABA]] 06:03:05.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:8196 06:03:05.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E445,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15804, Token=00470E1E68FAAABA, 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:03:05.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15804] 06:03:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, 127.0.0.1:8193] replace CON-POST MID=15804, Token=00470E1E68FAAABA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15804, Token=00470E1E68FAAABA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R446, 127.0.0.1:8193] send response NON-2.05 MID=15804, Token=null, OptionSet={}, "server responds hi" 06:03:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, 127.0.0.1:8193, complete]! 06:03:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R446, 127.0.0.1:8193, complete] completed NON-2.04 MID=15804, Token=00470E1E68FAAABA, 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:03:05.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:8193 06:03:05.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E446,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15804, Token=00470E1E68FAAABA, 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:03:05.274 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15804] 06:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445, 127.0.0.1:8196, complete]! 06:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00470E1E68FAAABA] 06:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15804] 06:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L445, 127.0.0.1:8196, complete] completed CON-POST MID=15804, Token=00470E1E68FAAABA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15804, Token=00470E1E68FAAABA, 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:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447, 127.0.0.1:8196] send request 06:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447, 127.0.0.1:8196] 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:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15805], CON-POST MID=15805, 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:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E4EC6021ECCAC78C], CON-POST MID=15805, Token=E4EC6021ECCAC78C, 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:03:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15805], KeyToken[127.0.0.1:8196-E4EC6021ECCAC78C]] 06:03:05.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E447,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15805, Token=E4EC6021ECCAC78C, 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:03:05.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15805] 06:03:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, 127.0.0.1:8193] replace CON-POST MID=15805, Token=E4EC6021ECCAC78C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15805, Token=E4EC6021ECCAC78C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R448, 127.0.0.1:8193] send response NON-2.05 MID=15805, Token=null, OptionSet={}, "server responds hi" 06:03:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, 127.0.0.1:8193, complete]! 06:03:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R448, 127.0.0.1:8193, complete] completed NON-2.04 MID=15805, Token=E4EC6021ECCAC78C, 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:03:05.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:8193 06:03:05.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E448,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15805, Token=E4EC6021ECCAC78C, 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:03:05.276 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15805] 06:03:05.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447, 127.0.0.1:8196, complete]! 06:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E4EC6021ECCAC78C] 06:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15805] 06:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L447, 127.0.0.1:8196, complete] completed CON-POST MID=15805, Token=E4EC6021ECCAC78C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15805, Token=E4EC6021ECCAC78C, 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:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449, 127.0.0.1:8196] send request 06:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449, 127.0.0.1:8196] 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:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15806], CON-POST MID=15806, 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:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-481531E4900837EF], CON-POST MID=15806, Token=481531E4900837EF, 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:03:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15806], KeyToken[127.0.0.1:8196-481531E4900837EF]] 06:03:05.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:8196 06:03:05.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E449,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15806, Token=481531E4900837EF, 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:03:05.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15806] 06:03:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, 127.0.0.1:8193] replace CON-POST MID=15806, Token=481531E4900837EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15806, Token=481531E4900837EF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R450, 127.0.0.1:8193] send response NON-2.05 MID=15806, Token=null, OptionSet={}, "server responds hi" 06:03:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, 127.0.0.1:8193, complete]! 06:03:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R450, 127.0.0.1:8193, complete] completed NON-2.04 MID=15806, Token=481531E4900837EF, 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:03:05.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:8193 06:03:05.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E450,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15806, Token=481531E4900837EF, 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:03:05.278 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15806] 06:03:05.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449, 127.0.0.1:8196, complete]! 06:03:05.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-481531E4900837EF] 06:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15806] 06:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L449, 127.0.0.1:8196, complete] completed CON-POST MID=15806, Token=481531E4900837EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15806, Token=481531E4900837EF, 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:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451, 127.0.0.1:8196] send request 06:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451, 127.0.0.1:8196] 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:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15807], CON-POST MID=15807, 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:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-48E77702CAC8A79F], CON-POST MID=15807, Token=48E77702CAC8A79F, 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:03:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15807], KeyToken[127.0.0.1:8196-48E77702CAC8A79F]] 06:03:05.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:8196 06:03:05.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E451,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15807, Token=48E77702CAC8A79F, 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:03:05.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15807] 06:03:05.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, 127.0.0.1:8193] replace CON-POST MID=15807, Token=48E77702CAC8A79F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15807, Token=48E77702CAC8A79F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R452, 127.0.0.1:8193] send response NON-2.05 MID=15807, Token=null, OptionSet={}, "server responds hi" 06:03:05.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, 127.0.0.1:8193, complete]! 06:03:05.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R452, 127.0.0.1:8193, complete] completed NON-2.04 MID=15807, Token=48E77702CAC8A79F, 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:03:05.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:8193 06:03:05.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E452,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15807, Token=48E77702CAC8A79F, 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:03:05.280 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15807] 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451, 127.0.0.1:8196, complete]! 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-48E77702CAC8A79F] 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15807] 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L451, 127.0.0.1:8196, complete] completed CON-POST MID=15807, Token=48E77702CAC8A79F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15807, Token=48E77702CAC8A79F, 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:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453, 127.0.0.1:8196] send request 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453, 127.0.0.1:8196] 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:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15808], CON-POST MID=15808, 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:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-40309E1C1C0954DE], CON-POST MID=15808, Token=40309E1C1C0954DE, 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:03:05.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15808], KeyToken[127.0.0.1:8196-40309E1C1C0954DE]] 06:03:05.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:8196 06:03:05.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E453,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15808, Token=40309E1C1C0954DE, 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:03:05.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15808] 06:03:05.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, 127.0.0.1:8193] replace CON-POST MID=15808, Token=40309E1C1C0954DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15808, Token=40309E1C1C0954DE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R454, 127.0.0.1:8193] send response NON-2.05 MID=15808, Token=null, OptionSet={}, "server responds hi" 06:03:05.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, 127.0.0.1:8193, complete]! 06:03:05.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R454, 127.0.0.1:8193, complete] completed NON-2.04 MID=15808, Token=40309E1C1C0954DE, 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:03:05.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:8193 06:03:05.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E454,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15808, Token=40309E1C1C0954DE, 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:03:05.282 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15808] 06:03:05.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453, 127.0.0.1:8196, complete]! 06:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-40309E1C1C0954DE] 06:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15808] 06:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L453, 127.0.0.1:8196, complete] completed CON-POST MID=15808, Token=40309E1C1C0954DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15808, Token=40309E1C1C0954DE, 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:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455, 127.0.0.1:8196] send request 06:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455, 127.0.0.1:8196] 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:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15809], CON-POST MID=15809, 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:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C862B93406AE934E], CON-POST MID=15809, Token=C862B93406AE934E, 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:03:05.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15809], KeyToken[127.0.0.1:8196-C862B93406AE934E]] 06:03:05.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:8196 06:03:05.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E455,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15809, Token=C862B93406AE934E, 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:03:05.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15809] 06:03:05.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, 127.0.0.1:8193] replace CON-POST MID=15809, Token=C862B93406AE934E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15809, Token=C862B93406AE934E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R456, 127.0.0.1:8193] send response NON-2.05 MID=15809, Token=null, OptionSet={}, "server responds hi" 06:03:05.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, 127.0.0.1:8193, complete]! 06:03:05.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R456, 127.0.0.1:8193, complete] completed NON-2.04 MID=15809, Token=C862B93406AE934E, 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:03:05.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:8193 06:03:05.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E456,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15809, Token=C862B93406AE934E, 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:03:05.352 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15809] 06:03:05.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455, 127.0.0.1:8196, complete]! 06:03:05.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C862B93406AE934E] 06:03:05.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15809] 06:03:05.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L455, 127.0.0.1:8196, complete] completed CON-POST MID=15809, Token=C862B93406AE934E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15809, Token=C862B93406AE934E, 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:03:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457, 127.0.0.1:8196] send request 06:03:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457, 127.0.0.1:8196] 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:03:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15810], CON-POST MID=15810, 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:03:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0C8E077C270484DD], CON-POST MID=15810, Token=0C8E077C270484DD, 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:03:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15810], KeyToken[127.0.0.1:8196-0C8E077C270484DD]] 06:03:05.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:8196 06:03:05.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E457,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15810, Token=0C8E077C270484DD, 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:03:05.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15810] 06:03:05.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, 127.0.0.1:8193] replace CON-POST MID=15810, Token=0C8E077C270484DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15810, Token=0C8E077C270484DD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R458, 127.0.0.1:8193] send response NON-2.05 MID=15810, Token=null, OptionSet={}, "server responds hi" 06:03:05.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, 127.0.0.1:8193, complete]! 06:03:05.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R458, 127.0.0.1:8193, complete] completed NON-2.04 MID=15810, Token=0C8E077C270484DD, 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:03:05.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:8193 06:03:05.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E458,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15810, Token=0C8E077C270484DD, 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:03:05.354 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15810] 06:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457, 127.0.0.1:8196, complete]! 06:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0C8E077C270484DD] 06:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15810] 06:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L457, 127.0.0.1:8196, complete] completed CON-POST MID=15810, Token=0C8E077C270484DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15810, Token=0C8E077C270484DD, 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:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459, 127.0.0.1:8196] send request 06:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459, 127.0.0.1:8196] 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:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15811], CON-POST MID=15811, 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:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-90A868AB8ED51A37], CON-POST MID=15811, Token=90A868AB8ED51A37, 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:03:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15811], KeyToken[127.0.0.1:8196-90A868AB8ED51A37]] 06:03:05.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E459,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15811, Token=90A868AB8ED51A37, 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:03:05.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15811] 06:03:05.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, 127.0.0.1:8193] replace CON-POST MID=15811, Token=90A868AB8ED51A37, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15811, Token=90A868AB8ED51A37, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R460, 127.0.0.1:8193] send response NON-2.05 MID=15811, Token=null, OptionSet={}, "server responds hi" 06:03:05.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, 127.0.0.1:8193, complete]! 06:03:05.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R460, 127.0.0.1:8193, complete] completed NON-2.04 MID=15811, Token=90A868AB8ED51A37, 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:03:05.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E460,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15811, Token=90A868AB8ED51A37, 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:03:05.357 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15811] 06:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459, 127.0.0.1:8196, complete]! 06:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-90A868AB8ED51A37] 06:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15811] 06:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L459, 127.0.0.1:8196, complete] completed CON-POST MID=15811, Token=90A868AB8ED51A37, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15811, Token=90A868AB8ED51A37, 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:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461, 127.0.0.1:8196] send request 06:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461, 127.0.0.1:8196] 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:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15812], CON-POST MID=15812, 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:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80A32B64296F36B9], CON-POST MID=15812, Token=80A32B64296F36B9, 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:03:05.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15812], KeyToken[127.0.0.1:8196-80A32B64296F36B9]] 06:03:05.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E461,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15812, Token=80A32B64296F36B9, 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:03:05.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15812] 06:03:05.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, 127.0.0.1:8193] replace CON-POST MID=15812, Token=80A32B64296F36B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15812, Token=80A32B64296F36B9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R462, 127.0.0.1:8193] send response NON-2.05 MID=15812, Token=null, OptionSet={}, "server responds hi" 06:03:05.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, 127.0.0.1:8193, complete]! 06:03:05.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R462, 127.0.0.1:8193, complete] completed NON-2.04 MID=15812, Token=80A32B64296F36B9, 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:03:05.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E462,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15812, Token=80A32B64296F36B9, 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:03:05.359 [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 42 bytes from 127.0.0.1:8196 06:03:05.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15812] 06:03:05.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461, 127.0.0.1:8196, complete]! 06:03:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80A32B64296F36B9] 06:03:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15812] 06:03:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L461, 127.0.0.1:8196, complete] completed CON-POST MID=15812, Token=80A32B64296F36B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15812, Token=80A32B64296F36B9, 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:03:05.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463, 127.0.0.1:8196] send request 06:03:05.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463, 127.0.0.1:8196] 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:03:05.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15813], CON-POST MID=15813, 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:03:05.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D00F71714E1FD437], CON-POST MID=15813, Token=D00F71714E1FD437, 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:03:05.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15813], KeyToken[127.0.0.1:8196-D00F71714E1FD437]] 06:03:05.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:8196 06:03:05.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E463,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15813, Token=D00F71714E1FD437, 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:03:05.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15813] 06:03:05.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, 127.0.0.1:8193] replace CON-POST MID=15813, Token=D00F71714E1FD437, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15813, Token=D00F71714E1FD437, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R464, 127.0.0.1:8193] send response NON-2.05 MID=15813, Token=null, OptionSet={}, "server responds hi" 06:03:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, 127.0.0.1:8193, complete]! 06:03:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R464, 127.0.0.1:8193, complete] completed NON-2.04 MID=15813, Token=D00F71714E1FD437, 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:03:05.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:8193 06:03:05.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E464,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15813, Token=D00F71714E1FD437, 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:03:05.365 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15813] 06:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463, 127.0.0.1:8196, complete]! 06:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D00F71714E1FD437] 06:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15813] 06:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L463, 127.0.0.1:8196, complete] completed CON-POST MID=15813, Token=D00F71714E1FD437, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15813, Token=D00F71714E1FD437, 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:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465, 127.0.0.1:8196] send request 06:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465, 127.0.0.1:8196] 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:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15814], CON-POST MID=15814, 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:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C8DD95E3FD9CCCFB], CON-POST MID=15814, Token=C8DD95E3FD9CCCFB, 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:03:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15814], KeyToken[127.0.0.1:8196-C8DD95E3FD9CCCFB]] 06:03:05.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:8196 06:03:05.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E465,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15814, Token=C8DD95E3FD9CCCFB, 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:03:05.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15814] 06:03:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, 127.0.0.1:8193] replace CON-POST MID=15814, Token=C8DD95E3FD9CCCFB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15814, Token=C8DD95E3FD9CCCFB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R466, 127.0.0.1:8193] send response NON-2.05 MID=15814, Token=null, OptionSet={}, "server responds hi" 06:03:05.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, 127.0.0.1:8193, complete]! 06:03:05.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R466, 127.0.0.1:8193, complete] completed NON-2.04 MID=15814, Token=C8DD95E3FD9CCCFB, 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:03:05.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:8193 06:03:05.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E466,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15814, Token=C8DD95E3FD9CCCFB, 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:03:05.368 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15814] 06:03:05.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465, 127.0.0.1:8196, complete]! 06:03:05.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C8DD95E3FD9CCCFB] 06:03:05.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15814] 06:03:05.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L465, 127.0.0.1:8196, complete] completed CON-POST MID=15814, Token=C8DD95E3FD9CCCFB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15814, Token=C8DD95E3FD9CCCFB, 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:03:05.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467, 127.0.0.1:8196] send request 06:03:05.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467, 127.0.0.1:8196] 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:03:05.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15815], CON-POST MID=15815, 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:03:05.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B0408CF78DBD1572], CON-POST MID=15815, Token=B0408CF78DBD1572, 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:03:05.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15815], KeyToken[127.0.0.1:8196-B0408CF78DBD1572]] 06:03:05.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:8196 06:03:05.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E467,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15815, Token=B0408CF78DBD1572, 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:03:05.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15815] 06:03:05.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, 127.0.0.1:8193] replace CON-POST MID=15815, Token=B0408CF78DBD1572, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15815, Token=B0408CF78DBD1572, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R468, 127.0.0.1:8193] send response NON-2.05 MID=15815, Token=null, OptionSet={}, "server responds hi" 06:03:05.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, 127.0.0.1:8193, complete]! 06:03:05.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R468, 127.0.0.1:8193, complete] completed NON-2.04 MID=15815, Token=B0408CF78DBD1572, 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:03:05.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:8193 06:03:05.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E468,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15815, Token=B0408CF78DBD1572, 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:03:05.370 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15815] 06:03:05.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467, 127.0.0.1:8196, complete]! 06:03:05.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B0408CF78DBD1572] 06:03:05.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15815] 06:03:05.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L467, 127.0.0.1:8196, complete] completed CON-POST MID=15815, Token=B0408CF78DBD1572, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15815, Token=B0408CF78DBD1572, 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:03:05.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469, 127.0.0.1:8196] send request 06:03:05.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469, 127.0.0.1:8196] 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:03:05.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15816], CON-POST MID=15816, 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:03:05.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-080BC4CA9C70285D], CON-POST MID=15816, Token=080BC4CA9C70285D, 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:03:05.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15816], KeyToken[127.0.0.1:8196-080BC4CA9C70285D]] 06:03:05.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E469,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15816, Token=080BC4CA9C70285D, 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:03:05.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15816] 06:03:05.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, 127.0.0.1:8193] replace CON-POST MID=15816, Token=080BC4CA9C70285D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15816, Token=080BC4CA9C70285D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R470, 127.0.0.1:8193] send response NON-2.05 MID=15816, Token=null, OptionSet={}, "server responds hi" 06:03:05.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, 127.0.0.1:8193, complete]! 06:03:05.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R470, 127.0.0.1:8193, complete] completed NON-2.04 MID=15816, Token=080BC4CA9C70285D, 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:03:05.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:8193 06:03:05.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E470,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15816, Token=080BC4CA9C70285D, 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:03:05.372 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15816] 06:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469, 127.0.0.1:8196, complete]! 06:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-080BC4CA9C70285D] 06:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15816] 06:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L469, 127.0.0.1:8196, complete] completed CON-POST MID=15816, Token=080BC4CA9C70285D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15816, Token=080BC4CA9C70285D, 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:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471, 127.0.0.1:8196] send request 06:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471, 127.0.0.1:8196] 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:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15817], CON-POST MID=15817, 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:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-ECB31F0EF01497CB], CON-POST MID=15817, Token=ECB31F0EF01497CB, 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:03:05.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15817], KeyToken[127.0.0.1:8196-ECB31F0EF01497CB]] 06:03:05.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E471,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15817, Token=ECB31F0EF01497CB, 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:03:05.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15817] 06:03:05.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, 127.0.0.1:8193] replace CON-POST MID=15817, Token=ECB31F0EF01497CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15817, Token=ECB31F0EF01497CB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R472, 127.0.0.1:8193] send response NON-2.05 MID=15817, Token=null, OptionSet={}, "server responds hi" 06:03:05.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, 127.0.0.1:8193, complete]! 06:03:05.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R472, 127.0.0.1:8193, complete] completed NON-2.04 MID=15817, Token=ECB31F0EF01497CB, 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:03:05.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E472,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15817, Token=ECB31F0EF01497CB, 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:03:05.375 [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 42 bytes from 127.0.0.1:8196 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15817] 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471, 127.0.0.1:8196, complete]! 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-ECB31F0EF01497CB] 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15817] 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L471, 127.0.0.1:8196, complete] completed CON-POST MID=15817, Token=ECB31F0EF01497CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15817, Token=ECB31F0EF01497CB, 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:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473, 127.0.0.1:8196] send request 06:03:05.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473, 127.0.0.1:8196] 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:03:05.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15818], CON-POST MID=15818, 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:03:05.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4F47E1B94907B31], CON-POST MID=15818, Token=D4F47E1B94907B31, 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:03:05.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15818], KeyToken[127.0.0.1:8196-D4F47E1B94907B31]] 06:03:05.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:8196 06:03:05.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E473,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15818, Token=D4F47E1B94907B31, 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:03:05.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15818] 06:03:05.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, 127.0.0.1:8193] replace CON-POST MID=15818, Token=D4F47E1B94907B31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15818, Token=D4F47E1B94907B31, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R474, 127.0.0.1:8193] send response NON-2.05 MID=15818, Token=null, OptionSet={}, "server responds hi" 06:03:05.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, 127.0.0.1:8193, complete]! 06:03:05.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R474, 127.0.0.1:8193, complete] completed NON-2.04 MID=15818, Token=D4F47E1B94907B31, 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:03:05.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:8193 06:03:05.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E474,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15818, Token=D4F47E1B94907B31, 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:03:05.377 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15818] 06:03:05.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473, 127.0.0.1:8196, complete]! 06:03:05.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4F47E1B94907B31] 06:03:05.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15818] 06:03:05.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L473, 127.0.0.1:8196, complete] completed CON-POST MID=15818, Token=D4F47E1B94907B31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15818, Token=D4F47E1B94907B31, 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:03:05.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475, 127.0.0.1:8196] send request 06:03:05.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475, 127.0.0.1:8196] 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:03:05.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15819], CON-POST MID=15819, 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:03:05.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C097A330C27AEA08], CON-POST MID=15819, Token=C097A330C27AEA08, 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:03:05.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15819], KeyToken[127.0.0.1:8196-C097A330C27AEA08]] 06:03:05.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E475,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15819, Token=C097A330C27AEA08, 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:03:05.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15819] 06:03:05.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, 127.0.0.1:8193] replace CON-POST MID=15819, Token=C097A330C27AEA08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15819, Token=C097A330C27AEA08, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R476, 127.0.0.1:8193] send response NON-2.05 MID=15819, Token=null, OptionSet={}, "server responds hi" 06:03:05.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, 127.0.0.1:8193, complete]! 06:03:05.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R476, 127.0.0.1:8193, complete] completed NON-2.04 MID=15819, Token=C097A330C27AEA08, 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:03:05.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E476,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15819, Token=C097A330C27AEA08, 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:03:05.379 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15819] 06:03:05.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475, 127.0.0.1:8196, complete]! 06:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C097A330C27AEA08] 06:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15819] 06:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L475, 127.0.0.1:8196, complete] completed CON-POST MID=15819, Token=C097A330C27AEA08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15819, Token=C097A330C27AEA08, 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:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477, 127.0.0.1:8196] send request 06:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477, 127.0.0.1:8196] 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:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15820], CON-POST MID=15820, 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:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-782760176D6F820B], CON-POST MID=15820, Token=782760176D6F820B, 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:03:05.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15820], KeyToken[127.0.0.1:8196-782760176D6F820B]] 06:03:05.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:8196 06:03:05.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E477,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15820, Token=782760176D6F820B, 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:03:05.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15820] 06:03:05.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, 127.0.0.1:8193] replace CON-POST MID=15820, Token=782760176D6F820B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15820, Token=782760176D6F820B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R478, 127.0.0.1:8193] send response NON-2.05 MID=15820, Token=null, OptionSet={}, "server responds hi" 06:03:05.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, 127.0.0.1:8193, complete]! 06:03:05.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R478, 127.0.0.1:8193, complete] completed NON-2.04 MID=15820, Token=782760176D6F820B, 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:03:05.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:8193 06:03:05.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E478,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15820, Token=782760176D6F820B, 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:03:05.381 [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 42 bytes from 127.0.0.1:8196 06:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15820] 06:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477, 127.0.0.1:8196, complete]! 06:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-782760176D6F820B] 06:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15820] 06:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L477, 127.0.0.1:8196, complete] completed CON-POST MID=15820, Token=782760176D6F820B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15820, Token=782760176D6F820B, 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:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479, 127.0.0.1:8196] send request 06:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479, 127.0.0.1:8196] 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:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15821], CON-POST MID=15821, 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:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0C4784892125B4D], CON-POST MID=15821, Token=C0C4784892125B4D, 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:03:05.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15821], KeyToken[127.0.0.1:8196-C0C4784892125B4D]] 06:03:05.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:8196 06:03:05.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E479,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15821, Token=C0C4784892125B4D, 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:03:05.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15821] 06:03:05.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, 127.0.0.1:8193] replace CON-POST MID=15821, Token=C0C4784892125B4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15821, Token=C0C4784892125B4D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R480, 127.0.0.1:8193] send response NON-2.05 MID=15821, Token=null, OptionSet={}, "server responds hi" 06:03:05.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, 127.0.0.1:8193, complete]! 06:03:05.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R480, 127.0.0.1:8193, complete] completed NON-2.04 MID=15821, Token=C0C4784892125B4D, 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:03:05.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:8193 06:03:05.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E480,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15821, Token=C0C4784892125B4D, 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:03:05.384 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15821] 06:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479, 127.0.0.1:8196, complete]! 06:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0C4784892125B4D] 06:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15821] 06:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L479, 127.0.0.1:8196, complete] completed CON-POST MID=15821, Token=C0C4784892125B4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15821, Token=C0C4784892125B4D, 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:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481, 127.0.0.1:8196] send request 06:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481, 127.0.0.1:8196] 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:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15822], CON-POST MID=15822, 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:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-64862A9C43697465], CON-POST MID=15822, Token=64862A9C43697465, 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:03:05.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15822], KeyToken[127.0.0.1:8196-64862A9C43697465]] 06:03:05.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:8196 06:03:05.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E481,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15822, Token=64862A9C43697465, 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:03:05.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15822] 06:03:05.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, 127.0.0.1:8193] replace CON-POST MID=15822, Token=64862A9C43697465, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15822, Token=64862A9C43697465, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R482, 127.0.0.1:8193] send response NON-2.05 MID=15822, Token=null, OptionSet={}, "server responds hi" 06:03:05.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, 127.0.0.1:8193, complete]! 06:03:05.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R482, 127.0.0.1:8193, complete] completed NON-2.04 MID=15822, Token=64862A9C43697465, 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:03:05.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:8193 06:03:05.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E482,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15822, Token=64862A9C43697465, 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:03:05.386 [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 42 bytes from 127.0.0.1:8196 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15822] 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481, 127.0.0.1:8196, complete]! 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-64862A9C43697465] 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15822] 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L481, 127.0.0.1:8196, complete] completed CON-POST MID=15822, Token=64862A9C43697465, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15822, Token=64862A9C43697465, 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:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483, 127.0.0.1:8196] send request 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483, 127.0.0.1:8196] 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:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15823], CON-POST MID=15823, 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:03:05.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-00F43C10E3ECC99A], CON-POST MID=15823, Token=00F43C10E3ECC99A, 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:03:05.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15823], KeyToken[127.0.0.1:8196-00F43C10E3ECC99A]] 06:03:05.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:8196 06:03:05.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E483,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15823, Token=00F43C10E3ECC99A, 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:03:05.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15823] 06:03:05.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, 127.0.0.1:8193] replace CON-POST MID=15823, Token=00F43C10E3ECC99A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15823, Token=00F43C10E3ECC99A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R484, 127.0.0.1:8193] send response NON-2.05 MID=15823, Token=null, OptionSet={}, "server responds hi" 06:03:05.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, 127.0.0.1:8193, complete]! 06:03:05.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R484, 127.0.0.1:8193, complete] completed NON-2.04 MID=15823, Token=00F43C10E3ECC99A, 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:03:05.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15823, Token=00F43C10E3ECC99A, 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:03:05.388 [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 42 bytes from 127.0.0.1:8196 06:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15823] 06:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483, 127.0.0.1:8196, complete]! 06:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-00F43C10E3ECC99A] 06:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15823] 06:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L483, 127.0.0.1:8196, complete] completed CON-POST MID=15823, Token=00F43C10E3ECC99A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15823, Token=00F43C10E3ECC99A, 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:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485, 127.0.0.1:8196] send request 06:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485, 127.0.0.1:8196] 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:03:05.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15824], CON-POST MID=15824, 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:03:05.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E8E0F016F9B3DAE1], CON-POST MID=15824, Token=E8E0F016F9B3DAE1, 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:03:05.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15824], KeyToken[127.0.0.1:8196-E8E0F016F9B3DAE1]] 06:03:05.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:8196 06:03:05.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E485,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15824, Token=E8E0F016F9B3DAE1, 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:03:05.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15824] 06:03:05.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, 127.0.0.1:8193] replace CON-POST MID=15824, Token=E8E0F016F9B3DAE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15824, Token=E8E0F016F9B3DAE1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R486, 127.0.0.1:8193] send response NON-2.05 MID=15824, Token=null, OptionSet={}, "server responds hi" 06:03:05.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, 127.0.0.1:8193, complete]! 06:03:05.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R486, 127.0.0.1:8193, complete] completed NON-2.04 MID=15824, Token=E8E0F016F9B3DAE1, 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:03:05.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:8193 06:03:05.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E486,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15824, Token=E8E0F016F9B3DAE1, 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:03:05.390 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15824] 06:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485, 127.0.0.1:8196, complete]! 06:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E8E0F016F9B3DAE1] 06:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15824] 06:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L485, 127.0.0.1:8196, complete] completed CON-POST MID=15824, Token=E8E0F016F9B3DAE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15824, Token=E8E0F016F9B3DAE1, 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:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487, 127.0.0.1:8196] send request 06:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487, 127.0.0.1:8196] 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:03:05.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15825], CON-POST MID=15825, 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:03:05.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-AC23B2AB4C3C19B2], CON-POST MID=15825, Token=AC23B2AB4C3C19B2, 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:03:05.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15825], KeyToken[127.0.0.1:8196-AC23B2AB4C3C19B2]] 06:03:05.391 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E487,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15825, Token=AC23B2AB4C3C19B2, 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:03:05.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15825] 06:03:05.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, 127.0.0.1:8193] replace CON-POST MID=15825, Token=AC23B2AB4C3C19B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15825, Token=AC23B2AB4C3C19B2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R488, 127.0.0.1:8193] send response NON-2.05 MID=15825, Token=null, OptionSet={}, "server responds hi" 06:03:05.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, 127.0.0.1:8193, complete]! 06:03:05.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R488, 127.0.0.1:8193, complete] completed NON-2.04 MID=15825, Token=AC23B2AB4C3C19B2, 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:03:05.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:8193 06:03:05.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E488,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15825, Token=AC23B2AB4C3C19B2, 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:03:05.392 [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 42 bytes from 127.0.0.1:8196 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15825] 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487, 127.0.0.1:8196, complete]! 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-AC23B2AB4C3C19B2] 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15825] 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L487, 127.0.0.1:8196, complete] completed CON-POST MID=15825, Token=AC23B2AB4C3C19B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15825, Token=AC23B2AB4C3C19B2, 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:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489, 127.0.0.1:8196] send request 06:03:05.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489, 127.0.0.1:8196] 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:03:05.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15826], CON-POST MID=15826, 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:03:05.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E881B485AA3B264C], CON-POST MID=15826, Token=E881B485AA3B264C, 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:03:05.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15826], KeyToken[127.0.0.1:8196-E881B485AA3B264C]] 06:03:05.393 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E489,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15826, Token=E881B485AA3B264C, 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:03:05.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15826] 06:03:05.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, 127.0.0.1:8193] replace CON-POST MID=15826, Token=E881B485AA3B264C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15826, Token=E881B485AA3B264C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R490, 127.0.0.1:8193] send response NON-2.05 MID=15826, Token=null, OptionSet={}, "server responds hi" 06:03:05.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, 127.0.0.1:8193, complete]! 06:03:05.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R490, 127.0.0.1:8193, complete] completed NON-2.04 MID=15826, Token=E881B485AA3B264C, 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:03:05.394 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E490,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15826, Token=E881B485AA3B264C, 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:03:05.394 [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 42 bytes from 127.0.0.1:8196 06:03:05.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15826] 06:03:05.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489, 127.0.0.1:8196, complete]! 06:03:05.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E881B485AA3B264C] 06:03:05.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15826] 06:03:05.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L489, 127.0.0.1:8196, complete] completed CON-POST MID=15826, Token=E881B485AA3B264C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15826, Token=E881B485AA3B264C, 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:03:05.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491, 127.0.0.1:8196] send request 06:03:05.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491, 127.0.0.1:8196] 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:03:05.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15827], CON-POST MID=15827, 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:03:05.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C98D949CF772D16], CON-POST MID=15827, Token=3C98D949CF772D16, 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:03:05.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15827], KeyToken[127.0.0.1:8196-3C98D949CF772D16]] 06:03:05.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 40 bytes to 127.0.0.1:8196 06:03:05.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E491,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15827, Token=3C98D949CF772D16, 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:03:05.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15827] 06:03:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, 127.0.0.1:8193] replace CON-POST MID=15827, Token=3C98D949CF772D16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15827, Token=3C98D949CF772D16, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R492, 127.0.0.1:8193] send response NON-2.05 MID=15827, Token=null, OptionSet={}, "server responds hi" 06:03:05.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, 127.0.0.1:8193, complete]! 06:03:05.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R492, 127.0.0.1:8193, complete] completed NON-2.04 MID=15827, Token=3C98D949CF772D16, 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:03:05.396 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E492,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15827, Token=3C98D949CF772D16, 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:03:05.396 [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 42 bytes from 127.0.0.1:8196 06:03:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15827] 06:03:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491, 127.0.0.1:8196, complete]! 06:03:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C98D949CF772D16] 06:03:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15827] 06:03:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L491, 127.0.0.1:8196, complete] completed CON-POST MID=15827, Token=3C98D949CF772D16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15827, Token=3C98D949CF772D16, 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:03:05.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493, 127.0.0.1:8196] send request 06:03:05.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493, 127.0.0.1:8196] 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:03:05.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15828], CON-POST MID=15828, 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:03:05.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2C936FD6B9D2B5B2], CON-POST MID=15828, Token=2C936FD6B9D2B5B2, 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:03:05.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15828], KeyToken[127.0.0.1:8196-2C936FD6B9D2B5B2]] 06:03:05.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E493,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15828, Token=2C936FD6B9D2B5B2, 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:03:05.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15828] 06:03:05.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, 127.0.0.1:8193] replace CON-POST MID=15828, Token=2C936FD6B9D2B5B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15828, Token=2C936FD6B9D2B5B2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R494, 127.0.0.1:8193] send response NON-2.05 MID=15828, Token=null, OptionSet={}, "server responds hi" 06:03:05.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, 127.0.0.1:8193, complete]! 06:03:05.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R494, 127.0.0.1:8193, complete] completed NON-2.04 MID=15828, Token=2C936FD6B9D2B5B2, 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:03:05.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E494,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15828, Token=2C936FD6B9D2B5B2, 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:03:05.399 [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 42 bytes from 127.0.0.1:8196 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15828] 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493, 127.0.0.1:8196, complete]! 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2C936FD6B9D2B5B2] 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15828] 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L493, 127.0.0.1:8196, complete] completed CON-POST MID=15828, Token=2C936FD6B9D2B5B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15828, Token=2C936FD6B9D2B5B2, 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:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495, 127.0.0.1:8196] send request 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495, 127.0.0.1:8196] 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:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15829], CON-POST MID=15829, 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:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-309BE11837BD0B0D], CON-POST MID=15829, Token=309BE11837BD0B0D, 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:03:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15829], KeyToken[127.0.0.1:8196-309BE11837BD0B0D]] 06:03:05.400 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E495,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15829, Token=309BE11837BD0B0D, 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:03:05.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15829] 06:03:05.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, 127.0.0.1:8193] replace CON-POST MID=15829, Token=309BE11837BD0B0D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15829, Token=309BE11837BD0B0D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R496, 127.0.0.1:8193] send response NON-2.05 MID=15829, Token=null, OptionSet={}, "server responds hi" 06:03:05.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, 127.0.0.1:8193, complete]! 06:03:05.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R496, 127.0.0.1:8193, complete] completed NON-2.04 MID=15829, Token=309BE11837BD0B0D, 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:03:05.400 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E496,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15829, Token=309BE11837BD0B0D, 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:03:05.401 [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 42 bytes from 127.0.0.1:8196 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15829] 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495, 127.0.0.1:8196, complete]! 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-309BE11837BD0B0D] 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15829] 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L495, 127.0.0.1:8196, complete] completed CON-POST MID=15829, Token=309BE11837BD0B0D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15829, Token=309BE11837BD0B0D, 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:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497, 127.0.0.1:8196] send request 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497, 127.0.0.1:8196] 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:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15830], CON-POST MID=15830, 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:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B0CA75F213F6C7A1], CON-POST MID=15830, Token=B0CA75F213F6C7A1, 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:03:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15830], KeyToken[127.0.0.1:8196-B0CA75F213F6C7A1]] 06:03:05.401 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E497,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15830, Token=B0CA75F213F6C7A1, 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:03:05.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15830] 06:03:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, 127.0.0.1:8193] replace CON-POST MID=15830, Token=B0CA75F213F6C7A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15830, Token=B0CA75F213F6C7A1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R498, 127.0.0.1:8193] send response NON-2.05 MID=15830, Token=null, OptionSet={}, "server responds hi" 06:03:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, 127.0.0.1:8193, complete]! 06:03:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R498, 127.0.0.1:8193, complete] completed NON-2.04 MID=15830, Token=B0CA75F213F6C7A1, 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:03:05.402 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E498,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15830, Token=B0CA75F213F6C7A1, 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:03:05.450 [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 42 bytes from 127.0.0.1:8196 06:03:05.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15830] 06:03:05.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497, 127.0.0.1:8196, complete]! 06:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B0CA75F213F6C7A1] 06:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15830] 06:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L497, 127.0.0.1:8196, complete] completed CON-POST MID=15830, Token=B0CA75F213F6C7A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15830, Token=B0CA75F213F6C7A1, 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:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499, 127.0.0.1:8196] send request 06:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499, 127.0.0.1:8196] 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:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15831], CON-POST MID=15831, 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:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0023A3687ED64FF6], CON-POST MID=15831, Token=0023A3687ED64FF6, 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:03:05.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15831], KeyToken[127.0.0.1:8196-0023A3687ED64FF6]] 06:03:05.451 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E499,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15831, Token=0023A3687ED64FF6, 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:03:05.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15831] 06:03:05.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, 127.0.0.1:8193] replace CON-POST MID=15831, Token=0023A3687ED64FF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15831, Token=0023A3687ED64FF6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R500, 127.0.0.1:8193] send response NON-2.05 MID=15831, Token=null, OptionSet={}, "server responds hi" 06:03:05.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, 127.0.0.1:8193, complete]! 06:03:05.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R500, 127.0.0.1:8193, complete] completed NON-2.04 MID=15831, Token=0023A3687ED64FF6, 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:03:05.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:8193 06:03:05.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E500,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15831, Token=0023A3687ED64FF6, 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:03:05.453 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15831] 06:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499, 127.0.0.1:8196, complete]! 06:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0023A3687ED64FF6] 06:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15831] 06:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L499, 127.0.0.1:8196, complete] completed CON-POST MID=15831, Token=0023A3687ED64FF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15831, Token=0023A3687ED64FF6, 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:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501, 127.0.0.1:8196] send request 06:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501, 127.0.0.1:8196] 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:03:05.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15832], CON-POST MID=15832, 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:03:05.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0CD0825502F142F7], CON-POST MID=15832, Token=0CD0825502F142F7, 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:03:05.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15832], KeyToken[127.0.0.1:8196-0CD0825502F142F7]] 06:03:05.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:8196 06:03:05.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E501,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15832, Token=0CD0825502F142F7, 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:03:05.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15832] 06:03:05.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, 127.0.0.1:8193] replace CON-POST MID=15832, Token=0CD0825502F142F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15832, Token=0CD0825502F142F7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R502, 127.0.0.1:8193] send response NON-2.05 MID=15832, Token=null, OptionSet={}, "server responds hi" 06:03:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, 127.0.0.1:8193, complete]! 06:03:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R502, 127.0.0.1:8193, complete] completed NON-2.04 MID=15832, Token=0CD0825502F142F7, 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:03:05.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:8193 06:03:05.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E502,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15832, Token=0CD0825502F142F7, 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:03:05.455 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15832] 06:03:05.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501, 127.0.0.1:8196, complete]! 06:03:05.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-0CD0825502F142F7] 06:03:05.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15832] 06:03:05.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L501, 127.0.0.1:8196, complete] completed CON-POST MID=15832, Token=0CD0825502F142F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15832, Token=0CD0825502F142F7, 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:03:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503, 127.0.0.1:8196] send request 06:03:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503, 127.0.0.1:8196] 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:03:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15833], CON-POST MID=15833, 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:03:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-48ED372723A74E27], CON-POST MID=15833, Token=48ED372723A74E27, 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:03:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15833], KeyToken[127.0.0.1:8196-48ED372723A74E27]] 06:03:05.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E503,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15833, Token=48ED372723A74E27, 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:03:05.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15833] 06:03:05.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, 127.0.0.1:8193] replace CON-POST MID=15833, Token=48ED372723A74E27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15833, Token=48ED372723A74E27, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R504, 127.0.0.1:8193] send response NON-2.05 MID=15833, Token=null, OptionSet={}, "server responds hi" 06:03:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, 127.0.0.1:8193, complete]! 06:03:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R504, 127.0.0.1:8193, complete] completed NON-2.04 MID=15833, Token=48ED372723A74E27, 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:03:05.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E504,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15833, Token=48ED372723A74E27, 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:03:05.457 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15833] 06:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503, 127.0.0.1:8196, complete]! 06:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-48ED372723A74E27] 06:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15833] 06:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L503, 127.0.0.1:8196, complete] completed CON-POST MID=15833, Token=48ED372723A74E27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15833, Token=48ED372723A74E27, 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:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505, 127.0.0.1:8196] send request 06:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505, 127.0.0.1:8196] 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:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15834], CON-POST MID=15834, 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:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3CFFFF12C6637E51], CON-POST MID=15834, Token=3CFFFF12C6637E51, 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:03:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15834], KeyToken[127.0.0.1:8196-3CFFFF12C6637E51]] 06:03:05.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:8196 06:03:05.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E505,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15834, Token=3CFFFF12C6637E51, 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:03:05.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15834] 06:03:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, 127.0.0.1:8193] replace CON-POST MID=15834, Token=3CFFFF12C6637E51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15834, Token=3CFFFF12C6637E51, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R506, 127.0.0.1:8193] send response NON-2.05 MID=15834, Token=null, OptionSet={}, "server responds hi" 06:03:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, 127.0.0.1:8193, complete]! 06:03:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R506, 127.0.0.1:8193, complete] completed NON-2.04 MID=15834, Token=3CFFFF12C6637E51, 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:03:05.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:8193 06:03:05.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E506,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15834, Token=3CFFFF12C6637E51, 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:03:05.460 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15834] 06:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505, 127.0.0.1:8196, complete]! 06:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3CFFFF12C6637E51] 06:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15834] 06:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L505, 127.0.0.1:8196, complete] completed CON-POST MID=15834, Token=3CFFFF12C6637E51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15834, Token=3CFFFF12C6637E51, 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:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507, 127.0.0.1:8196] send request 06:03:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507, 127.0.0.1:8196] 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:03:05.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15835], CON-POST MID=15835, 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:03:05.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-5472DCCD984DD5DE], CON-POST MID=15835, Token=5472DCCD984DD5DE, 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:03:05.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15835], KeyToken[127.0.0.1:8196-5472DCCD984DD5DE]] 06:03:05.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:8196 06:03:05.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E507,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15835, Token=5472DCCD984DD5DE, 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:03:05.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15835] 06:03:05.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, 127.0.0.1:8193] replace CON-POST MID=15835, Token=5472DCCD984DD5DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15835, Token=5472DCCD984DD5DE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R508, 127.0.0.1:8193] send response NON-2.05 MID=15835, Token=null, OptionSet={}, "server responds hi" 06:03:05.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, 127.0.0.1:8193, complete]! 06:03:05.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R508, 127.0.0.1:8193, complete] completed NON-2.04 MID=15835, Token=5472DCCD984DD5DE, 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:03:05.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:8193 06:03:05.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E508,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15835, Token=5472DCCD984DD5DE, 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:03:05.462 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15835] 06:03:05.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507, 127.0.0.1:8196, complete]! 06:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-5472DCCD984DD5DE] 06:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15835] 06:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L507, 127.0.0.1:8196, complete] completed CON-POST MID=15835, Token=5472DCCD984DD5DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15835, Token=5472DCCD984DD5DE, 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:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509, 127.0.0.1:8196] send request 06:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509, 127.0.0.1:8196] 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:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15836], CON-POST MID=15836, 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:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-1845E886D2A4CD2E], CON-POST MID=15836, Token=1845E886D2A4CD2E, 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:03:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15836], KeyToken[127.0.0.1:8196-1845E886D2A4CD2E]] 06:03:05.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:8196 06:03:05.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E509,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15836, Token=1845E886D2A4CD2E, 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:03:05.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15836] 06:03:05.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, 127.0.0.1:8193] replace CON-POST MID=15836, Token=1845E886D2A4CD2E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15836, Token=1845E886D2A4CD2E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R510, 127.0.0.1:8193] send response NON-2.05 MID=15836, Token=null, OptionSet={}, "server responds hi" 06:03:05.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, 127.0.0.1:8193, complete]! 06:03:05.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R510, 127.0.0.1:8193, complete] completed NON-2.04 MID=15836, Token=1845E886D2A4CD2E, 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:03:05.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:8193 06:03:05.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E510,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15836, Token=1845E886D2A4CD2E, 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:03:05.465 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15836] 06:03:05.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509, 127.0.0.1:8196, complete]! 06:03:05.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-1845E886D2A4CD2E] 06:03:05.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15836] 06:03:05.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L509, 127.0.0.1:8196, complete] completed CON-POST MID=15836, Token=1845E886D2A4CD2E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15836, Token=1845E886D2A4CD2E, 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:03:05.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511, 127.0.0.1:8196] send request 06:03:05.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511, 127.0.0.1:8196] 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:03:05.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15837], CON-POST MID=15837, 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:03:05.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CC34355399613DBA], CON-POST MID=15837, Token=CC34355399613DBA, 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:03:05.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15837], KeyToken[127.0.0.1:8196-CC34355399613DBA]] 06:03:05.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:8196 06:03:05.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E511,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15837, Token=CC34355399613DBA, 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:03:05.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15837] 06:03:05.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, 127.0.0.1:8193] replace CON-POST MID=15837, Token=CC34355399613DBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15837, Token=CC34355399613DBA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R512, 127.0.0.1:8193] send response NON-2.05 MID=15837, Token=null, OptionSet={}, "server responds hi" 06:03:05.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, 127.0.0.1:8193, complete]! 06:03:05.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R512, 127.0.0.1:8193, complete] completed NON-2.04 MID=15837, Token=CC34355399613DBA, 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:03:05.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:8193 06:03:05.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E512,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15837, Token=CC34355399613DBA, 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:03:05.468 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15837] 06:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511, 127.0.0.1:8196, complete]! 06:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CC34355399613DBA] 06:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15837] 06:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L511, 127.0.0.1:8196, complete] completed CON-POST MID=15837, Token=CC34355399613DBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15837, Token=CC34355399613DBA, 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:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513, 127.0.0.1:8196] send request 06:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513, 127.0.0.1:8196] 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:03:05.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15838], CON-POST MID=15838, 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:03:05.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-58CCD5FB0ACD1131], CON-POST MID=15838, Token=58CCD5FB0ACD1131, 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:03:05.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15838], KeyToken[127.0.0.1:8196-58CCD5FB0ACD1131]] 06:03:05.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:8196 06:03:05.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E513,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15838, Token=58CCD5FB0ACD1131, 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:03:05.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15838] 06:03:05.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, 127.0.0.1:8193] replace CON-POST MID=15838, Token=58CCD5FB0ACD1131, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15838, Token=58CCD5FB0ACD1131, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R514, 127.0.0.1:8193] send response NON-2.05 MID=15838, Token=null, OptionSet={}, "server responds hi" 06:03:05.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, 127.0.0.1:8193, complete]! 06:03:05.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R514, 127.0.0.1:8193, complete] completed NON-2.04 MID=15838, Token=58CCD5FB0ACD1131, 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:03:05.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:8193 06:03:05.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E514,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15838, Token=58CCD5FB0ACD1131, 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:03:05.470 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15838] 06:03:05.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513, 127.0.0.1:8196, complete]! 06:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-58CCD5FB0ACD1131] 06:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15838] 06:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L513, 127.0.0.1:8196, complete] completed CON-POST MID=15838, Token=58CCD5FB0ACD1131, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15838, Token=58CCD5FB0ACD1131, 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:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515, 127.0.0.1:8196] send request 06:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515, 127.0.0.1:8196] 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:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15839], CON-POST MID=15839, 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:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-AC7913CD20E69402], CON-POST MID=15839, Token=AC7913CD20E69402, 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:03:05.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15839], KeyToken[127.0.0.1:8196-AC7913CD20E69402]] 06:03:05.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E515,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15839, Token=AC7913CD20E69402, 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:03:05.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15839] 06:03:05.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, 127.0.0.1:8193] replace CON-POST MID=15839, Token=AC7913CD20E69402, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15839, Token=AC7913CD20E69402, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R516, 127.0.0.1:8193] send response NON-2.05 MID=15839, Token=null, OptionSet={}, "server responds hi" 06:03:05.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, 127.0.0.1:8193, complete]! 06:03:05.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R516, 127.0.0.1:8193, complete] completed NON-2.04 MID=15839, Token=AC7913CD20E69402, 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:03:05.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:8193 06:03:05.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E516,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15839, Token=AC7913CD20E69402, 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:03:05.473 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15839] 06:03:05.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515, 127.0.0.1:8196, complete]! 06:03:05.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-AC7913CD20E69402] 06:03:05.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15839] 06:03:05.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L515, 127.0.0.1:8196, complete] completed CON-POST MID=15839, Token=AC7913CD20E69402, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15839, Token=AC7913CD20E69402, 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:03:05.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517, 127.0.0.1:8196] send request 06:03:05.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517, 127.0.0.1:8196] 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:03:05.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15840], CON-POST MID=15840, 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:03:05.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-7C6409061305605D], CON-POST MID=15840, Token=7C6409061305605D, 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:03:05.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15840], KeyToken[127.0.0.1:8196-7C6409061305605D]] 06:03:05.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:8196 06:03:05.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E517,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15840, Token=7C6409061305605D, 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:03:05.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15840] 06:03:05.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, 127.0.0.1:8193] replace CON-POST MID=15840, Token=7C6409061305605D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15840, Token=7C6409061305605D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R518, 127.0.0.1:8193] send response NON-2.05 MID=15840, Token=null, OptionSet={}, "server responds hi" 06:03:05.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, 127.0.0.1:8193, complete]! 06:03:05.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R518, 127.0.0.1:8193, complete] completed NON-2.04 MID=15840, Token=7C6409061305605D, 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:03:05.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:8193 06:03:05.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E518,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15840, Token=7C6409061305605D, 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:03:05.475 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15840] 06:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517, 127.0.0.1:8196, complete]! 06:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-7C6409061305605D] 06:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15840] 06:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L517, 127.0.0.1:8196, complete] completed CON-POST MID=15840, Token=7C6409061305605D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15840, Token=7C6409061305605D, 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:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519, 127.0.0.1:8196] send request 06:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519, 127.0.0.1:8196] 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:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15841], CON-POST MID=15841, 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:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-94738A202BDB8BD5], CON-POST MID=15841, Token=94738A202BDB8BD5, 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:03:05.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15841], KeyToken[127.0.0.1:8196-94738A202BDB8BD5]] 06:03:05.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:8196 06:03:05.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E519,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15841, Token=94738A202BDB8BD5, 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:03:05.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15841] 06:03:05.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, 127.0.0.1:8193] replace CON-POST MID=15841, Token=94738A202BDB8BD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15841, Token=94738A202BDB8BD5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R520, 127.0.0.1:8193] send response NON-2.05 MID=15841, Token=null, OptionSet={}, "server responds hi" 06:03:05.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, 127.0.0.1:8193, complete]! 06:03:05.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R520, 127.0.0.1:8193, complete] completed NON-2.04 MID=15841, Token=94738A202BDB8BD5, 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:03:05.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:8193 06:03:05.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E520,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15841, Token=94738A202BDB8BD5, 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:03:05.478 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15841] 06:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519, 127.0.0.1:8196, complete]! 06:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-94738A202BDB8BD5] 06:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15841] 06:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L519, 127.0.0.1:8196, complete] completed CON-POST MID=15841, Token=94738A202BDB8BD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15841, Token=94738A202BDB8BD5, 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:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521, 127.0.0.1:8196] send request 06:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521, 127.0.0.1:8196] 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:03:05.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15842], CON-POST MID=15842, 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:03:05.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DC309E49A6477A88], CON-POST MID=15842, Token=DC309E49A6477A88, 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:03:05.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15842], KeyToken[127.0.0.1:8196-DC309E49A6477A88]] 06:03:05.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:8196 06:03:05.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E521,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15842, Token=DC309E49A6477A88, 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:03:05.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15842] 06:03:05.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, 127.0.0.1:8193] replace CON-POST MID=15842, Token=DC309E49A6477A88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15842, Token=DC309E49A6477A88, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R522, 127.0.0.1:8193] send response NON-2.05 MID=15842, Token=null, OptionSet={}, "server responds hi" 06:03:05.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, 127.0.0.1:8193, complete]! 06:03:05.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R522, 127.0.0.1:8193, complete] completed NON-2.04 MID=15842, Token=DC309E49A6477A88, 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:03:05.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:8193 06:03:05.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E522,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15842, Token=DC309E49A6477A88, 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:03:05.480 [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 42 bytes from 127.0.0.1:8196 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15842] 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521, 127.0.0.1:8196, complete]! 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DC309E49A6477A88] 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15842] 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L521, 127.0.0.1:8196, complete] completed CON-POST MID=15842, Token=DC309E49A6477A88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15842, Token=DC309E49A6477A88, 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:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523, 127.0.0.1:8196] send request 06:03:05.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523, 127.0.0.1:8196] 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:03:05.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15843], CON-POST MID=15843, 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:03:05.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8064405CAA325A5A], CON-POST MID=15843, Token=8064405CAA325A5A, 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:03:05.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15843], KeyToken[127.0.0.1:8196-8064405CAA325A5A]] 06:03:05.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:8196 06:03:05.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E523,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15843, Token=8064405CAA325A5A, 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:03:05.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15843] 06:03:05.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, 127.0.0.1:8193] replace CON-POST MID=15843, Token=8064405CAA325A5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15843, Token=8064405CAA325A5A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R524, 127.0.0.1:8193] send response NON-2.05 MID=15843, Token=null, OptionSet={}, "server responds hi" 06:03:05.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, 127.0.0.1:8193, complete]! 06:03:05.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R524, 127.0.0.1:8193, complete] completed NON-2.04 MID=15843, Token=8064405CAA325A5A, 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:03:05.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:8193 06:03:05.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E524,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15843, Token=8064405CAA325A5A, 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:03:05.482 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15843] 06:03:05.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523, 127.0.0.1:8196, complete]! 06:03:05.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8064405CAA325A5A] 06:03:05.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15843] 06:03:05.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L523, 127.0.0.1:8196, complete] completed CON-POST MID=15843, Token=8064405CAA325A5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15843, Token=8064405CAA325A5A, 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:03:05.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525, 127.0.0.1:8196] send request 06:03:05.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525, 127.0.0.1:8196] 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:03:05.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15844], CON-POST MID=15844, 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:03:05.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2CDA5DFD74F4DCE5], CON-POST MID=15844, Token=2CDA5DFD74F4DCE5, 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:03:05.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15844], KeyToken[127.0.0.1:8196-2CDA5DFD74F4DCE5]] 06:03:05.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:8196 06:03:05.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E525,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15844, Token=2CDA5DFD74F4DCE5, 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:03:05.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15844] 06:03:05.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, 127.0.0.1:8193] replace CON-POST MID=15844, Token=2CDA5DFD74F4DCE5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15844, Token=2CDA5DFD74F4DCE5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R526, 127.0.0.1:8193] send response NON-2.05 MID=15844, Token=null, OptionSet={}, "server responds hi" 06:03:05.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, 127.0.0.1:8193, complete]! 06:03:05.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R526, 127.0.0.1:8193, complete] completed NON-2.04 MID=15844, Token=2CDA5DFD74F4DCE5, 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:03:05.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:8193 06:03:05.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E526,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15844, Token=2CDA5DFD74F4DCE5, 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:03:05.484 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15844] 06:03:05.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525, 127.0.0.1:8196, complete]! 06:03:05.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2CDA5DFD74F4DCE5] 06:03:05.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15844] 06:03:05.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L525, 127.0.0.1:8196, complete] completed CON-POST MID=15844, Token=2CDA5DFD74F4DCE5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15844, Token=2CDA5DFD74F4DCE5, 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:03:05.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527, 127.0.0.1:8196] send request 06:03:05.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527, 127.0.0.1:8196] 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:03:05.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15845], CON-POST MID=15845, 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:03:05.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C87D0649EAAC9A64], CON-POST MID=15845, Token=C87D0649EAAC9A64, 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:03:05.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15845], KeyToken[127.0.0.1:8196-C87D0649EAAC9A64]] 06:03:05.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:8196 06:03:05.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E527,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15845, Token=C87D0649EAAC9A64, 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:03:05.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15845] 06:03:05.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, 127.0.0.1:8193] replace CON-POST MID=15845, Token=C87D0649EAAC9A64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15845, Token=C87D0649EAAC9A64, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R528, 127.0.0.1:8193] send response NON-2.05 MID=15845, Token=null, OptionSet={}, "server responds hi" 06:03:05.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, 127.0.0.1:8193, complete]! 06:03:05.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R528, 127.0.0.1:8193, complete] completed NON-2.04 MID=15845, Token=C87D0649EAAC9A64, 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:03:05.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:8193 06:03:05.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E528,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15845, Token=C87D0649EAAC9A64, 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:03:05.486 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15845] 06:03:05.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527, 127.0.0.1:8196, complete]! 06:03:05.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C87D0649EAAC9A64] 06:03:05.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15845] 06:03:05.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L527, 127.0.0.1:8196, complete] completed CON-POST MID=15845, Token=C87D0649EAAC9A64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15845, Token=C87D0649EAAC9A64, 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:03:05.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529, 127.0.0.1:8196] send request 06:03:05.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529, 127.0.0.1:8196] 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:03:05.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15846], CON-POST MID=15846, 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:03:05.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-285CF4A47C381397], CON-POST MID=15846, Token=285CF4A47C381397, 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:03:05.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-15846], KeyToken[127.0.0.1:8196-285CF4A47C381397]] 06:03:05.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E529,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15846, Token=285CF4A47C381397, 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:03:05.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15846] 06:03:05.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, 127.0.0.1:8193] replace CON-POST MID=15846, Token=285CF4A47C381397, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15846, Token=285CF4A47C381397, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R530, 127.0.0.1:8193] send response NON-2.05 MID=15846, Token=null, OptionSet={}, "server responds hi" 06:03:05.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, 127.0.0.1:8193, complete]! 06:03:05.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R530, 127.0.0.1:8193, complete] completed NON-2.04 MID=15846, Token=285CF4A47C381397, 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:03:05.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E530,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15846, Token=285CF4A47C381397, 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:03:05.488 [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 42 bytes from 127.0.0.1:8196 06:03:05.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15846] 06:03:05.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529, 127.0.0.1:8196, complete]! 06:03:05.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-285CF4A47C381397] 06:03:05.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15846] 06:03:05.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L529, 127.0.0.1:8196, complete] completed CON-POST MID=15846, Token=285CF4A47C381397, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15846, Token=285CF4A47C381397, 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:03:05.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531, 127.0.0.1:8196] send request 06:03:05.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531, 127.0.0.1:8196] 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:03:05.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15847], CON-POST MID=15847, 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:03:05.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-284EE9C0D178B487], CON-POST MID=15847, Token=284EE9C0D178B487, 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:03:05.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15847], KeyToken[127.0.0.1:8196-284EE9C0D178B487]] 06:03:05.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E531,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15847, Token=284EE9C0D178B487, 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:03:05.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15847] 06:03:05.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, 127.0.0.1:8193] replace CON-POST MID=15847, Token=284EE9C0D178B487, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15847, Token=284EE9C0D178B487, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R532, 127.0.0.1:8193] send response NON-2.05 MID=15847, Token=null, OptionSet={}, "server responds hi" 06:03:05.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, 127.0.0.1:8193, complete]! 06:03:05.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R532, 127.0.0.1:8193, complete] completed NON-2.04 MID=15847, Token=284EE9C0D178B487, 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:03:05.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:8193 06:03:05.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E532,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15847, Token=284EE9C0D178B487, 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:03:05.490 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15847] 06:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531, 127.0.0.1:8196, complete]! 06:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-284EE9C0D178B487] 06:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15847] 06:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L531, 127.0.0.1:8196, complete] completed CON-POST MID=15847, Token=284EE9C0D178B487, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15847, Token=284EE9C0D178B487, 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:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533, 127.0.0.1:8196] send request 06:03:05.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533, 127.0.0.1:8196] 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:03:05.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15848], CON-POST MID=15848, 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:03:05.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2063194BC644181B], CON-POST MID=15848, Token=2063194BC644181B, 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:03:05.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15848], KeyToken[127.0.0.1:8196-2063194BC644181B]] 06:03:05.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E533,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15848, Token=2063194BC644181B, 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:03:05.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15848] 06:03:05.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, 127.0.0.1:8193] replace CON-POST MID=15848, Token=2063194BC644181B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15848, Token=2063194BC644181B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R534, 127.0.0.1:8193] send response NON-2.05 MID=15848, Token=null, OptionSet={}, "server responds hi" 06:03:05.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, 127.0.0.1:8193, complete]! 06:03:05.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R534, 127.0.0.1:8193, complete] completed NON-2.04 MID=15848, Token=2063194BC644181B, 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:03:05.491 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E534,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15848, Token=2063194BC644181B, 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:03:05.492 [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 42 bytes from 127.0.0.1:8196 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15848] 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533, 127.0.0.1:8196, complete]! 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2063194BC644181B] 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15848] 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L533, 127.0.0.1:8196, complete] completed CON-POST MID=15848, Token=2063194BC644181B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15848, Token=2063194BC644181B, 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:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535, 127.0.0.1:8196] send request 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535, 127.0.0.1:8196] 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:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15849], CON-POST MID=15849, 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:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-80F7BAAAE2F8EA4C], CON-POST MID=15849, Token=80F7BAAAE2F8EA4C, 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:03:05.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15849], KeyToken[127.0.0.1:8196-80F7BAAAE2F8EA4C]] 06:03:05.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E535,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15849, Token=80F7BAAAE2F8EA4C, 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:03:05.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15849] 06:03:05.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, 127.0.0.1:8193] replace CON-POST MID=15849, Token=80F7BAAAE2F8EA4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15849, Token=80F7BAAAE2F8EA4C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R536, 127.0.0.1:8193] send response NON-2.05 MID=15849, Token=null, OptionSet={}, "server responds hi" 06:03:05.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, 127.0.0.1:8193, complete]! 06:03:05.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R536, 127.0.0.1:8193, complete] completed NON-2.04 MID=15849, Token=80F7BAAAE2F8EA4C, 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:03:05.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:8193 06:03:05.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E536,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15849, Token=80F7BAAAE2F8EA4C, 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:03:05.550 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15849] 06:03:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535, 127.0.0.1:8196, complete]! 06:03:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-80F7BAAAE2F8EA4C] 06:03:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15849] 06:03:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L535, 127.0.0.1:8196, complete] completed CON-POST MID=15849, Token=80F7BAAAE2F8EA4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15849, Token=80F7BAAAE2F8EA4C, 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:03:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537, 127.0.0.1:8196] send request 06:03:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537, 127.0.0.1:8196] 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:03:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15850], CON-POST MID=15850, 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:03:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4C8F580B2985C546], CON-POST MID=15850, Token=4C8F580B2985C546, 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:03:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15850], KeyToken[127.0.0.1:8196-4C8F580B2985C546]] 06:03:05.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:8196 06:03:05.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E537,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15850, Token=4C8F580B2985C546, 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:03:05.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15850] 06:03:05.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, 127.0.0.1:8193] replace CON-POST MID=15850, Token=4C8F580B2985C546, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15850, Token=4C8F580B2985C546, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R538, 127.0.0.1:8193] send response NON-2.05 MID=15850, Token=null, OptionSet={}, "server responds hi" 06:03:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, 127.0.0.1:8193, complete]! 06:03:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R538, 127.0.0.1:8193, complete] completed NON-2.04 MID=15850, Token=4C8F580B2985C546, 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:03:05.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:8193 06:03:05.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E538,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15850, Token=4C8F580B2985C546, 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:03:05.552 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15850] 06:03:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537, 127.0.0.1:8196, complete]! 06:03:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4C8F580B2985C546] 06:03:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15850] 06:03:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L537, 127.0.0.1:8196, complete] completed CON-POST MID=15850, Token=4C8F580B2985C546, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15850, Token=4C8F580B2985C546, 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:03:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539, 127.0.0.1:8196] send request 06:03:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539, 127.0.0.1:8196] 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:03:05.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15851], CON-POST MID=15851, 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:03:05.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4CB8798B04AC4F95], CON-POST MID=15851, Token=4CB8798B04AC4F95, 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:03:05.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15851], KeyToken[127.0.0.1:8196-4CB8798B04AC4F95]] 06:03:05.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:8196 06:03:05.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E539,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15851, Token=4CB8798B04AC4F95, 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:03:05.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15851] 06:03:05.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, 127.0.0.1:8193] replace CON-POST MID=15851, Token=4CB8798B04AC4F95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15851, Token=4CB8798B04AC4F95, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R540, 127.0.0.1:8193] send response NON-2.05 MID=15851, Token=null, OptionSet={}, "server responds hi" 06:03:05.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, 127.0.0.1:8193, complete]! 06:03:05.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R540, 127.0.0.1:8193, complete] completed NON-2.04 MID=15851, Token=4CB8798B04AC4F95, 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:03:05.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:8193 06:03:05.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E540,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15851, Token=4CB8798B04AC4F95, 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:03:05.554 [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 42 bytes from 127.0.0.1:8196 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15851] 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539, 127.0.0.1:8196, complete]! 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4CB8798B04AC4F95] 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15851] 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L539, 127.0.0.1:8196, complete] completed CON-POST MID=15851, Token=4CB8798B04AC4F95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15851, Token=4CB8798B04AC4F95, 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:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541, 127.0.0.1:8196] send request 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541, 127.0.0.1:8196] 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:03:05.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15852], CON-POST MID=15852, 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:03:05.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-600ED74BE46181DE], CON-POST MID=15852, Token=600ED74BE46181DE, 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:03:05.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15852], KeyToken[127.0.0.1:8196-600ED74BE46181DE]] 06:03:05.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:8196 06:03:05.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E541,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15852, Token=600ED74BE46181DE, 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:03:05.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15852] 06:03:05.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, 127.0.0.1:8193] replace CON-POST MID=15852, Token=600ED74BE46181DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15852, Token=600ED74BE46181DE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R542, 127.0.0.1:8193] send response NON-2.05 MID=15852, Token=null, OptionSet={}, "server responds hi" 06:03:05.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, 127.0.0.1:8193, complete]! 06:03:05.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R542, 127.0.0.1:8193, complete] completed NON-2.04 MID=15852, Token=600ED74BE46181DE, 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:03:05.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:8193 06:03:05.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E542,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15852, Token=600ED74BE46181DE, 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:03:05.556 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15852] 06:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541, 127.0.0.1:8196, complete]! 06:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-600ED74BE46181DE] 06:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15852] 06:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L541, 127.0.0.1:8196, complete] completed CON-POST MID=15852, Token=600ED74BE46181DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15852, Token=600ED74BE46181DE, 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:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543, 127.0.0.1:8196] send request 06:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543, 127.0.0.1:8196] 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:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15853], CON-POST MID=15853, 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:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C0FEB5359D74CB0], CON-POST MID=15853, Token=3C0FEB5359D74CB0, 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:03:05.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15853], KeyToken[127.0.0.1:8196-3C0FEB5359D74CB0]] 06:03:05.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E543,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15853, Token=3C0FEB5359D74CB0, 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:03:05.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15853] 06:03:05.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, 127.0.0.1:8193] replace CON-POST MID=15853, Token=3C0FEB5359D74CB0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15853, Token=3C0FEB5359D74CB0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R544, 127.0.0.1:8193] send response NON-2.05 MID=15853, Token=null, OptionSet={}, "server responds hi" 06:03:05.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, 127.0.0.1:8193, complete]! 06:03:05.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R544, 127.0.0.1:8193, complete] completed NON-2.04 MID=15853, Token=3C0FEB5359D74CB0, 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:03:05.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:8193 06:03:05.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E544,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15853, Token=3C0FEB5359D74CB0, 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:03:05.557 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15853] 06:03:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543, 127.0.0.1:8196, complete]! 06:03:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C0FEB5359D74CB0] 06:03:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15853] 06:03:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L543, 127.0.0.1:8196, complete] completed CON-POST MID=15853, Token=3C0FEB5359D74CB0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15853, Token=3C0FEB5359D74CB0, 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:03:05.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545, 127.0.0.1:8196] send request 06:03:05.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545, 127.0.0.1:8196] 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:03:05.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15854], CON-POST MID=15854, 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:03:05.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-18B899B1ED38F857], CON-POST MID=15854, Token=18B899B1ED38F857, 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:03:05.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15854], KeyToken[127.0.0.1:8196-18B899B1ED38F857]] 06:03:05.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:8196 06:03:05.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E545,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15854, Token=18B899B1ED38F857, 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:03:05.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15854] 06:03:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, 127.0.0.1:8193] replace CON-POST MID=15854, Token=18B899B1ED38F857, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15854, Token=18B899B1ED38F857, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R546, 127.0.0.1:8193] send response NON-2.05 MID=15854, Token=null, OptionSet={}, "server responds hi" 06:03:05.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, 127.0.0.1:8193, complete]! 06:03:05.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R546, 127.0.0.1:8193, complete] completed NON-2.04 MID=15854, Token=18B899B1ED38F857, 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:03:05.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:8193 06:03:05.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E546,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15854, Token=18B899B1ED38F857, 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:03:05.559 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15854] 06:03:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545, 127.0.0.1:8196, complete]! 06:03:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-18B899B1ED38F857] 06:03:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15854] 06:03:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L545, 127.0.0.1:8196, complete] completed CON-POST MID=15854, Token=18B899B1ED38F857, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15854, Token=18B899B1ED38F857, 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:03:05.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547, 127.0.0.1:8196] send request 06:03:05.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547, 127.0.0.1:8196] 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:03:05.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15855], CON-POST MID=15855, 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:03:05.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-EC90301738956BED], CON-POST MID=15855, Token=EC90301738956BED, 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:03:05.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15855], KeyToken[127.0.0.1:8196-EC90301738956BED]] 06:03:05.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:8196 06:03:05.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E547,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15855, Token=EC90301738956BED, 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:03:05.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15855] 06:03:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, 127.0.0.1:8193] replace CON-POST MID=15855, Token=EC90301738956BED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15855, Token=EC90301738956BED, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R548, 127.0.0.1:8193] send response NON-2.05 MID=15855, Token=null, OptionSet={}, "server responds hi" 06:03:05.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, 127.0.0.1:8193, complete]! 06:03:05.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R548, 127.0.0.1:8193, complete] completed NON-2.04 MID=15855, Token=EC90301738956BED, 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:03:05.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:8193 06:03:05.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E548,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15855, Token=EC90301738956BED, 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:03:05.561 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15855] 06:03:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547, 127.0.0.1:8196, complete]! 06:03:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-EC90301738956BED] 06:03:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15855] 06:03:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L547, 127.0.0.1:8196, complete] completed CON-POST MID=15855, Token=EC90301738956BED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15855, Token=EC90301738956BED, 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:03:05.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549, 127.0.0.1:8196] send request 06:03:05.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549, 127.0.0.1:8196] 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:03:05.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15856], CON-POST MID=15856, 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:03:05.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C08ACFD56618E1D3], CON-POST MID=15856, Token=C08ACFD56618E1D3, 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:03:05.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15856], KeyToken[127.0.0.1:8196-C08ACFD56618E1D3]] 06:03:05.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E549,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15856, Token=C08ACFD56618E1D3, 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:03:05.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15856] 06:03:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, 127.0.0.1:8193] replace CON-POST MID=15856, Token=C08ACFD56618E1D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15856, Token=C08ACFD56618E1D3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R550, 127.0.0.1:8193] send response NON-2.05 MID=15856, Token=null, OptionSet={}, "server responds hi" 06:03:05.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, 127.0.0.1:8193, complete]! 06:03:05.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R550, 127.0.0.1:8193, complete] completed NON-2.04 MID=15856, Token=C08ACFD56618E1D3, 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:03:05.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E550,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15856, Token=C08ACFD56618E1D3, 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:03:05.563 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15856] 06:03:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549, 127.0.0.1:8196, complete]! 06:03:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C08ACFD56618E1D3] 06:03:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15856] 06:03:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L549, 127.0.0.1:8196, complete] completed CON-POST MID=15856, Token=C08ACFD56618E1D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15856, Token=C08ACFD56618E1D3, 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:03:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551, 127.0.0.1:8196] send request 06:03:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551, 127.0.0.1:8196] 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:03:05.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15857], CON-POST MID=15857, 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:03:05.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4402516B09390337], CON-POST MID=15857, Token=4402516B09390337, 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:03:05.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15857], KeyToken[127.0.0.1:8196-4402516B09390337]] 06:03:05.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:8196 06:03:05.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E551,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15857, Token=4402516B09390337, 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:03:05.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15857] 06:03:05.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, 127.0.0.1:8193] replace CON-POST MID=15857, Token=4402516B09390337, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15857, Token=4402516B09390337, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R552, 127.0.0.1:8193] send response NON-2.05 MID=15857, Token=null, OptionSet={}, "server responds hi" 06:03:05.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, 127.0.0.1:8193, complete]! 06:03:05.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R552, 127.0.0.1:8193, complete] completed NON-2.04 MID=15857, Token=4402516B09390337, 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:03:05.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:8193 06:03:05.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E552,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15857, Token=4402516B09390337, 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:03:05.565 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15857] 06:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551, 127.0.0.1:8196, complete]! 06:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4402516B09390337] 06:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15857] 06:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L551, 127.0.0.1:8196, complete] completed CON-POST MID=15857, Token=4402516B09390337, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15857, Token=4402516B09390337, 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:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553, 127.0.0.1:8196] send request 06:03:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553, 127.0.0.1:8196] 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:03:05.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15858], CON-POST MID=15858, 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:03:05.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E001A140E6F5E2B5], CON-POST MID=15858, Token=E001A140E6F5E2B5, 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:03:05.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-15858], KeyToken[127.0.0.1:8196-E001A140E6F5E2B5]] 06:03:05.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E553,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15858, Token=E001A140E6F5E2B5, 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:03:05.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15858] 06:03:05.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, 127.0.0.1:8193] replace CON-POST MID=15858, Token=E001A140E6F5E2B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15858, Token=E001A140E6F5E2B5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R554, 127.0.0.1:8193] send response NON-2.05 MID=15858, Token=null, OptionSet={}, "server responds hi" 06:03:05.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, 127.0.0.1:8193, complete]! 06:03:05.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R554, 127.0.0.1:8193, complete] completed NON-2.04 MID=15858, Token=E001A140E6F5E2B5, 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:03:05.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:8193 06:03:05.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E554,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15858, Token=E001A140E6F5E2B5, 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:03:05.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15858] 06:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553, 127.0.0.1:8196, complete]! 06:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E001A140E6F5E2B5] 06:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15858] 06:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L553, 127.0.0.1:8196, complete] completed CON-POST MID=15858, Token=E001A140E6F5E2B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15858, Token=E001A140E6F5E2B5, 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:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555, 127.0.0.1:8196] send request 06:03:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555, 127.0.0.1:8196] 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:03:05.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15859], CON-POST MID=15859, 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:03:05.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-38E32BFFFB8ACB3C], CON-POST MID=15859, Token=38E32BFFFB8ACB3C, 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:03:05.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15859], KeyToken[127.0.0.1:8196-38E32BFFFB8ACB3C]] 06:03:05.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:8196 06:03:05.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E555,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15859, Token=38E32BFFFB8ACB3C, 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:03:05.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15859] 06:03:05.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, 127.0.0.1:8193] replace CON-POST MID=15859, Token=38E32BFFFB8ACB3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15859, Token=38E32BFFFB8ACB3C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R556, 127.0.0.1:8193] send response NON-2.05 MID=15859, Token=null, OptionSet={}, "server responds hi" 06:03:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, 127.0.0.1:8193, complete]! 06:03:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R556, 127.0.0.1:8193, complete] completed NON-2.04 MID=15859, Token=38E32BFFFB8ACB3C, 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:03:05.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:8193 06:03:05.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E556,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15859, Token=38E32BFFFB8ACB3C, 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:03:05.569 [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 42 bytes from 127.0.0.1:8196 06:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15859] 06:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555, 127.0.0.1:8196, complete]! 06:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-38E32BFFFB8ACB3C] 06:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15859] 06:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L555, 127.0.0.1:8196, complete] completed CON-POST MID=15859, Token=38E32BFFFB8ACB3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15859, Token=38E32BFFFB8ACB3C, 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:03:05.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557, 127.0.0.1:8196] send request 06:03:05.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557, 127.0.0.1:8196] 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:03:05.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15860], CON-POST MID=15860, 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:03:05.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-50D66342F6858E3E], CON-POST MID=15860, Token=50D66342F6858E3E, 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:03:05.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15860], KeyToken[127.0.0.1:8196-50D66342F6858E3E]] 06:03:05.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E557,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15860, Token=50D66342F6858E3E, 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:03:05.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15860] 06:03:05.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, 127.0.0.1:8193] replace CON-POST MID=15860, Token=50D66342F6858E3E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15860, Token=50D66342F6858E3E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R558, 127.0.0.1:8193] send response NON-2.05 MID=15860, Token=null, OptionSet={}, "server responds hi" 06:03:05.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, 127.0.0.1:8193, complete]! 06:03:05.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R558, 127.0.0.1:8193, complete] completed NON-2.04 MID=15860, Token=50D66342F6858E3E, 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:03:05.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:8193 06:03:05.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E558,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15860, Token=50D66342F6858E3E, 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:03:05.571 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15860] 06:03:05.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557, 127.0.0.1:8196, complete]! 06:03:05.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-50D66342F6858E3E] 06:03:05.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15860] 06:03:05.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L557, 127.0.0.1:8196, complete] completed CON-POST MID=15860, Token=50D66342F6858E3E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15860, Token=50D66342F6858E3E, 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:03:05.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559, 127.0.0.1:8196] send request 06:03:05.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559, 127.0.0.1:8196] 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:03:05.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15861], CON-POST MID=15861, 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:03:05.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CCDDEEF7D9DCEAFD], CON-POST MID=15861, Token=CCDDEEF7D9DCEAFD, 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:03:05.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15861], KeyToken[127.0.0.1:8196-CCDDEEF7D9DCEAFD]] 06:03:05.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E559,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15861, Token=CCDDEEF7D9DCEAFD, 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:03:05.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15861] 06:03:05.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, 127.0.0.1:8193] replace CON-POST MID=15861, Token=CCDDEEF7D9DCEAFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15861, Token=CCDDEEF7D9DCEAFD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R560, 127.0.0.1:8193] send response NON-2.05 MID=15861, Token=null, OptionSet={}, "server responds hi" 06:03:05.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, 127.0.0.1:8193, complete]! 06:03:05.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R560, 127.0.0.1:8193, complete] completed NON-2.04 MID=15861, Token=CCDDEEF7D9DCEAFD, 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:03:05.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:8193 06:03:05.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E560,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15861, Token=CCDDEEF7D9DCEAFD, 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:03:05.573 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15861] 06:03:05.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559, 127.0.0.1:8196, complete]! 06:03:05.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-CCDDEEF7D9DCEAFD] 06:03:05.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15861] 06:03:05.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L559, 127.0.0.1:8196, complete] completed CON-POST MID=15861, Token=CCDDEEF7D9DCEAFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15861, Token=CCDDEEF7D9DCEAFD, 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:03:05.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561, 127.0.0.1:8196] send request 06:03:05.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561, 127.0.0.1:8196] 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:03:05.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15862], CON-POST MID=15862, 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:03:05.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A46B55A1EA54889E], CON-POST MID=15862, Token=A46B55A1EA54889E, 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:03:05.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15862], KeyToken[127.0.0.1:8196-A46B55A1EA54889E]] 06:03:05.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:8196 06:03:05.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E561,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15862, Token=A46B55A1EA54889E, 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:03:05.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15862] 06:03:05.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, 127.0.0.1:8193] replace CON-POST MID=15862, Token=A46B55A1EA54889E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15862, Token=A46B55A1EA54889E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R562, 127.0.0.1:8193] send response NON-2.05 MID=15862, Token=null, OptionSet={}, "server responds hi" 06:03:05.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, 127.0.0.1:8193, complete]! 06:03:05.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R562, 127.0.0.1:8193, complete] completed NON-2.04 MID=15862, Token=A46B55A1EA54889E, 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:03:05.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:8193 06:03:05.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E562,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15862, Token=A46B55A1EA54889E, 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:03:05.575 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15862] 06:03:05.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561, 127.0.0.1:8196, complete]! 06:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A46B55A1EA54889E] 06:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15862] 06:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L561, 127.0.0.1:8196, complete] completed CON-POST MID=15862, Token=A46B55A1EA54889E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15862, Token=A46B55A1EA54889E, 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:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563, 127.0.0.1:8196] send request 06:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563, 127.0.0.1:8196] 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:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15863], CON-POST MID=15863, 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:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A889A2C42AA304E7], CON-POST MID=15863, Token=A889A2C42AA304E7, 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:03:05.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15863], KeyToken[127.0.0.1:8196-A889A2C42AA304E7]] 06:03:05.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:8196 06:03:05.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E563,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15863, Token=A889A2C42AA304E7, 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:03:05.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15863] 06:03:05.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, 127.0.0.1:8193] replace CON-POST MID=15863, Token=A889A2C42AA304E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15863, Token=A889A2C42AA304E7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R564, 127.0.0.1:8193] send response NON-2.05 MID=15863, Token=null, OptionSet={}, "server responds hi" 06:03:05.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, 127.0.0.1:8193, complete]! 06:03:05.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R564, 127.0.0.1:8193, complete] completed NON-2.04 MID=15863, Token=A889A2C42AA304E7, 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:03:05.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:8193 06:03:05.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E564,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15863, Token=A889A2C42AA304E7, 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:03:05.577 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15863] 06:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563, 127.0.0.1:8196, complete]! 06:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A889A2C42AA304E7] 06:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15863] 06:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L563, 127.0.0.1:8196, complete] completed CON-POST MID=15863, Token=A889A2C42AA304E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15863, Token=A889A2C42AA304E7, 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:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565, 127.0.0.1:8196] send request 06:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565, 127.0.0.1:8196] 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:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15864], CON-POST MID=15864, 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:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F0A0627807A0ECB4], CON-POST MID=15864, Token=F0A0627807A0ECB4, 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:03:05.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15864], KeyToken[127.0.0.1:8196-F0A0627807A0ECB4]] 06:03:05.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:8196 06:03:05.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E565,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15864, Token=F0A0627807A0ECB4, 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:03:05.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15864] 06:03:05.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, 127.0.0.1:8193] replace CON-POST MID=15864, Token=F0A0627807A0ECB4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15864, Token=F0A0627807A0ECB4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R566, 127.0.0.1:8193] send response NON-2.05 MID=15864, Token=null, OptionSet={}, "server responds hi" 06:03:05.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, 127.0.0.1:8193, complete]! 06:03:05.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R566, 127.0.0.1:8193, complete] completed NON-2.04 MID=15864, Token=F0A0627807A0ECB4, 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:03:05.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E566,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15864, Token=F0A0627807A0ECB4, 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:03:05.580 [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 42 bytes from 127.0.0.1:8196 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15864] 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565, 127.0.0.1:8196, complete]! 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F0A0627807A0ECB4] 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15864] 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L565, 127.0.0.1:8196, complete] completed CON-POST MID=15864, Token=F0A0627807A0ECB4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15864, Token=F0A0627807A0ECB4, 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:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567, 127.0.0.1:8196] send request 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567, 127.0.0.1:8196] 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:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15865], CON-POST MID=15865, 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:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C018396F9C569D33], CON-POST MID=15865, Token=C018396F9C569D33, 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:03:05.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15865], KeyToken[127.0.0.1:8196-C018396F9C569D33]] 06:03:05.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:8196 06:03:05.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E567,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15865, Token=C018396F9C569D33, 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:03:05.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15865] 06:03:05.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, 127.0.0.1:8193] replace CON-POST MID=15865, Token=C018396F9C569D33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15865, Token=C018396F9C569D33, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R568, 127.0.0.1:8193] send response NON-2.05 MID=15865, Token=null, OptionSet={}, "server responds hi" 06:03:05.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, 127.0.0.1:8193, complete]! 06:03:05.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R568, 127.0.0.1:8193, complete] completed NON-2.04 MID=15865, Token=C018396F9C569D33, 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:03:05.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:8193 06:03:05.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E568,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15865, Token=C018396F9C569D33, 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:03:05.581 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15865] 06:03:05.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567, 127.0.0.1:8196, complete]! 06:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C018396F9C569D33] 06:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15865] 06:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L567, 127.0.0.1:8196, complete] completed CON-POST MID=15865, Token=C018396F9C569D33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15865, Token=C018396F9C569D33, 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:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569, 127.0.0.1:8196] send request 06:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569, 127.0.0.1:8196] 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:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15866], CON-POST MID=15866, 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:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3C5E1E65EF217AB2], CON-POST MID=15866, Token=3C5E1E65EF217AB2, 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:03:05.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15866], KeyToken[127.0.0.1:8196-3C5E1E65EF217AB2]] 06:03:05.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E569,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15866, Token=3C5E1E65EF217AB2, 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:03:05.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15866] 06:03:05.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, 127.0.0.1:8193] replace CON-POST MID=15866, Token=3C5E1E65EF217AB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15866, Token=3C5E1E65EF217AB2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R570, 127.0.0.1:8193] send response NON-2.05 MID=15866, Token=null, OptionSet={}, "server responds hi" 06:03:05.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, 127.0.0.1:8193, complete]! 06:03:05.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R570, 127.0.0.1:8193, complete] completed NON-2.04 MID=15866, Token=3C5E1E65EF217AB2, 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:03:05.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E570,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15866, Token=3C5E1E65EF217AB2, 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:03:05.583 [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 42 bytes from 127.0.0.1:8196 06:03:05.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15866] 06:03:05.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569, 127.0.0.1:8196, complete]! 06:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3C5E1E65EF217AB2] 06:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15866] 06:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L569, 127.0.0.1:8196, complete] completed CON-POST MID=15866, Token=3C5E1E65EF217AB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15866, Token=3C5E1E65EF217AB2, 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:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571, 127.0.0.1:8196] send request 06:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571, 127.0.0.1:8196] 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:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15867], CON-POST MID=15867, 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:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-F8CC9FDA7FD631A0], CON-POST MID=15867, Token=F8CC9FDA7FD631A0, 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:03:05.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15867], KeyToken[127.0.0.1:8196-F8CC9FDA7FD631A0]] 06:03:05.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:8196 06:03:05.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E571,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15867, Token=F8CC9FDA7FD631A0, 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:03:05.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15867] 06:03:05.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, 127.0.0.1:8193] replace CON-POST MID=15867, Token=F8CC9FDA7FD631A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15867, Token=F8CC9FDA7FD631A0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R572, 127.0.0.1:8193] send response NON-2.05 MID=15867, Token=null, OptionSet={}, "server responds hi" 06:03:05.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, 127.0.0.1:8193, complete]! 06:03:05.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R572, 127.0.0.1:8193, complete] completed NON-2.04 MID=15867, Token=F8CC9FDA7FD631A0, 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:03:05.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:8193 06:03:05.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E572,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15867, Token=F8CC9FDA7FD631A0, 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:03:05.585 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15867] 06:03:05.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571, 127.0.0.1:8196, complete]! 06:03:05.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-F8CC9FDA7FD631A0] 06:03:05.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15867] 06:03:05.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L571, 127.0.0.1:8196, complete] completed CON-POST MID=15867, Token=F8CC9FDA7FD631A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15867, Token=F8CC9FDA7FD631A0, 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:03:05.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573, 127.0.0.1:8196] send request 06:03:05.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573, 127.0.0.1:8196] 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:03:05.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15868], CON-POST MID=15868, 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:03:05.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0BCBB1875ED213C], CON-POST MID=15868, Token=C0BCBB1875ED213C, 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:03:05.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15868], KeyToken[127.0.0.1:8196-C0BCBB1875ED213C]] 06:03:05.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E573,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15868, Token=C0BCBB1875ED213C, 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:03:05.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15868] 06:03:05.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, 127.0.0.1:8193] replace CON-POST MID=15868, Token=C0BCBB1875ED213C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15868, Token=C0BCBB1875ED213C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R574, 127.0.0.1:8193] send response NON-2.05 MID=15868, Token=null, OptionSet={}, "server responds hi" 06:03:05.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, 127.0.0.1:8193, complete]! 06:03:05.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R574, 127.0.0.1:8193, complete] completed NON-2.04 MID=15868, Token=C0BCBB1875ED213C, 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:03:05.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:8193 06:03:05.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E574,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15868, Token=C0BCBB1875ED213C, 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:03:05.587 [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 42 bytes from 127.0.0.1:8196 06:03:05.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15868] 06:03:05.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573, 127.0.0.1:8196, complete]! 06:03:05.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0BCBB1875ED213C] 06:03:05.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15868] 06:03:05.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L573, 127.0.0.1:8196, complete] completed CON-POST MID=15868, Token=C0BCBB1875ED213C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15868, Token=C0BCBB1875ED213C, 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:03:05.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575, 127.0.0.1:8196] send request 06:03:05.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575, 127.0.0.1:8196] 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:03:05.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15869], CON-POST MID=15869, 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:03:05.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B82989E696AD37B5], CON-POST MID=15869, Token=B82989E696AD37B5, 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:03:05.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15869], KeyToken[127.0.0.1:8196-B82989E696AD37B5]] 06:03:05.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:8196 06:03:05.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E575,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15869, Token=B82989E696AD37B5, 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:03:05.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15869] 06:03:05.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, 127.0.0.1:8193] replace CON-POST MID=15869, Token=B82989E696AD37B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15869, Token=B82989E696AD37B5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R576, 127.0.0.1:8193] send response NON-2.05 MID=15869, Token=null, OptionSet={}, "server responds hi" 06:03:05.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, 127.0.0.1:8193, complete]! 06:03:05.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R576, 127.0.0.1:8193, complete] completed NON-2.04 MID=15869, Token=B82989E696AD37B5, 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:03:05.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:8193 06:03:05.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E576,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15869, Token=B82989E696AD37B5, 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:03:05.589 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15869] 06:03:05.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575, 127.0.0.1:8196, complete]! 06:03:05.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B82989E696AD37B5] 06:03:05.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15869] 06:03:05.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L575, 127.0.0.1:8196, complete] completed CON-POST MID=15869, Token=B82989E696AD37B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15869, Token=B82989E696AD37B5, 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:03:05.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577, 127.0.0.1:8196] send request 06:03:05.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577, 127.0.0.1:8196] 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:03:05.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15870], CON-POST MID=15870, 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:03:05.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9C2E8CD48FE6C322], CON-POST MID=15870, Token=9C2E8CD48FE6C322, 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:03:05.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15870], KeyToken[127.0.0.1:8196-9C2E8CD48FE6C322]] 06:03:05.590 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E577,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15870, Token=9C2E8CD48FE6C322, 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:03:05.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15870] 06:03:05.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, 127.0.0.1:8193] replace CON-POST MID=15870, Token=9C2E8CD48FE6C322, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15870, Token=9C2E8CD48FE6C322, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R578, 127.0.0.1:8193] send response NON-2.05 MID=15870, Token=null, OptionSet={}, "server responds hi" 06:03:05.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, 127.0.0.1:8193, complete]! 06:03:05.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R578, 127.0.0.1:8193, complete] completed NON-2.04 MID=15870, Token=9C2E8CD48FE6C322, 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:03:05.591 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E578,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15870, Token=9C2E8CD48FE6C322, 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:03:05.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:05.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15870] 06:03:05.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577, 127.0.0.1:8196, complete]! 06:03:05.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9C2E8CD48FE6C322] 06:03:05.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15870] 06:03:05.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L577, 127.0.0.1:8196, complete] completed CON-POST MID=15870, Token=9C2E8CD48FE6C322, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15870, Token=9C2E8CD48FE6C322, 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:03:05.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579, 127.0.0.1:8196] send request 06:03:05.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579, 127.0.0.1:8196] 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:03:05.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15871], CON-POST MID=15871, 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:03:05.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C8C510517C4651FA], CON-POST MID=15871, Token=C8C510517C4651FA, 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:03:05.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15871], KeyToken[127.0.0.1:8196-C8C510517C4651FA]] 06:03:05.592 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196 06:03:05.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E579,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15871, Token=C8C510517C4651FA, 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:03:05.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193 06:03:05.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15871] 06:03:05.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, 127.0.0.1:8193] replace CON-POST MID=15871, Token=C8C510517C4651FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15871, Token=C8C510517C4651FA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R580, 127.0.0.1:8193] send response NON-2.05 MID=15871, Token=null, OptionSet={}, "server responds hi" 06:03:05.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, 127.0.0.1:8193, complete]! 06:03:05.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R580, 127.0.0.1:8193, complete] completed NON-2.04 MID=15871, Token=C8C510517C4651FA, 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:03:05.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:8193 06:03:05.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E580,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15871, Token=C8C510517C4651FA, 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:03:05.593 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15871] 06:03:05.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579, 127.0.0.1:8196, complete]! 06:03:05.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C8C510517C4651FA] 06:03:05.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15871] 06:03:05.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L579, 127.0.0.1:8196, complete] completed CON-POST MID=15871, Token=C8C510517C4651FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15871, Token=C8C510517C4651FA, 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:03:05.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581, 127.0.0.1:8196] send request 06:03:05.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581, 127.0.0.1:8196] 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:03:05.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15872], CON-POST MID=15872, 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:03:05.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-30D50353B6C1D151], CON-POST MID=15872, Token=30D50353B6C1D151, 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:03:05.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15872], KeyToken[127.0.0.1:8196-30D50353B6C1D151]] 06:03:05.594 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E581,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15872, Token=30D50353B6C1D151, 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:03:05.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15872] 06:03:05.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, 127.0.0.1:8193] replace CON-POST MID=15872, Token=30D50353B6C1D151, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15872, Token=30D50353B6C1D151, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R582, 127.0.0.1:8193] send response NON-2.05 MID=15872, Token=null, OptionSet={}, "server responds hi" 06:03:05.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, 127.0.0.1:8193, complete]! 06:03:05.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R582, 127.0.0.1:8193, complete] completed NON-2.04 MID=15872, Token=30D50353B6C1D151, 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:03:05.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E582,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15872, Token=30D50353B6C1D151, 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:03:05.595 [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 42 bytes from 127.0.0.1:8196 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15872] 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581, 127.0.0.1:8196, complete]! 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-30D50353B6C1D151] 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15872] 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L581, 127.0.0.1:8196, complete] completed CON-POST MID=15872, Token=30D50353B6C1D151, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15872, Token=30D50353B6C1D151, 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:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583, 127.0.0.1:8196] send request 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583, 127.0.0.1:8196] 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:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15873], CON-POST MID=15873, 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:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8CFC9870F8186E2D], CON-POST MID=15873, Token=8CFC9870F8186E2D, 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:03:05.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15873], KeyToken[127.0.0.1:8196-8CFC9870F8186E2D]] 06:03:05.596 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E583,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15873, Token=8CFC9870F8186E2D, 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:03:05.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15873] 06:03:05.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, 127.0.0.1:8193] replace CON-POST MID=15873, Token=8CFC9870F8186E2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15873, Token=8CFC9870F8186E2D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R584, 127.0.0.1:8193] send response NON-2.05 MID=15873, Token=null, OptionSet={}, "server responds hi" 06:03:05.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, 127.0.0.1:8193, complete]! 06:03:05.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R584, 127.0.0.1:8193, complete] completed NON-2.04 MID=15873, Token=8CFC9870F8186E2D, 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:03:05.596 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E584,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15873, Token=8CFC9870F8186E2D, 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:03:05.596 [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 42 bytes from 127.0.0.1:8196 06:03:05.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15873] 06:03:05.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583, 127.0.0.1:8196, complete]! 06:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8CFC9870F8186E2D] 06:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15873] 06:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L583, 127.0.0.1:8196, complete] completed CON-POST MID=15873, Token=8CFC9870F8186E2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15873, Token=8CFC9870F8186E2D, 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:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585, 127.0.0.1:8196] send request 06:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585, 127.0.0.1:8196] 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:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15874], CON-POST MID=15874, 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:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-2417D77BA6FA5F2A], CON-POST MID=15874, Token=2417D77BA6FA5F2A, 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:03:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15874], KeyToken[127.0.0.1:8196-2417D77BA6FA5F2A]] 06:03:05.597 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E585,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15874, Token=2417D77BA6FA5F2A, 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:03:05.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15874] 06:03:05.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, 127.0.0.1:8193] replace CON-POST MID=15874, Token=2417D77BA6FA5F2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15874, Token=2417D77BA6FA5F2A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R586, 127.0.0.1:8193] send response NON-2.05 MID=15874, Token=null, OptionSet={}, "server responds hi" 06:03:05.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, 127.0.0.1:8193, complete]! 06:03:05.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R586, 127.0.0.1:8193, complete] completed NON-2.04 MID=15874, Token=2417D77BA6FA5F2A, 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:03:05.598 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E586,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15874, Token=2417D77BA6FA5F2A, 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:03:05.598 [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 42 bytes from 127.0.0.1:8196 06:03:05.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15874] 06:03:05.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585, 127.0.0.1:8196, complete]! 06:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-2417D77BA6FA5F2A] 06:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15874] 06:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L585, 127.0.0.1:8196, complete] completed CON-POST MID=15874, Token=2417D77BA6FA5F2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15874, Token=2417D77BA6FA5F2A, 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:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587, 127.0.0.1:8196] send request 06:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587, 127.0.0.1:8196] 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:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15875], CON-POST MID=15875, 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:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A00D238D4B85A018], CON-POST MID=15875, Token=A00D238D4B85A018, 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:03:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15875], KeyToken[127.0.0.1:8196-A00D238D4B85A018]] 06:03:05.599 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E587,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15875, Token=A00D238D4B85A018, 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:03:05.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15875] 06:03:05.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, 127.0.0.1:8193] replace CON-POST MID=15875, Token=A00D238D4B85A018, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15875, Token=A00D238D4B85A018, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R588, 127.0.0.1:8193] send response NON-2.05 MID=15875, Token=null, OptionSet={}, "server responds hi" 06:03:05.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, 127.0.0.1:8193, complete]! 06:03:05.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R588, 127.0.0.1:8193, complete] completed NON-2.04 MID=15875, Token=A00D238D4B85A018, 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:03:05.600 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E588,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15875, Token=A00D238D4B85A018, 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:03:05.600 [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 42 bytes from 127.0.0.1:8196 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15875] 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587, 127.0.0.1:8196, complete]! 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A00D238D4B85A018] 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15875] 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L587, 127.0.0.1:8196, complete] completed CON-POST MID=15875, Token=A00D238D4B85A018, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15875, Token=A00D238D4B85A018, 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:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589, 127.0.0.1:8196] send request 06:03:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589, 127.0.0.1:8196] 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:03:05.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15876], CON-POST MID=15876, 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:03:05.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C8BB285AD740535D], CON-POST MID=15876, Token=C8BB285AD740535D, 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:03:05.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15876], KeyToken[127.0.0.1:8196-C8BB285AD740535D]] 06:03:05.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E589,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15876, Token=C8BB285AD740535D, 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:03:05.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15876] 06:03:05.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, 127.0.0.1:8193] replace CON-POST MID=15876, Token=C8BB285AD740535D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15876, Token=C8BB285AD740535D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R590, 127.0.0.1:8193] send response NON-2.05 MID=15876, Token=null, OptionSet={}, "server responds hi" 06:03:05.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, 127.0.0.1:8193, complete]! 06:03:05.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R590, 127.0.0.1:8193, complete] completed NON-2.04 MID=15876, Token=C8BB285AD740535D, 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:03:05.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E590,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15876, Token=C8BB285AD740535D, 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:03:05.602 [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 42 bytes from 127.0.0.1:8196 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15876] 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589, 127.0.0.1:8196, complete]! 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C8BB285AD740535D] 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15876] 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L589, 127.0.0.1:8196, complete] completed CON-POST MID=15876, Token=C8BB285AD740535D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15876, Token=C8BB285AD740535D, 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:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591, 127.0.0.1:8196] send request 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591, 127.0.0.1:8196] 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:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15877], CON-POST MID=15877, 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:03:05.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9417804A4F9BE68B], CON-POST MID=15877, Token=9417804A4F9BE68B, 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:03:05.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15877], KeyToken[127.0.0.1:8196-9417804A4F9BE68B]] 06:03:05.603 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.603 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E591,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15877, Token=9417804A4F9BE68B, 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:03:05.603 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15877] 06:03:05.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, 127.0.0.1:8193] replace CON-POST MID=15877, Token=9417804A4F9BE68B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15877, Token=9417804A4F9BE68B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R592, 127.0.0.1:8193] send response NON-2.05 MID=15877, Token=null, OptionSet={}, "server responds hi" 06:03:05.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, 127.0.0.1:8193, complete]! 06:03:05.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R592, 127.0.0.1:8193, complete] completed NON-2.04 MID=15877, Token=9417804A4F9BE68B, 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:03:05.603 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.604 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E592,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15877, Token=9417804A4F9BE68B, 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:03:05.604 [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 42 bytes from 127.0.0.1:8196 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15877] 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591, 127.0.0.1:8196, complete]! 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9417804A4F9BE68B] 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15877] 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L591, 127.0.0.1:8196, complete] completed CON-POST MID=15877, Token=9417804A4F9BE68B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15877, Token=9417804A4F9BE68B, 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:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593, 127.0.0.1:8196] send request 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593, 127.0.0.1:8196] 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:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15878], CON-POST MID=15878, 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:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D0FD858D2F2733BD], CON-POST MID=15878, Token=D0FD858D2F2733BD, 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:03:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15878], KeyToken[127.0.0.1:8196-D0FD858D2F2733BD]] 06:03:05.604 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.605 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E593,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15878, Token=D0FD858D2F2733BD, 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:03:05.605 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15878] 06:03:05.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, 127.0.0.1:8193] replace CON-POST MID=15878, Token=D0FD858D2F2733BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15878, Token=D0FD858D2F2733BD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R594, 127.0.0.1:8193] send response NON-2.05 MID=15878, Token=null, OptionSet={}, "server responds hi" 06:03:05.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, 127.0.0.1:8193, complete]! 06:03:05.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R594, 127.0.0.1:8193, complete] completed NON-2.04 MID=15878, Token=D0FD858D2F2733BD, 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:03:05.605 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E594,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15878, Token=D0FD858D2F2733BD, 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:03:05.605 [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 42 bytes from 127.0.0.1:8196 06:03:05.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15878] 06:03:05.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593, 127.0.0.1:8196, complete]! 06:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D0FD858D2F2733BD] 06:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15878] 06:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L593, 127.0.0.1:8196, complete] completed CON-POST MID=15878, Token=D0FD858D2F2733BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15878, Token=D0FD858D2F2733BD, 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:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595, 127.0.0.1:8196] send request 06:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595, 127.0.0.1:8196] 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:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15879], CON-POST MID=15879, 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:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E8CA66925C0B058E], CON-POST MID=15879, Token=E8CA66925C0B058E, 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:03:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15879], KeyToken[127.0.0.1:8196-E8CA66925C0B058E]] 06:03:05.606 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E595,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15879, Token=E8CA66925C0B058E, 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:03:05.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15879] 06:03:05.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, 127.0.0.1:8193] replace CON-POST MID=15879, Token=E8CA66925C0B058E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15879, Token=E8CA66925C0B058E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R596, 127.0.0.1:8193] send response NON-2.05 MID=15879, Token=null, OptionSet={}, "server responds hi" 06:03:05.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, 127.0.0.1:8193, complete]! 06:03:05.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R596, 127.0.0.1:8193, complete] completed NON-2.04 MID=15879, Token=E8CA66925C0B058E, 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:03:05.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:8193 06:03:05.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E596,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15879, Token=E8CA66925C0B058E, 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:03:05.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15879] 06:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595, 127.0.0.1:8196, complete]! 06:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E8CA66925C0B058E] 06:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15879] 06:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L595, 127.0.0.1:8196, complete] completed CON-POST MID=15879, Token=E8CA66925C0B058E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15879, Token=E8CA66925C0B058E, 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:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597, 127.0.0.1:8196] send request 06:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597, 127.0.0.1:8196] 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:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15880], CON-POST MID=15880, 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:03:05.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4E6D7BA2832A18D], CON-POST MID=15880, Token=D4E6D7BA2832A18D, 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:03:05.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15880], KeyToken[127.0.0.1:8196-D4E6D7BA2832A18D]] 06:03:05.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E597,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15880, Token=D4E6D7BA2832A18D, 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:03:05.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15880] 06:03:05.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, 127.0.0.1:8193] replace CON-POST MID=15880, Token=D4E6D7BA2832A18D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15880, Token=D4E6D7BA2832A18D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R598, 127.0.0.1:8193] send response NON-2.05 MID=15880, Token=null, OptionSet={}, "server responds hi" 06:03:05.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, 127.0.0.1:8193, complete]! 06:03:05.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R598, 127.0.0.1:8193, complete] completed NON-2.04 MID=15880, Token=D4E6D7BA2832A18D, 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:03:05.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E598,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15880, Token=D4E6D7BA2832A18D, 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:03:05.653 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15880] 06:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597, 127.0.0.1:8196, complete]! 06:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4E6D7BA2832A18D] 06:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15880] 06:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L597, 127.0.0.1:8196, complete] completed CON-POST MID=15880, Token=D4E6D7BA2832A18D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15880, Token=D4E6D7BA2832A18D, 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:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599, 127.0.0.1:8196] send request 06:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599, 127.0.0.1:8196] 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:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15881], CON-POST MID=15881, 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:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C451F0DF447ECE5E], CON-POST MID=15881, Token=C451F0DF447ECE5E, 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:03:05.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15881], KeyToken[127.0.0.1:8196-C451F0DF447ECE5E]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E599,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15881, Token=C451F0DF447ECE5E, 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:03:05.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15881] 06:03:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, 127.0.0.1:8193] replace CON-POST MID=15881, Token=C451F0DF447ECE5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15881, Token=C451F0DF447ECE5E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R600, 127.0.0.1:8193] send response NON-2.05 MID=15881, Token=null, OptionSet={}, "server responds hi" 06:03:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, 127.0.0.1:8193, complete]! 06:03:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R600, 127.0.0.1:8193, complete] completed NON-2.04 MID=15881, Token=C451F0DF447ECE5E, 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:03:05.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:8193 06:03:05.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E600,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15881, Token=C451F0DF447ECE5E, 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:03:05.654 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15881] 06:03:05.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599, 127.0.0.1:8196, complete]! 06:03:05.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C451F0DF447ECE5E] 06:03:05.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15881] 06:03:05.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L599, 127.0.0.1:8196, complete] completed CON-POST MID=15881, Token=C451F0DF447ECE5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15881, Token=C451F0DF447ECE5E, 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:03:05.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601, 127.0.0.1:8196] send request 06:03:05.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601, 127.0.0.1:8196] 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:03:05.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15882], CON-POST MID=15882, 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:03:05.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-688F784BFDE47E1A], CON-POST MID=15882, Token=688F784BFDE47E1A, 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:03:05.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15882], KeyToken[127.0.0.1:8196-688F784BFDE47E1A]] 06:03:05.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E601,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15882, Token=688F784BFDE47E1A, 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:03:05.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15882] 06:03:05.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, 127.0.0.1:8193] replace CON-POST MID=15882, Token=688F784BFDE47E1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15882, Token=688F784BFDE47E1A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R602, 127.0.0.1:8193] send response NON-2.05 MID=15882, Token=null, OptionSet={}, "server responds hi" 06:03:05.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, 127.0.0.1:8193, complete]! 06:03:05.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R602, 127.0.0.1:8193, complete] completed NON-2.04 MID=15882, Token=688F784BFDE47E1A, 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:03:05.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:8193 06:03:05.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E602,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15882, Token=688F784BFDE47E1A, 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:03:05.656 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15882] 06:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601, 127.0.0.1:8196, complete]! 06:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-688F784BFDE47E1A] 06:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15882] 06:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L601, 127.0.0.1:8196, complete] completed CON-POST MID=15882, Token=688F784BFDE47E1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15882, Token=688F784BFDE47E1A, 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:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603, 127.0.0.1:8196] send request 06:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603, 127.0.0.1:8196] 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:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15883], CON-POST MID=15883, 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:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-DCD8971617D3FB72], CON-POST MID=15883, Token=DCD8971617D3FB72, 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:03:05.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15883], KeyToken[127.0.0.1:8196-DCD8971617D3FB72]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E603,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15883, Token=DCD8971617D3FB72, 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:03:05.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15883] 06:03:05.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, 127.0.0.1:8193] replace CON-POST MID=15883, Token=DCD8971617D3FB72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15883, Token=DCD8971617D3FB72, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R604, 127.0.0.1:8193] send response NON-2.05 MID=15883, Token=null, OptionSet={}, "server responds hi" 06:03:05.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, 127.0.0.1:8193, complete]! 06:03:05.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R604, 127.0.0.1:8193, complete] completed NON-2.04 MID=15883, Token=DCD8971617D3FB72, 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:03:05.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:8193 06:03:05.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E604,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15883, Token=DCD8971617D3FB72, 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:03:05.657 [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 42 bytes from 127.0.0.1:8196 06:03:05.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15883] 06:03:05.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603, 127.0.0.1:8196, complete]! 06:03:05.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-DCD8971617D3FB72] 06:03:05.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15883] 06:03:05.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L603, 127.0.0.1:8196, complete] completed CON-POST MID=15883, Token=DCD8971617D3FB72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15883, Token=DCD8971617D3FB72, 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:03:05.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605, 127.0.0.1:8196] send request 06:03:05.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605, 127.0.0.1:8196] 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:03:05.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15884], CON-POST MID=15884, 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:03:05.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D0D41EEE74FD3043], CON-POST MID=15884, Token=D0D41EEE74FD3043, 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:03:05.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15884], KeyToken[127.0.0.1:8196-D0D41EEE74FD3043]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E605,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15884, Token=D0D41EEE74FD3043, 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:03:05.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15884] 06:03:05.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, 127.0.0.1:8193] replace CON-POST MID=15884, Token=D0D41EEE74FD3043, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15884, Token=D0D41EEE74FD3043, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R606, 127.0.0.1:8193] send response NON-2.05 MID=15884, Token=null, OptionSet={}, "server responds hi" 06:03:05.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, 127.0.0.1:8193, complete]! 06:03:05.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R606, 127.0.0.1:8193, complete] completed NON-2.04 MID=15884, Token=D0D41EEE74FD3043, 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:03:05.659 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E606,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15884, Token=D0D41EEE74FD3043, 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:03:05.659 [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 42 bytes from 127.0.0.1:8196 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15884] 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605, 127.0.0.1:8196, complete]! 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D0D41EEE74FD3043] 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15884] 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L605, 127.0.0.1:8196, complete] completed CON-POST MID=15884, Token=D0D41EEE74FD3043, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15884, Token=D0D41EEE74FD3043, 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:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607, 127.0.0.1:8196] send request 06:03:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607, 127.0.0.1:8196] 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:03:05.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15885], CON-POST MID=15885, 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:03:05.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-88D009E16B4153DE], CON-POST MID=15885, Token=88D009E16B4153DE, 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:03:05.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15885], KeyToken[127.0.0.1:8196-88D009E16B4153DE]] 06:03:05.660 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E607,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15885, Token=88D009E16B4153DE, 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:03:05.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15885] 06:03:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, 127.0.0.1:8193] replace CON-POST MID=15885, Token=88D009E16B4153DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15885, Token=88D009E16B4153DE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R608, 127.0.0.1:8193] send response NON-2.05 MID=15885, Token=null, OptionSet={}, "server responds hi" 06:03:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, 127.0.0.1:8193, complete]! 06:03:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R608, 127.0.0.1:8193, complete] completed NON-2.04 MID=15885, Token=88D009E16B4153DE, 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:03:05.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:8193 06:03:05.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E608,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15885, Token=88D009E16B4153DE, 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:03:05.661 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15885] 06:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607, 127.0.0.1:8196, complete]! 06:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-88D009E16B4153DE] 06:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15885] 06:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L607, 127.0.0.1:8196, complete] completed CON-POST MID=15885, Token=88D009E16B4153DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15885, Token=88D009E16B4153DE, 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:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609, 127.0.0.1:8196] send request 06:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609, 127.0.0.1:8196] 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:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15886], CON-POST MID=15886, 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:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0CD92C0EAADD012], CON-POST MID=15886, Token=C0CD92C0EAADD012, 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:03:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15886], KeyToken[127.0.0.1:8196-C0CD92C0EAADD012]] 06:03:05.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E609,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15886, Token=C0CD92C0EAADD012, 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:03:05.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15886] 06:03:05.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, 127.0.0.1:8193] replace CON-POST MID=15886, Token=C0CD92C0EAADD012, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15886, Token=C0CD92C0EAADD012, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R610, 127.0.0.1:8193] send response NON-2.05 MID=15886, Token=null, OptionSet={}, "server responds hi" 06:03:05.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, 127.0.0.1:8193, complete]! 06:03:05.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R610, 127.0.0.1:8193, complete] completed NON-2.04 MID=15886, Token=C0CD92C0EAADD012, 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:03:05.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:8193 06:03:05.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E610,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15886, Token=C0CD92C0EAADD012, 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:03:05.662 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15886] 06:03:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609, 127.0.0.1:8196, complete]! 06:03:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0CD92C0EAADD012] 06:03:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15886] 06:03:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L609, 127.0.0.1:8196, complete] completed CON-POST MID=15886, Token=C0CD92C0EAADD012, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15886, Token=C0CD92C0EAADD012, 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:03:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611, 127.0.0.1:8196] send request 06:03:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611, 127.0.0.1:8196] 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:03:05.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15887], CON-POST MID=15887, 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:03:05.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8CF2CC4B9EA4FF12], CON-POST MID=15887, Token=8CF2CC4B9EA4FF12, 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:03:05.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15887], KeyToken[127.0.0.1:8196-8CF2CC4B9EA4FF12]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E611,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15887, Token=8CF2CC4B9EA4FF12, 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:03:05.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15887] 06:03:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, 127.0.0.1:8193] replace CON-POST MID=15887, Token=8CF2CC4B9EA4FF12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15887, Token=8CF2CC4B9EA4FF12, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R612, 127.0.0.1:8193] send response NON-2.05 MID=15887, Token=null, OptionSet={}, "server responds hi" 06:03:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, 127.0.0.1:8193, complete]! 06:03:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R612, 127.0.0.1:8193, complete] completed NON-2.04 MID=15887, Token=8CF2CC4B9EA4FF12, 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:03:05.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E612,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15887, Token=8CF2CC4B9EA4FF12, 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:03:05.664 [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 42 bytes from 127.0.0.1:8196 06:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15887] 06:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611, 127.0.0.1:8196, complete]! 06:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8CF2CC4B9EA4FF12] 06:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15887] 06:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L611, 127.0.0.1:8196, complete] completed CON-POST MID=15887, Token=8CF2CC4B9EA4FF12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15887, Token=8CF2CC4B9EA4FF12, 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:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613, 127.0.0.1:8196] send request 06:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613, 127.0.0.1:8196] 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:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15888], CON-POST MID=15888, 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:03:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D891B3D7367BAC4D], CON-POST MID=15888, Token=D891B3D7367BAC4D, 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:03:05.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15888], KeyToken[127.0.0.1:8196-D891B3D7367BAC4D]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E613,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15888, Token=D891B3D7367BAC4D, 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:03:05.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15888] 06:03:05.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, 127.0.0.1:8193] replace CON-POST MID=15888, Token=D891B3D7367BAC4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15888, Token=D891B3D7367BAC4D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R614, 127.0.0.1:8193] send response NON-2.05 MID=15888, Token=null, OptionSet={}, "server responds hi" 06:03:05.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, 127.0.0.1:8193, complete]! 06:03:05.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R614, 127.0.0.1:8193, complete] completed NON-2.04 MID=15888, Token=D891B3D7367BAC4D, 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:03:05.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:8193 06:03:05.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E614,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15888, Token=D891B3D7367BAC4D, 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:03:05.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15888] 06:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613, 127.0.0.1:8196, complete]! 06:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D891B3D7367BAC4D] 06:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15888] 06:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L613, 127.0.0.1:8196, complete] completed CON-POST MID=15888, Token=D891B3D7367BAC4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15888, Token=D891B3D7367BAC4D, 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:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615, 127.0.0.1:8196] send request 06:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615, 127.0.0.1:8196] 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:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15889], CON-POST MID=15889, 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:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-8CEBB5006F2E1742], CON-POST MID=15889, Token=8CEBB5006F2E1742, 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:03:05.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15889], KeyToken[127.0.0.1:8196-8CEBB5006F2E1742]] 06:03:05.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E615,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15889, Token=8CEBB5006F2E1742, 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:03:05.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15889] 06:03:05.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, 127.0.0.1:8193] replace CON-POST MID=15889, Token=8CEBB5006F2E1742, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15889, Token=8CEBB5006F2E1742, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R616, 127.0.0.1:8193] send response NON-2.05 MID=15889, Token=null, OptionSet={}, "server responds hi" 06:03:05.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, 127.0.0.1:8193, complete]! 06:03:05.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R616, 127.0.0.1:8193, complete] completed NON-2.04 MID=15889, Token=8CEBB5006F2E1742, 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:03:05.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E616,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15889, Token=8CEBB5006F2E1742, 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:03:05.667 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15889] 06:03:05.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615, 127.0.0.1:8196, complete]! 06:03:05.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-8CEBB5006F2E1742] 06:03:05.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15889] 06:03:05.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L615, 127.0.0.1:8196, complete] completed CON-POST MID=15889, Token=8CEBB5006F2E1742, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15889, Token=8CEBB5006F2E1742, 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:03:05.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617, 127.0.0.1:8196] send request 06:03:05.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617, 127.0.0.1:8196] 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:03:05.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15890], CON-POST MID=15890, 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:03:05.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-483D1AF25623695B], CON-POST MID=15890, Token=483D1AF25623695B, 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:03:05.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15890], KeyToken[127.0.0.1:8196-483D1AF25623695B]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E617,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15890, Token=483D1AF25623695B, 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:03:05.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15890] 06:03:05.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, 127.0.0.1:8193] replace CON-POST MID=15890, Token=483D1AF25623695B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15890, Token=483D1AF25623695B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R618, 127.0.0.1:8193] send response NON-2.05 MID=15890, Token=null, OptionSet={}, "server responds hi" 06:03:05.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, 127.0.0.1:8193, complete]! 06:03:05.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R618, 127.0.0.1:8193, complete] completed NON-2.04 MID=15890, Token=483D1AF25623695B, 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:03:05.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:8193 06:03:05.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E618,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15890, Token=483D1AF25623695B, 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:03:05.669 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15890] 06:03:05.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617, 127.0.0.1:8196, complete]! 06:03:05.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-483D1AF25623695B] 06:03:05.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15890] 06:03:05.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L617, 127.0.0.1:8196, complete] completed CON-POST MID=15890, Token=483D1AF25623695B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15890, Token=483D1AF25623695B, 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:03:05.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619, 127.0.0.1:8196] send request 06:03:05.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619, 127.0.0.1:8196] 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:03:05.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15891], CON-POST MID=15891, 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:03:05.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-58D35EFD3A6859A5], CON-POST MID=15891, Token=58D35EFD3A6859A5, 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:03:05.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15891], KeyToken[127.0.0.1:8196-58D35EFD3A6859A5]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E619,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15891, Token=58D35EFD3A6859A5, 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:03:05.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15891] 06:03:05.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, 127.0.0.1:8193] replace CON-POST MID=15891, Token=58D35EFD3A6859A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15891, Token=58D35EFD3A6859A5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R620, 127.0.0.1:8193] send response NON-2.05 MID=15891, Token=null, OptionSet={}, "server responds hi" 06:03:05.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, 127.0.0.1:8193, complete]! 06:03:05.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R620, 127.0.0.1:8193, complete] completed NON-2.04 MID=15891, Token=58D35EFD3A6859A5, 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:03:05.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:8193 06:03:05.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E620,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15891, Token=58D35EFD3A6859A5, 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:03:05.671 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15891] 06:03:05.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619, 127.0.0.1:8196, complete]! 06:03:05.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-58D35EFD3A6859A5] 06:03:05.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15891] 06:03:05.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L619, 127.0.0.1:8196, complete] completed CON-POST MID=15891, Token=58D35EFD3A6859A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15891, Token=58D35EFD3A6859A5, 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:03:05.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621, 127.0.0.1:8196] send request 06:03:05.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621, 127.0.0.1:8196] 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:03:05.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15892], CON-POST MID=15892, 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:03:05.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-E832FA0990A86285], CON-POST MID=15892, Token=E832FA0990A86285, 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:03:05.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15892], KeyToken[127.0.0.1:8196-E832FA0990A86285]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E621,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15892, Token=E832FA0990A86285, 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:03:05.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15892] 06:03:05.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, 127.0.0.1:8193] replace CON-POST MID=15892, Token=E832FA0990A86285, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15892, Token=E832FA0990A86285, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R622, 127.0.0.1:8193] send response NON-2.05 MID=15892, Token=null, OptionSet={}, "server responds hi" 06:03:05.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, 127.0.0.1:8193, complete]! 06:03:05.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R622, 127.0.0.1:8193, complete] completed NON-2.04 MID=15892, Token=E832FA0990A86285, 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:03:05.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:8193 06:03:05.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E622,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15892, Token=E832FA0990A86285, 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:03:05.673 [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 42 bytes from 127.0.0.1:8196 06:03:05.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15892] 06:03:05.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621, 127.0.0.1:8196, complete]! 06:03:05.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-E832FA0990A86285] 06:03:05.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15892] 06:03:05.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L621, 127.0.0.1:8196, complete] completed CON-POST MID=15892, Token=E832FA0990A86285, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15892, Token=E832FA0990A86285, 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:03:05.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623, 127.0.0.1:8196] send request 06:03:05.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623, 127.0.0.1:8196] 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:03:05.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15893], CON-POST MID=15893, 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:03:05.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-D4A5949DCB015361], CON-POST MID=15893, Token=D4A5949DCB015361, 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:03:05.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15893], KeyToken[127.0.0.1:8196-D4A5949DCB015361]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E623,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15893, Token=D4A5949DCB015361, 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:03:05.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15893] 06:03:05.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, 127.0.0.1:8193] replace CON-POST MID=15893, Token=D4A5949DCB015361, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15893, Token=D4A5949DCB015361, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R624, 127.0.0.1:8193] send response NON-2.05 MID=15893, Token=null, OptionSet={}, "server responds hi" 06:03:05.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, 127.0.0.1:8193, complete]! 06:03:05.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R624, 127.0.0.1:8193, complete] completed NON-2.04 MID=15893, Token=D4A5949DCB015361, 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:03:05.675 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E624,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15893, Token=D4A5949DCB015361, 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:03:05.675 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15893] 06:03:05.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623, 127.0.0.1:8196, complete]! 06:03:05.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-D4A5949DCB015361] 06:03:05.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15893] 06:03:05.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L623, 127.0.0.1:8196, complete] completed CON-POST MID=15893, Token=D4A5949DCB015361, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15893, Token=D4A5949DCB015361, 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:03:05.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625, 127.0.0.1:8196] send request 06:03:05.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625, 127.0.0.1:8196] 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:03:05.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15894], CON-POST MID=15894, 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:03:05.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-84CD1DEA2BF38D1D], CON-POST MID=15894, Token=84CD1DEA2BF38D1D, 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:03:05.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15894], KeyToken[127.0.0.1:8196-84CD1DEA2BF38D1D]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E625,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15894, Token=84CD1DEA2BF38D1D, 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:03:05.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15894] 06:03:05.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, 127.0.0.1:8193] replace CON-POST MID=15894, Token=84CD1DEA2BF38D1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15894, Token=84CD1DEA2BF38D1D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R626, 127.0.0.1:8193] send response NON-2.05 MID=15894, Token=null, OptionSet={}, "server responds hi" 06:03:05.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, 127.0.0.1:8193, complete]! 06:03:05.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R626, 127.0.0.1:8193, complete] completed NON-2.04 MID=15894, Token=84CD1DEA2BF38D1D, 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:03:05.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E626,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15894, Token=84CD1DEA2BF38D1D, 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:03:05.677 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15894] 06:03:05.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625, 127.0.0.1:8196, complete]! 06:03:05.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-84CD1DEA2BF38D1D] 06:03:05.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15894] 06:03:05.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L625, 127.0.0.1:8196, complete] completed CON-POST MID=15894, Token=84CD1DEA2BF38D1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15894, Token=84CD1DEA2BF38D1D, 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:03:05.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627, 127.0.0.1:8196] send request 06:03:05.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627, 127.0.0.1:8196] 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:03:05.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15895], CON-POST MID=15895, 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:03:05.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-3CB797B12BA52526], CON-POST MID=15895, Token=3CB797B12BA52526, 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:03:05.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15895], KeyToken[127.0.0.1:8196-3CB797B12BA52526]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E627,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15895, Token=3CB797B12BA52526, 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:03:05.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15895] 06:03:05.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, 127.0.0.1:8193] replace CON-POST MID=15895, Token=3CB797B12BA52526, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15895, Token=3CB797B12BA52526, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R628, 127.0.0.1:8193] send response NON-2.05 MID=15895, Token=null, OptionSet={}, "server responds hi" 06:03:05.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, 127.0.0.1:8193, complete]! 06:03:05.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R628, 127.0.0.1:8193, complete] completed NON-2.04 MID=15895, Token=3CB797B12BA52526, 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:03:05.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:8193 06:03:05.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E628,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15895, Token=3CB797B12BA52526, 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:03:05.679 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15895] 06:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627, 127.0.0.1:8196, complete]! 06:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-3CB797B12BA52526] 06:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15895] 06:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L627, 127.0.0.1:8196, complete] completed CON-POST MID=15895, Token=3CB797B12BA52526, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15895, Token=3CB797B12BA52526, 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:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629, 127.0.0.1:8196] send request 06:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629, 127.0.0.1:8196] 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:03:05.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15896], CON-POST MID=15896, 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:03:05.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-84245CCF5158736C], CON-POST MID=15896, Token=84245CCF5158736C, 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:03:05.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15896], KeyToken[127.0.0.1:8196-84245CCF5158736C]] 06:03:05.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E629,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15896, Token=84245CCF5158736C, 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:03:05.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15896] 06:03:05.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, 127.0.0.1:8193] replace CON-POST MID=15896, Token=84245CCF5158736C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15896, Token=84245CCF5158736C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R630, 127.0.0.1:8193] send response NON-2.05 MID=15896, Token=null, OptionSet={}, "server responds hi" 06:03:05.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, 127.0.0.1:8193, complete]! 06:03:05.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R630, 127.0.0.1:8193, complete] completed NON-2.04 MID=15896, Token=84245CCF5158736C, 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:03:05.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:8193 06:03:05.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E630,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15896, Token=84245CCF5158736C, 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:03:05.681 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15896] 06:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629, 127.0.0.1:8196, complete]! 06:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-84245CCF5158736C] 06:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15896] 06:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L629, 127.0.0.1:8196, complete] completed CON-POST MID=15896, Token=84245CCF5158736C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15896, Token=84245CCF5158736C, 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:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631, 127.0.0.1:8196] send request 06:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631, 127.0.0.1:8196] 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:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15897], CON-POST MID=15897, 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:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-7C20A649ECA6C074], CON-POST MID=15897, Token=7C20A649ECA6C074, 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:03:05.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15897], KeyToken[127.0.0.1:8196-7C20A649ECA6C074]] 06:03:05.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E631,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15897, Token=7C20A649ECA6C074, 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:03:05.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15897] 06:03:05.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, 127.0.0.1:8193] replace CON-POST MID=15897, Token=7C20A649ECA6C074, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15897, Token=7C20A649ECA6C074, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R632, 127.0.0.1:8193] send response NON-2.05 MID=15897, Token=null, OptionSet={}, "server responds hi" 06:03:05.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, 127.0.0.1:8193, complete]! 06:03:05.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R632, 127.0.0.1:8193, complete] completed NON-2.04 MID=15897, Token=7C20A649ECA6C074, 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:03:05.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:8193 06:03:05.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E632,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15897, Token=7C20A649ECA6C074, 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:03:05.682 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15897] 06:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631, 127.0.0.1:8196, complete]! 06:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-7C20A649ECA6C074] 06:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15897] 06:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L631, 127.0.0.1:8196, complete] completed CON-POST MID=15897, Token=7C20A649ECA6C074, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15897, Token=7C20A649ECA6C074, 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:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633, 127.0.0.1:8196] send request 06:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633, 127.0.0.1:8196] 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:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15898], CON-POST MID=15898, 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:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-545C498906665297], CON-POST MID=15898, Token=545C498906665297, 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:03:05.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15898], KeyToken[127.0.0.1:8196-545C498906665297]] 06:03:05.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E633,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15898, Token=545C498906665297, 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:03:05.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15898] 06:03:05.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, 127.0.0.1:8193] replace CON-POST MID=15898, Token=545C498906665297, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15898, Token=545C498906665297, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R634, 127.0.0.1:8193] send response NON-2.05 MID=15898, Token=null, OptionSet={}, "server responds hi" 06:03:05.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, 127.0.0.1:8193, complete]! 06:03:05.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R634, 127.0.0.1:8193, complete] completed NON-2.04 MID=15898, Token=545C498906665297, 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:03:05.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E634,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15898, Token=545C498906665297, 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:03:05.684 [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 42 bytes from 127.0.0.1:8196 06:03:05.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15898] 06:03:05.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633, 127.0.0.1:8196, complete]! 06:03:05.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-545C498906665297] 06:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15898] 06:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L633, 127.0.0.1:8196, complete] completed CON-POST MID=15898, Token=545C498906665297, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15898, Token=545C498906665297, 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:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635, 127.0.0.1:8196] send request 06:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635, 127.0.0.1:8196] 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:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15899], CON-POST MID=15899, 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:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-4C0C2216E94B77AF], CON-POST MID=15899, Token=4C0C2216E94B77AF, 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:03:05.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15899], KeyToken[127.0.0.1:8196-4C0C2216E94B77AF]] 06:03:05.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E635,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15899, Token=4C0C2216E94B77AF, 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:03:05.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15899] 06:03:05.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, 127.0.0.1:8193] replace CON-POST MID=15899, Token=4C0C2216E94B77AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15899, Token=4C0C2216E94B77AF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R636, 127.0.0.1:8193] send response NON-2.05 MID=15899, Token=null, OptionSet={}, "server responds hi" 06:03:05.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, 127.0.0.1:8193, complete]! 06:03:05.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R636, 127.0.0.1:8193, complete] completed NON-2.04 MID=15899, Token=4C0C2216E94B77AF, 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:03:05.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:8193 06:03:05.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E636,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15899, Token=4C0C2216E94B77AF, 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:03:05.686 [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 42 bytes from 127.0.0.1:8196 06:03:05.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15899] 06:03:05.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635, 127.0.0.1:8196, complete]! 06:03:05.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-4C0C2216E94B77AF] 06:03:05.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15899] 06:03:05.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L635, 127.0.0.1:8196, complete] completed CON-POST MID=15899, Token=4C0C2216E94B77AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15899, Token=4C0C2216E94B77AF, 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:03:05.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637, 127.0.0.1:8196] send request 06:03:05.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637, 127.0.0.1:8196] 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:03:05.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15900], CON-POST MID=15900, 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:03:05.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-20EC3E4E3A3FB198], CON-POST MID=15900, Token=20EC3E4E3A3FB198, 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:03:05.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15900], KeyToken[127.0.0.1:8196-20EC3E4E3A3FB198]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E637,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15900, Token=20EC3E4E3A3FB198, 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:03:05.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15900] 06:03:05.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, 127.0.0.1:8193] replace CON-POST MID=15900, Token=20EC3E4E3A3FB198, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15900, Token=20EC3E4E3A3FB198, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R638, 127.0.0.1:8193] send response NON-2.05 MID=15900, Token=null, OptionSet={}, "server responds hi" 06:03:05.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, 127.0.0.1:8193, complete]! 06:03:05.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R638, 127.0.0.1:8193, complete] completed NON-2.04 MID=15900, Token=20EC3E4E3A3FB198, 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:03:05.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E638,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15900, Token=20EC3E4E3A3FB198, 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:03:05.688 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15900] 06:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637, 127.0.0.1:8196, complete]! 06:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-20EC3E4E3A3FB198] 06:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15900] 06:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L637, 127.0.0.1:8196, complete] completed CON-POST MID=15900, Token=20EC3E4E3A3FB198, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15900, Token=20EC3E4E3A3FB198, 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:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639, 127.0.0.1:8196] send request 06:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639, 127.0.0.1:8196] 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:03:05.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15901], CON-POST MID=15901, 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:03:05.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C08626B122F98472], CON-POST MID=15901, Token=C08626B122F98472, 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:03:05.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15901], KeyToken[127.0.0.1:8196-C08626B122F98472]] 06:03:05.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E639,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15901, Token=C08626B122F98472, 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:03:05.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15901] 06:03:05.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, 127.0.0.1:8193] replace CON-POST MID=15901, Token=C08626B122F98472, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15901, Token=C08626B122F98472, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R640, 127.0.0.1:8193] send response NON-2.05 MID=15901, Token=null, OptionSet={}, "server responds hi" 06:03:05.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, 127.0.0.1:8193, complete]! 06:03:05.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R640, 127.0.0.1:8193, complete] completed NON-2.04 MID=15901, Token=C08626B122F98472, 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:03:05.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E640,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15901, Token=C08626B122F98472, 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:03:05.689 [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 42 bytes from 127.0.0.1:8196 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15901] 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639, 127.0.0.1:8196, complete]! 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C08626B122F98472] 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15901] 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L639, 127.0.0.1:8196, complete] completed CON-POST MID=15901, Token=C08626B122F98472, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15901, Token=C08626B122F98472, 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:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641, 127.0.0.1:8196] send request 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641, 127.0.0.1:8196] 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:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15902], CON-POST MID=15902, 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:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-9CBA46FCD3A36BA2], CON-POST MID=15902, Token=9CBA46FCD3A36BA2, 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:03:05.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15902], KeyToken[127.0.0.1:8196-9CBA46FCD3A36BA2]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E641,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15902, Token=9CBA46FCD3A36BA2, 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:03:05.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15902] 06:03:05.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, 127.0.0.1:8193] replace CON-POST MID=15902, Token=9CBA46FCD3A36BA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15902, Token=9CBA46FCD3A36BA2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R642, 127.0.0.1:8193] send response NON-2.05 MID=15902, Token=null, OptionSet={}, "server responds hi" 06:03:05.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, 127.0.0.1:8193, complete]! 06:03:05.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R642, 127.0.0.1:8193, complete] completed NON-2.04 MID=15902, Token=9CBA46FCD3A36BA2, 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:03:05.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E642,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15902, Token=9CBA46FCD3A36BA2, 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:03:05.691 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15902] 06:03:05.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641, 127.0.0.1:8196, complete]! 06:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-9CBA46FCD3A36BA2] 06:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15902] 06:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L641, 127.0.0.1:8196, complete] completed CON-POST MID=15902, Token=9CBA46FCD3A36BA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15902, Token=9CBA46FCD3A36BA2, 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:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643, 127.0.0.1:8196] send request 06:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643, 127.0.0.1:8196] 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:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15903], CON-POST MID=15903, 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:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A85E875BDA19C596], CON-POST MID=15903, Token=A85E875BDA19C596, 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:03:05.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15903], KeyToken[127.0.0.1:8196-A85E875BDA19C596]] 06:03:05.692 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E643,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15903, Token=A85E875BDA19C596, 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:03:05.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15903] 06:03:05.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, 127.0.0.1:8193] replace CON-POST MID=15903, Token=A85E875BDA19C596, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15903, Token=A85E875BDA19C596, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R644, 127.0.0.1:8193] send response NON-2.05 MID=15903, Token=null, OptionSet={}, "server responds hi" 06:03:05.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, 127.0.0.1:8193, complete]! 06:03:05.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R644, 127.0.0.1:8193, complete] completed NON-2.04 MID=15903, Token=A85E875BDA19C596, 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:03:05.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E644,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15903, Token=A85E875BDA19C596, 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:03:05.693 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15903] 06:03:05.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643, 127.0.0.1:8196, complete]! 06:03:05.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A85E875BDA19C596] 06:03:05.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15903] 06:03:05.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L643, 127.0.0.1:8196, complete] completed CON-POST MID=15903, Token=A85E875BDA19C596, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15903, Token=A85E875BDA19C596, 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:03:05.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645, 127.0.0.1:8196] send request 06:03:05.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645, 127.0.0.1:8196] 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:03:05.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15904], CON-POST MID=15904, 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:03:05.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-A0F5F955B166B445], CON-POST MID=15904, Token=A0F5F955B166B445, 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:03:05.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15904], KeyToken[127.0.0.1:8196-A0F5F955B166B445]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E645,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15904, Token=A0F5F955B166B445, 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:03:05.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15904] 06:03:05.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, 127.0.0.1:8193] replace CON-POST MID=15904, Token=A0F5F955B166B445, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15904, Token=A0F5F955B166B445, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R646, 127.0.0.1:8193] send response NON-2.05 MID=15904, Token=null, OptionSet={}, "server responds hi" 06:03:05.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, 127.0.0.1:8193, complete]! 06:03:05.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R646, 127.0.0.1:8193, complete] completed NON-2.04 MID=15904, Token=A0F5F955B166B445, 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:03:05.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E646,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15904, Token=A0F5F955B166B445, 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:03:05.695 [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 42 bytes from 127.0.0.1:8196 06:03:05.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15904] 06:03:05.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645, 127.0.0.1:8196, complete]! 06:03:05.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-A0F5F955B166B445] 06:03:05.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15904] 06:03:05.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L645, 127.0.0.1:8196, complete] completed CON-POST MID=15904, Token=A0F5F955B166B445, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15904, Token=A0F5F955B166B445, 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:03:05.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647, 127.0.0.1:8196] send request 06:03:05.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647, 127.0.0.1:8196] 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:03:05.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15905], CON-POST MID=15905, 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:03:05.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B04C09CEC3BBA9C1], CON-POST MID=15905, Token=B04C09CEC3BBA9C1, 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:03:05.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15905], KeyToken[127.0.0.1:8196-B04C09CEC3BBA9C1]] 06:03:05.696 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E647,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15905, Token=B04C09CEC3BBA9C1, 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:03:05.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15905] 06:03:05.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, 127.0.0.1:8193] replace CON-POST MID=15905, Token=B04C09CEC3BBA9C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15905, Token=B04C09CEC3BBA9C1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R648, 127.0.0.1:8193] send response NON-2.05 MID=15905, Token=null, OptionSet={}, "server responds hi" 06:03:05.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, 127.0.0.1:8193, complete]! 06:03:05.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R648, 127.0.0.1:8193, complete] completed NON-2.04 MID=15905, Token=B04C09CEC3BBA9C1, 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:03:05.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:8193 06:03:05.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E648,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15905, Token=B04C09CEC3BBA9C1, 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:03:05.697 [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 42 bytes from 127.0.0.1:8196 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15905] 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647, 127.0.0.1:8196, complete]! 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B04C09CEC3BBA9C1] 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15905] 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L647, 127.0.0.1:8196, complete] completed CON-POST MID=15905, Token=B04C09CEC3BBA9C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15905, Token=B04C09CEC3BBA9C1, 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:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649, 127.0.0.1:8196] send request 06:03:05.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649, 127.0.0.1:8196] 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:03:05.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15906], CON-POST MID=15906, 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:03:05.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-AC9B393F807C75AF], CON-POST MID=15906, Token=AC9B393F807C75AF, 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:03:05.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15906], KeyToken[127.0.0.1:8196-AC9B393F807C75AF]] 06:03:05.698 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E649,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15906, Token=AC9B393F807C75AF, 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:03:05.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15906] 06:03:05.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, 127.0.0.1:8193] replace CON-POST MID=15906, Token=AC9B393F807C75AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15906, Token=AC9B393F807C75AF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R650, 127.0.0.1:8193] send response NON-2.05 MID=15906, Token=null, OptionSet={}, "server responds hi" 06:03:05.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, 127.0.0.1:8193, complete]! 06:03:05.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R650, 127.0.0.1:8193, complete] completed NON-2.04 MID=15906, Token=AC9B393F807C75AF, 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:03:05.699 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E650,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15906, Token=AC9B393F807C75AF, 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:03:05.699 [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 42 bytes from 127.0.0.1:8196 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15906] 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649, 127.0.0.1:8196, complete]! 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-AC9B393F807C75AF] 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15906] 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L649, 127.0.0.1:8196, complete] completed CON-POST MID=15906, Token=AC9B393F807C75AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15906, Token=AC9B393F807C75AF, 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:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651, 127.0.0.1:8196] send request 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651, 127.0.0.1:8196] 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:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15907], CON-POST MID=15907, 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:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-B850782C3FE06520], CON-POST MID=15907, Token=B850782C3FE06520, 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:03:05.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15907], KeyToken[127.0.0.1:8196-B850782C3FE06520]] 06:03:05.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E651,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15907, Token=B850782C3FE06520, 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:03:05.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15907] 06:03:05.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, 127.0.0.1:8193] replace CON-POST MID=15907, Token=B850782C3FE06520, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15907, Token=B850782C3FE06520, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R652, 127.0.0.1:8193] send response NON-2.05 MID=15907, Token=null, OptionSet={}, "server responds hi" 06:03:05.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, 127.0.0.1:8193, complete]! 06:03:05.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R652, 127.0.0.1:8193, complete] completed NON-2.04 MID=15907, Token=B850782C3FE06520, 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:03:05.700 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E652,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15907, Token=B850782C3FE06520, 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:03:05.700 [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 42 bytes from 127.0.0.1:8196 06:03:05.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15907] 06:03:05.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651, 127.0.0.1:8196, complete]! 06:03:05.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-B850782C3FE06520] 06:03:05.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15907] 06:03:05.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L651, 127.0.0.1:8196, complete] completed CON-POST MID=15907, Token=B850782C3FE06520, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15907, Token=B850782C3FE06520, 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:03:05.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653, 127.0.0.1:8196] send request 06:03:05.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653, 127.0.0.1:8196] 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:03:05.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15908], CON-POST MID=15908, 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:03:05.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-84656DBE6AB8FC1E], CON-POST MID=15908, Token=84656DBE6AB8FC1E, 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:03:05.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15908], KeyToken[127.0.0.1:8196-84656DBE6AB8FC1E]] 06:03:05.701 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E653,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15908, Token=84656DBE6AB8FC1E, 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:03:05.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15908] 06:03:05.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, 127.0.0.1:8193] replace CON-POST MID=15908, Token=84656DBE6AB8FC1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15908, Token=84656DBE6AB8FC1E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R654, 127.0.0.1:8193] send response NON-2.05 MID=15908, Token=null, OptionSet={}, "server responds hi" 06:03:05.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, 127.0.0.1:8193, complete]! 06:03:05.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R654, 127.0.0.1:8193, complete] completed NON-2.04 MID=15908, Token=84656DBE6AB8FC1E, 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:03:05.702 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E654,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15908, Token=84656DBE6AB8FC1E, 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:03:05.702 [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 42 bytes from 127.0.0.1:8196 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15908] 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653, 127.0.0.1:8196, complete]! 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-84656DBE6AB8FC1E] 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15908] 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L653, 127.0.0.1:8196, complete] completed CON-POST MID=15908, Token=84656DBE6AB8FC1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15908, Token=84656DBE6AB8FC1E, 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:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655, 127.0.0.1:8196] send request 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655, 127.0.0.1:8196] 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:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15909], CON-POST MID=15909, 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:03:05.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-68EC93D12C0CF797], CON-POST MID=15909, Token=68EC93D12C0CF797, 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:03:05.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15909], KeyToken[127.0.0.1:8196-68EC93D12C0CF797]] 06:03:05.703 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E655,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15909, Token=68EC93D12C0CF797, 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:03:05.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15909] 06:03:05.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, 127.0.0.1:8193] replace CON-POST MID=15909, Token=68EC93D12C0CF797, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15909, Token=68EC93D12C0CF797, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R656, 127.0.0.1:8193] send response NON-2.05 MID=15909, Token=null, OptionSet={}, "server responds hi" 06:03:05.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, 127.0.0.1:8193, complete]! 06:03:05.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R656, 127.0.0.1:8193, complete] completed NON-2.04 MID=15909, Token=68EC93D12C0CF797, 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:03:05.703 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.703 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E656,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15909, Token=68EC93D12C0CF797, 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:03:05.703 [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 42 bytes from 127.0.0.1:8196 06:03:05.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15909] 06:03:05.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655, 127.0.0.1:8196, complete]! 06:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-68EC93D12C0CF797] 06:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15909] 06:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L655, 127.0.0.1:8196, complete] completed CON-POST MID=15909, Token=68EC93D12C0CF797, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15909, Token=68EC93D12C0CF797, 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:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657, 127.0.0.1:8196] send request 06:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657, 127.0.0.1:8196] 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:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15910], CON-POST MID=15910, 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:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-603AFCB41F09A3F8], CON-POST MID=15910, Token=603AFCB41F09A3F8, 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:03:05.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15910], KeyToken[127.0.0.1:8196-603AFCB41F09A3F8]] 06:03:05.704 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E657,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15910, Token=603AFCB41F09A3F8, 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:03:05.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15910] 06:03:05.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, 127.0.0.1:8193] replace CON-POST MID=15910, Token=603AFCB41F09A3F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15910, Token=603AFCB41F09A3F8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R658, 127.0.0.1:8193] send response NON-2.05 MID=15910, Token=null, OptionSet={}, "server responds hi" 06:03:05.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, 127.0.0.1:8193, complete]! 06:03:05.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R658, 127.0.0.1:8193, complete] completed NON-2.04 MID=15910, Token=603AFCB41F09A3F8, 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:03:05.751 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E658,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15910, Token=603AFCB41F09A3F8, 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:03:05.751 [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 42 bytes from 127.0.0.1:8196 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15910] 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657, 127.0.0.1:8196, complete]! 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-603AFCB41F09A3F8] 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15910] 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L657, 127.0.0.1:8196, complete] completed CON-POST MID=15910, Token=603AFCB41F09A3F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15910, Token=603AFCB41F09A3F8, 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:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659, 127.0.0.1:8196] send request 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659, 127.0.0.1:8196] 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:03:05.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15911], CON-POST MID=15911, 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:03:05.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-ECB16F3385604C8C], CON-POST MID=15911, Token=ECB16F3385604C8C, 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:03:05.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15911], KeyToken[127.0.0.1:8196-ECB16F3385604C8C]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E659,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15911, Token=ECB16F3385604C8C, 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:03:05.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15911] 06:03:05.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, 127.0.0.1:8193] replace CON-POST MID=15911, Token=ECB16F3385604C8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15911, Token=ECB16F3385604C8C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R660, 127.0.0.1:8193] send response NON-2.05 MID=15911, Token=null, OptionSet={}, "server responds hi" 06:03:05.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, 127.0.0.1:8193, complete]! 06:03:05.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R660, 127.0.0.1:8193, complete] completed NON-2.04 MID=15911, Token=ECB16F3385604C8C, 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:03:05.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E660,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15911, Token=ECB16F3385604C8C, 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:03:05.753 [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 42 bytes from 127.0.0.1:8196 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15911] 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659, 127.0.0.1:8196, complete]! 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-ECB16F3385604C8C] 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15911] 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L659, 127.0.0.1:8196, complete] completed CON-POST MID=15911, Token=ECB16F3385604C8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15911, Token=ECB16F3385604C8C, 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:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661, 127.0.0.1:8196] send request 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661, 127.0.0.1:8196] 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:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15912], CON-POST MID=15912, 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:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-68CD815155BD1E87], CON-POST MID=15912, Token=68CD815155BD1E87, 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:03:05.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15912], KeyToken[127.0.0.1:8196-68CD815155BD1E87]] 06:03:05.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E661,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15912, Token=68CD815155BD1E87, 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:03:05.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15912] 06:03:05.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, 127.0.0.1:8193] replace CON-POST MID=15912, Token=68CD815155BD1E87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15912, Token=68CD815155BD1E87, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R662, 127.0.0.1:8193] send response NON-2.05 MID=15912, Token=null, OptionSet={}, "server responds hi" 06:03:05.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, 127.0.0.1:8193, complete]! 06:03:05.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R662, 127.0.0.1:8193, complete] completed NON-2.04 MID=15912, Token=68CD815155BD1E87, 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:03:05.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:8193 06:03:05.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E662,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15912, Token=68CD815155BD1E87, 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:03:05.754 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15912] 06:03:05.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661, 127.0.0.1:8196, complete]! 06:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-68CD815155BD1E87] 06:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15912] 06:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L661, 127.0.0.1:8196, complete] completed CON-POST MID=15912, Token=68CD815155BD1E87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15912, Token=68CD815155BD1E87, 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:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663, 127.0.0.1:8196] send request 06:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663, 127.0.0.1:8196] 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:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15913], CON-POST MID=15913, 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:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-287B8DB796B5E082], CON-POST MID=15913, Token=287B8DB796B5E082, 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:03:05.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15913], KeyToken[127.0.0.1:8196-287B8DB796B5E082]] 06:03:05.755 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 06:03:05.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E663,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15913, Token=287B8DB796B5E082, 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:03:05.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15913] 06:03:05.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, 127.0.0.1:8193] replace CON-POST MID=15913, Token=287B8DB796B5E082, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15913, Token=287B8DB796B5E082, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R664, 127.0.0.1:8193] send response NON-2.05 MID=15913, Token=null, OptionSet={}, "server responds hi" 06:03:05.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, 127.0.0.1:8193, complete]! 06:03:05.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R664, 127.0.0.1:8193, complete] completed NON-2.04 MID=15913, Token=287B8DB796B5E082, 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:03:05.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:8193 06:03:05.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E664,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15913, Token=287B8DB796B5E082, 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:03:05.756 [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 42 bytes from 127.0.0.1:8196 06:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-15913] 06:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663, 127.0.0.1:8196, complete]! 06:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-287B8DB796B5E082] 06:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15913] 06:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L663, 127.0.0.1:8196, complete] completed CON-POST MID=15913, Token=287B8DB796B5E082, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15913, Token=287B8DB796B5E082, 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:03:05.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665, 127.0.0.1:8196] send request 06:03:05.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665, 127.0.0.1:8196] 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:03:05.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15914], CON-POST MID=15914, 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:03:05.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-48E7405A898192C6], CON-POST MID=15914, Token=48E7405A898192C6, 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:03:05.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15914], KeyToken[127.0.0.1:8196-48E7405A898192C6]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E665,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15914, Token=48E7405A898192C6, 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:03:05.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15914] 06:03:05.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, 127.0.0.1:8193] replace CON-POST MID=15914, Token=48E7405A898192C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15914, Token=48E7405A898192C6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R666, 127.0.0.1:8193] send response NON-2.05 MID=15914, Token=null, OptionSet={}, "server responds hi" 06:03:05.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, 127.0.0.1:8193, complete]! 06:03:05.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R666, 127.0.0.1:8193, complete] completed NON-2.04 MID=15914, Token=48E7405A898192C6, 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:03:05.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:8193 06:03:05.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E666,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15914, Token=48E7405A898192C6, 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:03:05.758 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15914] 06:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665, 127.0.0.1:8196, complete]! 06:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-48E7405A898192C6] 06:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15914] 06:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L665, 127.0.0.1:8196, complete] completed CON-POST MID=15914, Token=48E7405A898192C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15914, Token=48E7405A898192C6, 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:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667, 127.0.0.1:8196] send request 06:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667, 127.0.0.1:8196] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667, 127.0.0.1:8196] 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:03:05.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-15915], CON-POST MID=15915, 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:03:05.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-545B87C992644E18], CON-POST MID=15915, Token=545B87C992644E18, 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:03:05.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-15915], KeyToken[127.0.0.1:8196-545B87C992644E18]] 06:03:05.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 41 bytes to 127.0.0.1:8196 06:03:05.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E667,T35) 127.0.0.1:8,193 ==> :8,196 [CON-POST MID=15915, Token=545B87C992644E18, 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:03:05.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8193 06:03:05.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-15915] 06:03:05.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, 127.0.0.1:8193] replace CON-POST MID=15915, Token=545B87C992644E18, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15915, Token=545B87C992644E18, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R668, 127.0.0.1:8193] send response NON-2.05 MID=15915, Token=null, OptionSet={}, "server responds hi" 06:03:05.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, 127.0.0.1:8193, complete]! 06:03:05.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R668, 127.0.0.1:8193, complete] completed NON-2.04 MID=15915, Token=545B87C992644E18, 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:03:05.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:8193 06:03:05.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E668,T20) 127.0.0.1:8,196 ==> :8,193 [NON-2.04 MID=15915, Token=545B87C992644E18, 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:03:05.760 [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 42 bytes from 127.0.0.1:8196 06:03:05.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:8196-15915] 06:03:05.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667, 127.0.0.1:8196, complete]! 06:03:05.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-545B87C992644E18] 06:03:05.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-15915] 06:03:05.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L667, 127.0.0.1:8196, complete] completed CON-POST MID=15915, Token=545B87C992644E18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15915, Token=545B87C992644E18, 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:03:05.760 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.760 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 06:03:05.760 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 06:03:05.760 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 06:03:05.760 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 06:03:05.761 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 06:03:05.761 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 06:03:05.761 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:05.762 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.762 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.762 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.762 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.762 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.763 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.763 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.763 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.763 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.763 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 06:03:05.763 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.763 [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:03:05.763 [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:03:05.763 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197 06:03:05.764 [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:03:05.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669, 127.0.0.1:8197] send request 06:03:05.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669, 127.0.0.1:8197] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669, 127.0.0.1:8197] 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:03:05.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669, 127.0.0.1:8197] added with KeyMID[127.0.0.1:8197-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:03:05.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669, 127.0.0.1:8197] added with generated token KeyToken[127.0.0.1:8197-44C89CB3426437BE], CON-POST MID=10000, Token=44C89CB3426437BE, 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:03:05.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-10000], KeyToken[127.0.0.1:8197-44C89CB3426437BE]] 06:03:05.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:8197 06:03:05.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E669,T40) 127.0.0.1:8,193 ==> :8,197 [CON-POST MID=10000, Token=44C89CB3426437BE, 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:03:05.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8197) received 40 bytes from 127.0.0.1:8193 06:03:05.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000] 06:03:05.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, 127.0.0.1:8193] replace CON-POST MID=10000, Token=44C89CB3426437BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=44C89CB3426437BE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R670, 127.0.0.1:8193] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 06:03:05.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, 127.0.0.1:8193, complete]! 06:03:05.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R670, 127.0.0.1:8193, complete] completed NON-2.04 MID=10000, Token=44C89CB3426437BE, 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:03:05.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:8193 06:03:05.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E670,T20) 127.0.0.1:8,197 ==> :8,193 [NON-2.04 MID=10000, Token=44C89CB3426437BE, 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:03:05.766 [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 42 bytes from 127.0.0.1:8197 06:03:05.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:8197-10000] 06:03:05.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669, 127.0.0.1:8197, complete]! 06:03:05.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, 127.0.0.1:8197, complete] for token KeyToken[127.0.0.1:8197-44C89CB3426437BE] 06:03:05.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, 127.0.0.1:8197, complete] for MID KeyMID[127.0.0.1:8197-10000] 06:03:05.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L669, 127.0.0.1:8197, complete] completed CON-POST MID=10000, Token=44C89CB3426437BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=44C89CB3426437BE, 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:03:05.766 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.767 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 06:03:05.767 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197 06:03:05.767 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ... 06:03:05.767 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1 06:03:05.767 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped. 06:03:05.767 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197 06:03:05.767 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:05.767 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.767 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.768 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.768 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.768 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.768 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.768 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.768 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.768 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.768 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 06:03:05.768 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.769 [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:03:05.769 [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:03:05.769 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 06:03:05.769 [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:03:05.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671, 127.0.0.1:8198] send request 06:03:05.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671, 127.0.0.1:8198] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671, 127.0.0.1:8198] 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:03:05.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671, 127.0.0.1:8198] added with KeyMID[127.0.0.1:8198-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:03:05.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671, 127.0.0.1:8198] added with generated token KeyToken[127.0.0.1:8198-24C4444589FBF4FC], CON-POST MID=10000, Token=24C4444589FBF4FC, 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:03:05.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8198-10000], KeyToken[127.0.0.1:8198-24C4444589FBF4FC]] 06:03:05.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 41 bytes to 127.0.0.1:8198 06:03:05.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E671,T45) 127.0.0.1:8,193 ==> :8,198 [CON-POST MID=10000, Token=24C4444589FBF4FC, 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:03:05.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8198) received 41 bytes from 127.0.0.1:8193 06:03:05.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000] 06:03:05.770 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 06:03:05.770 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 06:03:05.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R672, 127.0.0.1:8193, complete]! 06:03:05.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R672, 127.0.0.1:8193, complete] completed ACK-4.01 MID=10000, Token=24C4444589FBF4FC, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 06:03:05.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 41 bytes to 127.0.0.1:8193 06:03:05.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E672,T20) 127.0.0.1:8,198 ==> :8,193 [ACK-4.01 MID=10000, Token=24C4444589FBF4FC, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 06:03:05.771 [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 41 bytes from 127.0.0.1:8198 06:03:05.771 [: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:03:05.771 [: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=24C4444589FBF4FC, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 06:03:05.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671, 127.0.0.1:8198, complete]! 06:03:05.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, 127.0.0.1:8198, complete] for token KeyToken[127.0.0.1:8198-24C4444589FBF4FC] 06:03:05.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, 127.0.0.1:8198, complete] for MID KeyMID[127.0.0.1:8198-10000] 06:03:05.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L671, 127.0.0.1:8198, complete] completed CON-POST MID=10000, Token=24C4444589FBF4FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=24C4444589FBF4FC, 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:03:05.771 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.771 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 06:03:05.771 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 06:03:05.771 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 06:03:05.771 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 06:03:05.772 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 06:03:05.772 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 06:03:05.772 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:05.772 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.772 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.772 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.772 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.773 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.773 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.773 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.773 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.773 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.773 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 06:03:05.773 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.773 [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:03:05.773 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199 06:03:05.773 [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:03:05.773 [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:03:05.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673, 127.0.0.1:8199] send request 06:03:05.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673, 127.0.0.1:8199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673, 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":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:03:05.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673, 127.0.0.1:8199] added with generated mid KeyMID[127.0.0.1:8199-20202], CON-POST MID=20202, 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:03:05.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673, 127.0.0.1:8199] added with generated token KeyToken[127.0.0.1:8199-D459A53626451366], CON-POST MID=20202, Token=D459A53626451366, 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:03:05.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-20202], KeyToken[127.0.0.1:8199-D459A53626451366]] 06:03:05.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:8199 06:03:05.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E673,T50) 127.0.0.1:8,193 ==> :8,199 [CON-POST MID=20202, Token=D459A53626451366, 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:03:05.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 40 bytes from 127.0.0.1:8193 06:03:05.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-20202] 06:03:05.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, 127.0.0.1:8193] replace CON-POST MID=20202, Token=D459A53626451366, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20202, Token=D459A53626451366, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R674, 127.0.0.1:8193] send response NON-2.05 MID=20202, Token=null, OptionSet={}, "server responds hi" 06:03:05.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, 127.0.0.1:8193, complete]! 06:03:05.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R674, 127.0.0.1:8193, complete] completed NON-2.04 MID=20202, Token=D459A53626451366, 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:03:05.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 06:03:05.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E674,T20) 127.0.0.1:8,199 ==> :8,193 [NON-2.04 MID=20202, Token=D459A53626451366, 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:03:05.776 [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 42 bytes from 127.0.0.1:8199 06:03:05.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:8199-20202] 06:03:05.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673, 127.0.0.1:8199, complete]! 06:03:05.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, 127.0.0.1:8199, complete] for token KeyToken[127.0.0.1:8199-D459A53626451366] 06:03:05.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, 127.0.0.1:8199, complete] for MID KeyMID[127.0.0.1:8199-20202] 06:03:05.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L673, 127.0.0.1:8199, complete] completed CON-POST MID=20202, Token=D459A53626451366, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20202, Token=D459A53626451366, 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:03:05.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675, 127.0.0.1:8199] send request 06:03:05.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675, 127.0.0.1:8199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675, 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":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:03:05.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675, 127.0.0.1:8199] added with generated mid KeyMID[127.0.0.1:8199-20203], CON-POST MID=20203, 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:03:05.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675, 127.0.0.1:8199] added with generated token KeyToken[127.0.0.1:8199-2C0C04BA99D12BD3], CON-POST MID=20203, Token=2C0C04BA99D12BD3, 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:03:05.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-20203], KeyToken[127.0.0.1:8199-2C0C04BA99D12BD3]] 06:03:05.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:8199 06:03:05.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E675,T50) 127.0.0.1:8,193 ==> :8,199 [CON-POST MID=20203, Token=2C0C04BA99D12BD3, 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:03:05.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 40 bytes from 127.0.0.1:8193 06:03:05.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-20203] 06:03:05.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, 127.0.0.1:8193] replace CON-POST MID=20203, Token=2C0C04BA99D12BD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20203, Token=2C0C04BA99D12BD3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R676, 127.0.0.1:8193] send response NON-2.05 MID=20203, Token=null, OptionSet={}, "server responds hi" 06:03:05.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, 127.0.0.1:8193, complete]! 06:03:05.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R676, 127.0.0.1:8193, complete] completed NON-2.04 MID=20203, Token=2C0C04BA99D12BD3, 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:03:05.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:8193 06:03:05.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E676,T20) 127.0.0.1:8,199 ==> :8,193 [NON-2.04 MID=20203, Token=2C0C04BA99D12BD3, 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:03:05.778 [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 42 bytes from 127.0.0.1:8199 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-20203] 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675, 127.0.0.1:8199, complete]! 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, 127.0.0.1:8199, complete] for token KeyToken[127.0.0.1:8199-2C0C04BA99D12BD3] 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, 127.0.0.1:8199, complete] for MID KeyMID[127.0.0.1:8199-20203] 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L675, 127.0.0.1:8199, complete] completed CON-POST MID=20203, Token=2C0C04BA99D12BD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20203, Token=2C0C04BA99D12BD3, 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:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677, 127.0.0.1:8199] send request 06:03:05.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677, 127.0.0.1:8199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677, 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":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:03:05.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677, 127.0.0.1:8199] added with generated mid KeyMID[127.0.0.1:8199-20204], CON-POST MID=20204, 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:03:05.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677, 127.0.0.1:8199] added with generated token KeyToken[127.0.0.1:8199-20B87D2F16EBAAEE], CON-POST MID=20204, Token=20B87D2F16EBAAEE, 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:03:05.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-20204], KeyToken[127.0.0.1:8199-20B87D2F16EBAAEE]] 06:03:05.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:8199 06:03:05.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E677,T50) 127.0.0.1:8,193 ==> :8,199 [CON-POST MID=20204, Token=20B87D2F16EBAAEE, 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:03:05.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 40 bytes from 127.0.0.1:8193 06:03:05.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-20204] 06:03:05.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.779 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:03:05.779 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:05.779 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:03:05.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R678, 127.0.0.1:8193, complete]! 06:03:05.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R678, 127.0.0.1:8193, complete] completed ACK-4.01 MID=20204, Token=20B87D2F16EBAAEE, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:03:05.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 30 bytes to 127.0.0.1:8193 06:03:05.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E678,T20) 127.0.0.1:8,199 ==> :8,193 [ACK-4.01 MID=20204, Token=20B87D2F16EBAAEE, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:03:05.780 [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:8199 06:03:05.780 [: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:03:05.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=20204, Token=20B87D2F16EBAAEE, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:03:05.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677, 127.0.0.1:8199, complete]! 06:03:05.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, 127.0.0.1:8199, complete] for token KeyToken[127.0.0.1:8199-20B87D2F16EBAAEE] 06:03:05.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, 127.0.0.1:8199, complete] for MID KeyMID[127.0.0.1:8199-20204] 06:03:05.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L677, 127.0.0.1:8199, complete] completed CON-POST MID=20204, Token=20B87D2F16EBAAEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20204, Token=20B87D2F16EBAAEE, 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:03:05.780 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.780 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 06:03:05.780 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199 06:03:05.780 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ... 06:03:05.780 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1 06:03:05.780 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped. 06:03:05.780 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199 06:03:05.780 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:05.781 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.781 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.781 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.781 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.781 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.781 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.781 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.781 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.781 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.781 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 06:03:05.782 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.782 [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:03:05.782 [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:03:05.782 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 06:03:05.782 [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:03:05.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679, 127.0.0.1:8200] send request 06:03:05.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679, 127.0.0.1:8200] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679, 127.0.0.1:8200] 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:03:05.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679, 127.0.0.1:8200] added with KeyMID[127.0.0.1:8200-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:03:05.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-30492455606C220A], CON-POST MID=10000, Token=30492455606C220A, 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:03:05.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-10000], KeyToken[127.0.0.1:8200-30492455606C220A]] 06:03:05.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:03:05.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E679,T55) 127.0.0.1:8,193 ==> :8,200 [CON-POST MID=10000, Token=30492455606C220A, 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:03:05.783 [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:8193 06:03:05.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000] 06:03:05.783 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 06:03:05.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R680, 127.0.0.1:8193, complete]! 06:03:05.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R680, 127.0.0.1:8193, complete] completed ACK-4.01 MID=10000, Token=30492455606C220A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 06:03:05.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 66 bytes to 127.0.0.1:8193 06:03:05.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E680,T20) 127.0.0.1:8,200 ==> :8,193 [ACK-4.01 MID=10000, Token=30492455606C220A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 06:03:05.783 [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 66 bytes from 127.0.0.1:8200 06:03:05.784 [: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:03:05.784 [: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=30492455606C220A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 06:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679, 127.0.0.1:8200, complete]! 06:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-30492455606C220A] 06:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-10000] 06:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L679, 127.0.0.1:8200, complete] completed CON-POST MID=10000, Token=30492455606C220A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=30492455606C220A, 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:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681, 127.0.0.1:8200] send request 06:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681, 127.0.0.1:8200] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681, 127.0.0.1:8200] 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:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681, 127.0.0.1:8200] added with KeyMID[127.0.0.1:8200-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:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-4C88C66A18237389], CON-POST MID=10001, Token=4C88C66A18237389, 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:03:05.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-10001], KeyToken[127.0.0.1:8200-4C88C66A18237389]] 06:03:05.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 49 bytes to 127.0.0.1:8200 06:03:05.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E681,T55) 127.0.0.1:8,193 ==> :8,200 [CON-POST MID=10001, Token=4C88C66A18237389, 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:03:05.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 49 bytes from 127.0.0.1:8193 06:03:05.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10001] 06:03:05.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, 127.0.0.1:8193] replace CON-POST MID=10001, Token=4C88C66A18237389, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=4C88C66A18237389, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R682, 127.0.0.1:8193] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 06:03:05.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, 127.0.0.1:8193, complete]! 06:03:05.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R682, 127.0.0.1:8193, complete] completed NON-2.04 MID=10001, Token=4C88C66A18237389, 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:03:05.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:8193 06:03:05.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E682,T20) 127.0.0.1:8,200 ==> :8,193 [NON-2.04 MID=10001, Token=4C88C66A18237389, 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:03:05.785 [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 42 bytes from 127.0.0.1:8200 06:03:05.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:8200-10001] 06:03:05.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681, 127.0.0.1:8200, complete]! 06:03:05.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-4C88C66A18237389] 06:03:05.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-10001] 06:03:05.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L681, 127.0.0.1:8200, complete] completed CON-POST MID=10001, Token=4C88C66A18237389, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=4C88C66A18237389, 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:03:05.786 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.786 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 06:03:05.786 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 06:03:05.786 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 06:03:05.786 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 06:03:05.786 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 06:03:05.786 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 06:03:05.786 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 06:03:05.786 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:05.786 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:03:05.786 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:03:05.786 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:03:05.786 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:03:05.786 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:03:05.787 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:03:05.788 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. Start OSCoreServerClientTest 06:03:05.788 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.789 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.789 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.789 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.789 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.794 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.794 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.794 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.794 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.794 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 06:03:05.794 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.794 [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:03:05.794 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201 06:03:05.794 [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:03:05.794 [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:03:05.795 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.795 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.795 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.795 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.795 [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:03:05.795 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:05.795 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.795 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.795 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:05.795 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 06:03:05.795 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.795 [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:03:05.795 [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:03:05.795 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202 06:03:05.795 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap 06:03:05.795 [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:03:05.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683, 127.0.0.1:8201] send request 06:03:05.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683, 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":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:03:05.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1969], CON-POST MID= 1969, 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:03:05.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-286315562DD63843], CON-POST MID= 1969, Token=286315562DD63843, 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:03:05.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1969], KeyToken[127.0.0.1:8201-286315562DD63843]] 06:03:05.796 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201 06:03:05.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E683,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1969, Token=286315562DD63843, 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:03:05.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1969] 06:03:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, 127.0.0.1:8202] replace CON-POST MID= 1969, Token=286315562DD63843, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1969, Token=286315562DD63843, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R684, 127.0.0.1:8202] send response NON-2.05 MID= 1969, Token=null, OptionSet={}, "server responds hi" 06:03:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, 127.0.0.1:8202, complete]! 06:03:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R684, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1969, Token=286315562DD63843, 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:03:05.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E684,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1969, Token=286315562DD63843, 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:03:05.797 [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 42 bytes from 127.0.0.1:8201 06:03:05.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1969] 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683, 127.0.0.1:8201, complete]! 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-286315562DD63843] 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1969] 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L683, 127.0.0.1:8201, complete] completed CON-POST MID= 1969, Token=286315562DD63843, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1969, Token=286315562DD63843, 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:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685, 127.0.0.1:8201] send request 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685, 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":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:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1970], CON-POST MID= 1970, 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:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-304B500AC8FB5E14], CON-POST MID= 1970, Token=304B500AC8FB5E14, 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:03:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1970], KeyToken[127.0.0.1:8201-304B500AC8FB5E14]] 06:03:05.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:8201 06:03:05.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E685,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1970, Token=304B500AC8FB5E14, 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:03:05.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1970] 06:03:05.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, 127.0.0.1:8202] replace CON-POST MID= 1970, Token=304B500AC8FB5E14, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1970, Token=304B500AC8FB5E14, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R686, 127.0.0.1:8202] send response NON-2.05 MID= 1970, Token=null, OptionSet={}, "server responds hi" 06:03:05.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, 127.0.0.1:8202, complete]! 06:03:05.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R686, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1970, Token=304B500AC8FB5E14, 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:03:05.799 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E686,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1970, Token=304B500AC8FB5E14, 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:03:05.799 [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 42 bytes from 127.0.0.1:8201 06:03:05.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1970] 06:03:05.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685, 127.0.0.1:8201, complete]! 06:03:05.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-304B500AC8FB5E14] 06:03:05.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1970] 06:03:05.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L685, 127.0.0.1:8201, complete] completed CON-POST MID= 1970, Token=304B500AC8FB5E14, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1970, Token=304B500AC8FB5E14, 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:03:05.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687, 127.0.0.1:8201] send request 06:03:05.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687, 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":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:03:05.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1971], CON-POST MID= 1971, 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:03:05.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-E8D4C600DF62BAAE], CON-POST MID= 1971, Token=E8D4C600DF62BAAE, 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:03:05.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1971], KeyToken[127.0.0.1:8201-E8D4C600DF62BAAE]] 06:03:05.800 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201 06:03:05.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E687,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1971, Token=E8D4C600DF62BAAE, 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:03:05.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1971] 06:03:05.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, 127.0.0.1:8202] replace CON-POST MID= 1971, Token=E8D4C600DF62BAAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1971, Token=E8D4C600DF62BAAE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R688, 127.0.0.1:8202] send response NON-2.05 MID= 1971, Token=null, OptionSet={}, "server responds hi" 06:03:05.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, 127.0.0.1:8202, complete]! 06:03:05.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R688, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1971, Token=E8D4C600DF62BAAE, 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:03:05.801 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E688,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1971, Token=E8D4C600DF62BAAE, 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:03:05.801 [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 42 bytes from 127.0.0.1:8201 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1971] 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687, 127.0.0.1:8201, complete]! 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-E8D4C600DF62BAAE] 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1971] 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L687, 127.0.0.1:8201, complete] completed CON-POST MID= 1971, Token=E8D4C600DF62BAAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1971, Token=E8D4C600DF62BAAE, 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:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689, 127.0.0.1:8201] send request 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689, 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":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:03:05.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1972], CON-POST MID= 1972, 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:03:05.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-F404B60EC847D16B], CON-POST MID= 1972, Token=F404B60EC847D16B, 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:03:05.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1972], KeyToken[127.0.0.1:8201-F404B60EC847D16B]] 06:03:05.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:8201 06:03:05.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E689,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1972, Token=F404B60EC847D16B, 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:03:05.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1972] 06:03:05.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, 127.0.0.1:8202] replace CON-POST MID= 1972, Token=F404B60EC847D16B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1972, Token=F404B60EC847D16B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R690, 127.0.0.1:8202] send response NON-2.05 MID= 1972, Token=null, OptionSet={}, "server responds hi" 06:03:05.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, 127.0.0.1:8202, complete]! 06:03:05.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R690, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1972, Token=F404B60EC847D16B, 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:03:05.802 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.802 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E690,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1972, Token=F404B60EC847D16B, 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:03:05.802 [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 42 bytes from 127.0.0.1:8201 06:03:05.802 [: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-1972] 06:03:05.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689, 127.0.0.1:8201, complete]! 06:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-F404B60EC847D16B] 06:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1972] 06:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L689, 127.0.0.1:8201, complete] completed CON-POST MID= 1972, Token=F404B60EC847D16B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1972, Token=F404B60EC847D16B, 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:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691, 127.0.0.1:8201] send request 06:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691, 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":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:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1973], CON-POST MID= 1973, 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:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-4C59D86FE9A0EF42], CON-POST MID= 1973, Token=4C59D86FE9A0EF42, 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:03:05.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1973], KeyToken[127.0.0.1:8201-4C59D86FE9A0EF42]] 06:03:05.803 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201 06:03:05.803 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E691,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1973, Token=4C59D86FE9A0EF42, 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:03:05.803 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1973] 06:03:05.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, 127.0.0.1:8202] replace CON-POST MID= 1973, Token=4C59D86FE9A0EF42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1973, Token=4C59D86FE9A0EF42, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.804 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R692, 127.0.0.1:8202] send response NON-2.05 MID= 1973, Token=null, OptionSet={}, "server responds hi" 06:03:05.804 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, 127.0.0.1:8202, complete]! 06:03:05.804 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R692, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1973, Token=4C59D86FE9A0EF42, 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:03:05.804 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.804 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E692,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1973, Token=4C59D86FE9A0EF42, 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:03:05.804 [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 42 bytes from 127.0.0.1:8201 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1973] 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691, 127.0.0.1:8201, complete]! 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-4C59D86FE9A0EF42] 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1973] 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L691, 127.0.0.1:8201, complete] completed CON-POST MID= 1973, Token=4C59D86FE9A0EF42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1973, Token=4C59D86FE9A0EF42, 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:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693, 127.0.0.1:8201] send request 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693, 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":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:03:05.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1974], CON-POST MID= 1974, 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:03:05.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-0892222A9DA2A300], CON-POST MID= 1974, Token=0892222A9DA2A300, 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:03:05.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1974], KeyToken[127.0.0.1:8201-0892222A9DA2A300]] 06:03:05.805 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201 06:03:05.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E693,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1974, Token=0892222A9DA2A300, 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:03:05.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1974] 06:03:05.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, 127.0.0.1:8202] replace CON-POST MID= 1974, Token=0892222A9DA2A300, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1974, Token=0892222A9DA2A300, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R694, 127.0.0.1:8202] send response NON-2.05 MID= 1974, Token=null, OptionSet={}, "server responds hi" 06:03:05.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, 127.0.0.1:8202, complete]! 06:03:05.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R694, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1974, Token=0892222A9DA2A300, 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:03:05.805 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.805 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E694,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1974, Token=0892222A9DA2A300, 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:03:05.805 [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 42 bytes from 127.0.0.1:8201 06:03:05.805 [: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-1974] 06:03:05.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693, 127.0.0.1:8201, complete]! 06:03:05.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-0892222A9DA2A300] 06:03:05.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1974] 06:03:05.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L693, 127.0.0.1:8201, complete] completed CON-POST MID= 1974, Token=0892222A9DA2A300, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1974, Token=0892222A9DA2A300, 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:03:05.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695, 127.0.0.1:8201] send request 06:03:05.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695, 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":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:03:05.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1975], CON-POST MID= 1975, 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:03:05.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-9C0776A1ED27389D], CON-POST MID= 1975, Token=9C0776A1ED27389D, 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:03:05.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1975], KeyToken[127.0.0.1:8201-9C0776A1ED27389D]] 06:03:05.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:8201 06:03:05.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E695,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1975, Token=9C0776A1ED27389D, 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:03:05.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1975] 06:03:05.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, 127.0.0.1:8202] replace CON-POST MID= 1975, Token=9C0776A1ED27389D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1975, Token=9C0776A1ED27389D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R696, 127.0.0.1:8202] send response NON-2.05 MID= 1975, Token=null, OptionSet={}, "server responds hi" 06:03:05.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, 127.0.0.1:8202, complete]! 06:03:05.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R696, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1975, Token=9C0776A1ED27389D, 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:03:05.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:8202 06:03:05.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E696,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1975, Token=9C0776A1ED27389D, 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:03:05.851 [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 42 bytes from 127.0.0.1:8201 06:03:05.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1975] 06:03:05.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695, 127.0.0.1:8201, complete]! 06:03:05.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-9C0776A1ED27389D] 06:03:05.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1975] 06:03:05.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L695, 127.0.0.1:8201, complete] completed CON-POST MID= 1975, Token=9C0776A1ED27389D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1975, Token=9C0776A1ED27389D, 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:03:05.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697, 127.0.0.1:8201] send request 06:03:05.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697, 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":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:03:05.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1976], CON-POST MID= 1976, 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:03:05.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-004E9D67DFB943C8], CON-POST MID= 1976, Token=004E9D67DFB943C8, 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:03:05.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1976], KeyToken[127.0.0.1:8201-004E9D67DFB943C8]] 06:03:05.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:8201 06:03:05.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E697,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1976, Token=004E9D67DFB943C8, 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:03:05.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 40 bytes from 127.0.0.1:8202 06:03:05.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1976] 06:03:05.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, 127.0.0.1:8202] replace CON-POST MID= 1976, Token=004E9D67DFB943C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1976, Token=004E9D67DFB943C8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R698, 127.0.0.1:8202] send response NON-2.05 MID= 1976, Token=null, OptionSet={}, "server responds hi" 06:03:05.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, 127.0.0.1:8202, complete]! 06:03:05.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R698, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1976, Token=004E9D67DFB943C8, 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:03:05.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E698,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1976, Token=004E9D67DFB943C8, 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:03:05.853 [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 42 bytes from 127.0.0.1:8201 06:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1976] 06:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697, 127.0.0.1:8201, complete]! 06:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-004E9D67DFB943C8] 06:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1976] 06:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L697, 127.0.0.1:8201, complete] completed CON-POST MID= 1976, Token=004E9D67DFB943C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1976, Token=004E9D67DFB943C8, 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:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699, 127.0.0.1:8201] send request 06:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699, 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":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:03:05.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1977], CON-POST MID= 1977, 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:03:05.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-F422A2307A8967A7], CON-POST MID= 1977, Token=F422A2307A8967A7, 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:03:05.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1977], KeyToken[127.0.0.1:8201-F422A2307A8967A7]] 06:03:05.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 41 bytes to 127.0.0.1:8201 06:03:05.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E699,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1977, Token=F422A2307A8967A7, 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:03:05.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1977] 06:03:05.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, 127.0.0.1:8202] replace CON-POST MID= 1977, Token=F422A2307A8967A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1977, Token=F422A2307A8967A7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R700, 127.0.0.1:8202] send response NON-2.05 MID= 1977, Token=null, OptionSet={}, "server responds hi" 06:03:05.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, 127.0.0.1:8202, complete]! 06:03:05.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R700, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1977, Token=F422A2307A8967A7, 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:03:05.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:8202 06:03:05.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E700,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1977, Token=F422A2307A8967A7, 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:03:05.854 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1977] 06:03:05.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699, 127.0.0.1:8201, complete]! 06:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-F422A2307A8967A7] 06:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1977] 06:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L699, 127.0.0.1:8201, complete] completed CON-POST MID= 1977, Token=F422A2307A8967A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1977, Token=F422A2307A8967A7, 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:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701, 127.0.0.1:8201] send request 06:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701, 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":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:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1978], CON-POST MID= 1978, 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:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-3CFB8928B55B0A1B], CON-POST MID= 1978, Token=3CFB8928B55B0A1B, 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:03:05.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1978], KeyToken[127.0.0.1:8201-3CFB8928B55B0A1B]] 06:03:05.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201 06:03:05.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E701,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1978, Token=3CFB8928B55B0A1B, 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:03:05.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1978] 06:03:05.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, 127.0.0.1:8202] replace CON-POST MID= 1978, Token=3CFB8928B55B0A1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1978, Token=3CFB8928B55B0A1B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R702, 127.0.0.1:8202] send response NON-2.05 MID= 1978, Token=null, OptionSet={}, "server responds hi" 06:03:05.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, 127.0.0.1:8202, complete]! 06:03:05.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R702, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1978, Token=3CFB8928B55B0A1B, 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:03:05.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:8202 06:03:05.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E702,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1978, Token=3CFB8928B55B0A1B, 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:03:05.856 [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 42 bytes from 127.0.0.1:8201 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1978] 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701, 127.0.0.1:8201, complete]! 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-3CFB8928B55B0A1B] 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1978] 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L701, 127.0.0.1:8201, complete] completed CON-POST MID= 1978, Token=3CFB8928B55B0A1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1978, Token=3CFB8928B55B0A1B, 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:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703, 127.0.0.1:8201] send request 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703, 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":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:03:05.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1979], CON-POST MID= 1979, 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:03:05.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-6C8C2DB5E6769A33], CON-POST MID= 1979, Token=6C8C2DB5E6769A33, 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:03:05.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1979], KeyToken[127.0.0.1:8201-6C8C2DB5E6769A33]] 06:03:05.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 41 bytes to 127.0.0.1:8201 06:03:05.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E703,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1979, Token=6C8C2DB5E6769A33, 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:03:05.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1979] 06:03:05.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, 127.0.0.1:8202] replace CON-POST MID= 1979, Token=6C8C2DB5E6769A33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1979, Token=6C8C2DB5E6769A33, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R704, 127.0.0.1:8202] send response NON-2.05 MID= 1979, Token=null, OptionSet={}, "server responds hi" 06:03:05.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, 127.0.0.1:8202, complete]! 06:03:05.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R704, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1979, Token=6C8C2DB5E6769A33, 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:03:05.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:8202 06:03:05.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E704,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1979, Token=6C8C2DB5E6769A33, 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:03:05.857 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1979] 06:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703, 127.0.0.1:8201, complete]! 06:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-6C8C2DB5E6769A33] 06:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1979] 06:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L703, 127.0.0.1:8201, complete] completed CON-POST MID= 1979, Token=6C8C2DB5E6769A33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1979, Token=6C8C2DB5E6769A33, 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:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705, 127.0.0.1:8201] send request 06:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705, 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":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:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1980], CON-POST MID= 1980, 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:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-FCF0552B93E95FBD], CON-POST MID= 1980, Token=FCF0552B93E95FBD, 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:03:05.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1980], KeyToken[127.0.0.1:8201-FCF0552B93E95FBD]] 06:03:05.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201 06:03:05.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E705,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1980, Token=FCF0552B93E95FBD, 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:03:05.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1980] 06:03:05.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, 127.0.0.1:8202] replace CON-POST MID= 1980, Token=FCF0552B93E95FBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1980, Token=FCF0552B93E95FBD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R706, 127.0.0.1:8202] send response NON-2.05 MID= 1980, Token=null, OptionSet={}, "server responds hi" 06:03:05.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, 127.0.0.1:8202, complete]! 06:03:05.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R706, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1980, Token=FCF0552B93E95FBD, 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:03:05.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E706,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1980, Token=FCF0552B93E95FBD, 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:03:05.859 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1980] 06:03:05.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705, 127.0.0.1:8201, complete]! 06:03:05.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-FCF0552B93E95FBD] 06:03:05.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1980] 06:03:05.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L705, 127.0.0.1:8201, complete] completed CON-POST MID= 1980, Token=FCF0552B93E95FBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1980, Token=FCF0552B93E95FBD, 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:03:05.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707, 127.0.0.1:8201] send request 06:03:05.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707, 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":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:03:05.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1981], CON-POST MID= 1981, 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:03:05.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-84F75266FCE6A137], CON-POST MID= 1981, Token=84F75266FCE6A137, 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:03:05.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1981], KeyToken[127.0.0.1:8201-84F75266FCE6A137]] 06:03:05.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 41 bytes to 127.0.0.1:8201 06:03:05.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E707,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1981, Token=84F75266FCE6A137, 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:03:05.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1981] 06:03:05.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, 127.0.0.1:8202] replace CON-POST MID= 1981, Token=84F75266FCE6A137, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1981, Token=84F75266FCE6A137, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R708, 127.0.0.1:8202] send response NON-2.05 MID= 1981, Token=null, OptionSet={}, "server responds hi" 06:03:05.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, 127.0.0.1:8202, complete]! 06:03:05.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R708, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1981, Token=84F75266FCE6A137, 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:03:05.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:8202 06:03:05.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E708,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1981, Token=84F75266FCE6A137, 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:03:05.861 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1981] 06:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707, 127.0.0.1:8201, complete]! 06:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-84F75266FCE6A137] 06:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1981] 06:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L707, 127.0.0.1:8201, complete] completed CON-POST MID= 1981, Token=84F75266FCE6A137, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1981, Token=84F75266FCE6A137, 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:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709, 127.0.0.1:8201] send request 06:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709, 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":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:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1982], CON-POST MID= 1982, 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:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-648FAC74456EF4EC], CON-POST MID= 1982, Token=648FAC74456EF4EC, 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:03:05.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1982], KeyToken[127.0.0.1:8201-648FAC74456EF4EC]] 06:03:05.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 41 bytes to 127.0.0.1:8201 06:03:05.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E709,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1982, Token=648FAC74456EF4EC, 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:03:05.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1982] 06:03:05.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, 127.0.0.1:8202] replace CON-POST MID= 1982, Token=648FAC74456EF4EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1982, Token=648FAC74456EF4EC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R710, 127.0.0.1:8202] send response NON-2.05 MID= 1982, Token=null, OptionSet={}, "server responds hi" 06:03:05.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, 127.0.0.1:8202, complete]! 06:03:05.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R710, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1982, Token=648FAC74456EF4EC, 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:03:05.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E710,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1982, Token=648FAC74456EF4EC, 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:03:05.862 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1982] 06:03:05.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709, 127.0.0.1:8201, complete]! 06:03:05.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-648FAC74456EF4EC] 06:03:05.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1982] 06:03:05.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L709, 127.0.0.1:8201, complete] completed CON-POST MID= 1982, Token=648FAC74456EF4EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1982, Token=648FAC74456EF4EC, 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:03:05.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711, 127.0.0.1:8201] send request 06:03:05.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711, 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":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:03:05.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1983], CON-POST MID= 1983, 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:03:05.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-A895178C1954468F], CON-POST MID= 1983, Token=A895178C1954468F, 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:03:05.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1983], KeyToken[127.0.0.1:8201-A895178C1954468F]] 06:03:05.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 41 bytes to 127.0.0.1:8201 06:03:05.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E711,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1983, Token=A895178C1954468F, 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:03:05.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1983] 06:03:05.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, 127.0.0.1:8202] replace CON-POST MID= 1983, Token=A895178C1954468F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1983, Token=A895178C1954468F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R712, 127.0.0.1:8202] send response NON-2.05 MID= 1983, Token=null, OptionSet={}, "server responds hi" 06:03:05.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, 127.0.0.1:8202, complete]! 06:03:05.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R712, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1983, Token=A895178C1954468F, 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:03:05.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:8202 06:03:05.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E712,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1983, Token=A895178C1954468F, 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:03:05.863 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1983] 06:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711, 127.0.0.1:8201, complete]! 06:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-A895178C1954468F] 06:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1983] 06:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L711, 127.0.0.1:8201, complete] completed CON-POST MID= 1983, Token=A895178C1954468F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1983, Token=A895178C1954468F, 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:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713, 127.0.0.1:8201] send request 06:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713, 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":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:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1984], CON-POST MID= 1984, 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:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-DC6205FB84DA96FC], CON-POST MID= 1984, Token=DC6205FB84DA96FC, 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:03:05.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1984], KeyToken[127.0.0.1:8201-DC6205FB84DA96FC]] 06:03:05.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 41 bytes to 127.0.0.1:8201 06:03:05.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E713,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1984, Token=DC6205FB84DA96FC, 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:03:05.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 41 bytes from 127.0.0.1:8202 06:03:05.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1984] 06:03:05.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8202] replace CON-POST MID= 1984, Token=DC6205FB84DA96FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1984, Token=DC6205FB84DA96FC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R714, 127.0.0.1:8202] send response NON-2.05 MID= 1984, Token=null, OptionSet={}, "server responds hi" 06:03:05.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8202, complete]! 06:03:05.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R714, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1984, Token=DC6205FB84DA96FC, 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:03:05.865 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E714,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1984, Token=DC6205FB84DA96FC, 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:03:05.865 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1984] 06:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713, 127.0.0.1:8201, complete]! 06:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-DC6205FB84DA96FC] 06:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1984] 06:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L713, 127.0.0.1:8201, complete] completed CON-POST MID= 1984, Token=DC6205FB84DA96FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1984, Token=DC6205FB84DA96FC, 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:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715, 127.0.0.1:8201] send request 06:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715, 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":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:03:05.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1985], CON-POST MID= 1985, 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:03:05.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-7C0870859340B6FD], CON-POST MID= 1985, Token=7C0870859340B6FD, 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:03:05.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1985], KeyToken[127.0.0.1:8201-7C0870859340B6FD]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E715,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1985, Token=7C0870859340B6FD, 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:03:05.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1985] 06:03:05.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8202] replace CON-POST MID= 1985, Token=7C0870859340B6FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1985, Token=7C0870859340B6FD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R716, 127.0.0.1:8202] send response NON-2.05 MID= 1985, Token=null, OptionSet={}, "server responds hi" 06:03:05.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8202, complete]! 06:03:05.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R716, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1985, Token=7C0870859340B6FD, 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:03:05.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:8202 06:03:05.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E716,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1985, Token=7C0870859340B6FD, 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:03:05.866 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1985] 06:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715, 127.0.0.1:8201, complete]! 06:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-7C0870859340B6FD] 06:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1985] 06:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L715, 127.0.0.1:8201, complete] completed CON-POST MID= 1985, Token=7C0870859340B6FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1985, Token=7C0870859340B6FD, 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:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717, 127.0.0.1:8201] send request 06:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717, 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":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:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1986], CON-POST MID= 1986, 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:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-94648AE38BD68D1A], CON-POST MID= 1986, Token=94648AE38BD68D1A, 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:03:05.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1986], KeyToken[127.0.0.1:8201-94648AE38BD68D1A]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E717,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1986, Token=94648AE38BD68D1A, 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:03:05.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1986] 06:03:05.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8202] replace CON-POST MID= 1986, Token=94648AE38BD68D1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1986, Token=94648AE38BD68D1A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R718, 127.0.0.1:8202] send response NON-2.05 MID= 1986, Token=null, OptionSet={}, "server responds hi" 06:03:05.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8202, complete]! 06:03:05.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R718, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1986, Token=94648AE38BD68D1A, 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:03:05.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:8202 06:03:05.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E718,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1986, Token=94648AE38BD68D1A, 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:03:05.868 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1986] 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717, 127.0.0.1:8201, complete]! 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-94648AE38BD68D1A] 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1986] 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L717, 127.0.0.1:8201, complete] completed CON-POST MID= 1986, Token=94648AE38BD68D1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1986, Token=94648AE38BD68D1A, 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:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719, 127.0.0.1:8201] send request 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719, 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":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:03:05.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1987], CON-POST MID= 1987, 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:03:05.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-9413674321CEF31A], CON-POST MID= 1987, Token=9413674321CEF31A, 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:03:05.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1987], KeyToken[127.0.0.1:8201-9413674321CEF31A]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E719,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1987, Token=9413674321CEF31A, 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:03:05.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1987] 06:03:05.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8202] replace CON-POST MID= 1987, Token=9413674321CEF31A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1987, Token=9413674321CEF31A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R720, 127.0.0.1:8202] send response NON-2.05 MID= 1987, Token=null, OptionSet={}, "server responds hi" 06:03:05.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8202, complete]! 06:03:05.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R720, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1987, Token=9413674321CEF31A, 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:03:05.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:8202 06:03:05.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E720,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1987, Token=9413674321CEF31A, 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:03:05.869 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1987] 06:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719, 127.0.0.1:8201, complete]! 06:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-9413674321CEF31A] 06:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1987] 06:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L719, 127.0.0.1:8201, complete] completed CON-POST MID= 1987, Token=9413674321CEF31A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1987, Token=9413674321CEF31A, 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:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721, 127.0.0.1:8201] send request 06:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721, 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":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:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1988], CON-POST MID= 1988, 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:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-143A9ED0551AB512], CON-POST MID= 1988, Token=143A9ED0551AB512, 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:03:05.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1988], KeyToken[127.0.0.1:8201-143A9ED0551AB512]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E721,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1988, Token=143A9ED0551AB512, 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:03:05.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1988] 06:03:05.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8202] replace CON-POST MID= 1988, Token=143A9ED0551AB512, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1988, Token=143A9ED0551AB512, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R722, 127.0.0.1:8202] send response NON-2.05 MID= 1988, Token=null, OptionSet={}, "server responds hi" 06:03:05.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8202, complete]! 06:03:05.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R722, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1988, Token=143A9ED0551AB512, 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:03:05.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:8202 06:03:05.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E722,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1988, Token=143A9ED0551AB512, 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:03:05.871 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1988] 06:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721, 127.0.0.1:8201, complete]! 06:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-143A9ED0551AB512] 06:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1988] 06:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L721, 127.0.0.1:8201, complete] completed CON-POST MID= 1988, Token=143A9ED0551AB512, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1988, Token=143A9ED0551AB512, 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:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723, 127.0.0.1:8201] send request 06:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723, 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":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:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1989], CON-POST MID= 1989, 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:03:05.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-C44A243D73F0815D], CON-POST MID= 1989, Token=C44A243D73F0815D, 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:03:05.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1989], KeyToken[127.0.0.1:8201-C44A243D73F0815D]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1989, Token=C44A243D73F0815D, 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:03:05.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1989] 06:03:05.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, 127.0.0.1:8202] replace CON-POST MID= 1989, Token=C44A243D73F0815D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1989, Token=C44A243D73F0815D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R724, 127.0.0.1:8202] send response NON-2.05 MID= 1989, Token=null, OptionSet={}, "server responds hi" 06:03:05.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, 127.0.0.1:8202, complete]! 06:03:05.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R724, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1989, Token=C44A243D73F0815D, 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:03:05.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E724,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1989, Token=C44A243D73F0815D, 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:03:05.872 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1989] 06:03:05.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723, 127.0.0.1:8201, complete]! 06:03:05.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-C44A243D73F0815D] 06:03:05.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1989] 06:03:05.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L723, 127.0.0.1:8201, complete] completed CON-POST MID= 1989, Token=C44A243D73F0815D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1989, Token=C44A243D73F0815D, 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:03:05.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725, 127.0.0.1:8201] send request 06:03:05.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725, 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":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:03:05.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1990], CON-POST MID= 1990, 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:03:05.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-C8EDB91FAE01D131], CON-POST MID= 1990, Token=C8EDB91FAE01D131, 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:03:05.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1990], KeyToken[127.0.0.1:8201-C8EDB91FAE01D131]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1990, Token=C8EDB91FAE01D131, 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:03:05.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1990] 06:03:05.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8202] replace CON-POST MID= 1990, Token=C8EDB91FAE01D131, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1990, Token=C8EDB91FAE01D131, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R726, 127.0.0.1:8202] send response NON-2.05 MID= 1990, Token=null, OptionSet={}, "server responds hi" 06:03:05.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8202, complete]! 06:03:05.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R726, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1990, Token=C8EDB91FAE01D131, 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:03:05.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E726,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1990, Token=C8EDB91FAE01D131, 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:03:05.874 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1990] 06:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725, 127.0.0.1:8201, complete]! 06:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-C8EDB91FAE01D131] 06:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1990] 06:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L725, 127.0.0.1:8201, complete] completed CON-POST MID= 1990, Token=C8EDB91FAE01D131, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1990, Token=C8EDB91FAE01D131, 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:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727, 127.0.0.1:8201] send request 06:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727, 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":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:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1991], CON-POST MID= 1991, 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:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-EC9506B41FDB09BC], CON-POST MID= 1991, Token=EC9506B41FDB09BC, 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:03:05.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1991], KeyToken[127.0.0.1:8201-EC9506B41FDB09BC]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1991, Token=EC9506B41FDB09BC, 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:03:05.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1991] 06:03:05.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8202] replace CON-POST MID= 1991, Token=EC9506B41FDB09BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1991, Token=EC9506B41FDB09BC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R728, 127.0.0.1:8202] send response NON-2.05 MID= 1991, Token=null, OptionSet={}, "server responds hi" 06:03:05.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8202, complete]! 06:03:05.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R728, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1991, Token=EC9506B41FDB09BC, 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:03:05.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:8202 06:03:05.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1991, Token=EC9506B41FDB09BC, 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:03:05.875 [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 42 bytes from 127.0.0.1:8201 06:03:05.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1991] 06:03:05.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727, 127.0.0.1:8201, complete]! 06:03:05.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-EC9506B41FDB09BC] 06:03:05.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1991] 06:03:05.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L727, 127.0.0.1:8201, complete] completed CON-POST MID= 1991, Token=EC9506B41FDB09BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1991, Token=EC9506B41FDB09BC, 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:03:05.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8201] send request 06:03:05.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 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":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:03:05.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1992], CON-POST MID= 1992, 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:03:05.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-D49B308E01648330], CON-POST MID= 1992, Token=D49B308E01648330, 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:03:05.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1992], KeyToken[127.0.0.1:8201-D49B308E01648330]] 06:03:05.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 42 bytes to 127.0.0.1:8201 06:03:05.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1992, Token=D49B308E01648330, 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:03:05.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 42 bytes from 127.0.0.1:8202 06:03:05.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1992] 06:03:05.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8202] replace CON-POST MID= 1992, Token=D49B308E01648330, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1992, Token=D49B308E01648330, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R730, 127.0.0.1:8202] send response NON-2.05 MID= 1992, Token=null, OptionSet={}, "server responds hi" 06:03:05.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8202, complete]! 06:03:05.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R730, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1992, Token=D49B308E01648330, 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:03:05.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:8202 06:03:05.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1992, Token=D49B308E01648330, 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:03:05.877 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1992] 06:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8201, complete]! 06:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-D49B308E01648330] 06:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1992] 06:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L729, 127.0.0.1:8201, complete] completed CON-POST MID= 1992, Token=D49B308E01648330, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1992, Token=D49B308E01648330, 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:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731, 127.0.0.1:8201] send request 06:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731, 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":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:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1993], CON-POST MID= 1993, 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:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-903EA425F914AB71], CON-POST MID= 1993, Token=903EA425F914AB71, 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:03:05.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1993], KeyToken[127.0.0.1:8201-903EA425F914AB71]] 06:03:05.877 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201 06:03:05.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1993, Token=903EA425F914AB71, 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:03:05.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202 06:03:05.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1993] 06:03:05.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8202] replace CON-POST MID= 1993, Token=903EA425F914AB71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1993, Token=903EA425F914AB71, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R732, 127.0.0.1:8202] send response NON-2.05 MID= 1993, Token=null, OptionSet={}, "server responds hi" 06:03:05.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8202, complete]! 06:03:05.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R732, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1993, Token=903EA425F914AB71, 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:03:05.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:8202 06:03:05.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1993, Token=903EA425F914AB71, 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:03:05.878 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1993] 06:03:05.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731, 127.0.0.1:8201, complete]! 06:03:05.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-903EA425F914AB71] 06:03:05.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1993] 06:03:05.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L731, 127.0.0.1:8201, complete] completed CON-POST MID= 1993, Token=903EA425F914AB71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1993, Token=903EA425F914AB71, 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:03:05.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733, 127.0.0.1:8201] send request 06:03:05.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733, 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":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:03:05.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1994], CON-POST MID= 1994, 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:03:05.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-B0A580F431241089], CON-POST MID= 1994, Token=B0A580F431241089, 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:03:05.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1994], KeyToken[127.0.0.1:8201-B0A580F431241089]] 06:03:05.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201 06:03:05.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1994, Token=B0A580F431241089, 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:03:05.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202 06:03:05.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1994] 06:03:05.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, 127.0.0.1:8202] replace CON-POST MID= 1994, Token=B0A580F431241089, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1994, Token=B0A580F431241089, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R734, 127.0.0.1:8202] send response NON-2.05 MID= 1994, Token=null, OptionSet={}, "server responds hi" 06:03:05.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, 127.0.0.1:8202, complete]! 06:03:05.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R734, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1994, Token=B0A580F431241089, 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:03:05.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:8202 06:03:05.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1994, Token=B0A580F431241089, 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:03:05.880 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1994] 06:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733, 127.0.0.1:8201, complete]! 06:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-B0A580F431241089] 06:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1994] 06:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L733, 127.0.0.1:8201, complete] completed CON-POST MID= 1994, Token=B0A580F431241089, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1994, Token=B0A580F431241089, 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:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735, 127.0.0.1:8201] send request 06:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 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":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:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1995], CON-POST MID= 1995, 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:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-4C4AAA354975E503], CON-POST MID= 1995, Token=4C4AAA354975E503, 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:03:05.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1995], KeyToken[127.0.0.1:8201-4C4AAA354975E503]] 06:03:05.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 43 bytes to 127.0.0.1:8201 06:03:05.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1995, Token=4C4AAA354975E503, 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:03:05.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202 06:03:05.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1995] 06:03:05.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8202] replace CON-POST MID= 1995, Token=4C4AAA354975E503, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1995, Token=4C4AAA354975E503, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R736, 127.0.0.1:8202] send response NON-2.05 MID= 1995, Token=null, OptionSet={}, "server responds hi" 06:03:05.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8202, complete]! 06:03:05.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R736, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1995, Token=4C4AAA354975E503, 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:03:05.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:8202 06:03:05.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1995, Token=4C4AAA354975E503, 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:03:05.881 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1995] 06:03:05.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 127.0.0.1:8201, complete]! 06:03:05.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-4C4AAA354975E503] 06:03:05.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1995] 06:03:05.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L735, 127.0.0.1:8201, complete] completed CON-POST MID= 1995, Token=4C4AAA354975E503, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1995, Token=4C4AAA354975E503, 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:03:05.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737, 127.0.0.1:8201] send request 06:03:05.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, 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":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:03:05.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1996], CON-POST MID= 1996, 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:03:05.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-7CE32D22C9970728], CON-POST MID= 1996, Token=7CE32D22C9970728, 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:03:05.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1996], KeyToken[127.0.0.1:8201-7CE32D22C9970728]] 06:03:05.882 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201 06:03:05.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1996, Token=7CE32D22C9970728, 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:03:05.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202 06:03:05.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1996] 06:03:05.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8202] replace CON-POST MID= 1996, Token=7CE32D22C9970728, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1996, Token=7CE32D22C9970728, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R738, 127.0.0.1:8202] send response NON-2.05 MID= 1996, Token=null, OptionSet={}, "server responds hi" 06:03:05.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8202, complete]! 06:03:05.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R738, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1996, Token=7CE32D22C9970728, 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:03:05.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:8202 06:03:05.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1996, Token=7CE32D22C9970728, 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:03:05.883 [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 42 bytes from 127.0.0.1:8201 06:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1996] 06:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, 127.0.0.1:8201, complete]! 06:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-7CE32D22C9970728] 06:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1996] 06:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L737, 127.0.0.1:8201, complete] completed CON-POST MID= 1996, Token=7CE32D22C9970728, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1996, Token=7CE32D22C9970728, 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:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739, 127.0.0.1:8201] send request 06:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 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":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:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1997], CON-POST MID= 1997, 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:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-E451E159C1154ED1], CON-POST MID= 1997, Token=E451E159C1154ED1, 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:03:05.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1997], KeyToken[127.0.0.1:8201-E451E159C1154ED1]] 06:03:05.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 43 bytes to 127.0.0.1:8201 06:03:05.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1997, Token=E451E159C1154ED1, 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:03:05.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202 06:03:05.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1997] 06:03:05.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8202] replace CON-POST MID= 1997, Token=E451E159C1154ED1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1997, Token=E451E159C1154ED1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R740, 127.0.0.1:8202] send response NON-2.05 MID= 1997, Token=null, OptionSet={}, "server responds hi" 06:03:05.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8202, complete]! 06:03:05.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R740, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1997, Token=E451E159C1154ED1, 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:03:05.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:8202 06:03:05.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1997, Token=E451E159C1154ED1, 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:03:05.884 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1997] 06:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8201, complete]! 06:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-E451E159C1154ED1] 06:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1997] 06:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L739, 127.0.0.1:8201, complete] completed CON-POST MID= 1997, Token=E451E159C1154ED1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1997, Token=E451E159C1154ED1, 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:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741, 127.0.0.1:8201] send request 06:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 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":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:03:05.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-1998], CON-POST MID= 1998, 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:03:05.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-281AB08382F3F951], CON-POST MID= 1998, Token=281AB08382F3F951, 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:03:05.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-1998], KeyToken[127.0.0.1:8201-281AB08382F3F951]] 06:03:05.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 43 bytes to 127.0.0.1:8201 06:03:05.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T60) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID= 1998, Token=281AB08382F3F951, 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:03:05.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 43 bytes from 127.0.0.1:8202 06:03:05.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-1998] 06:03:05.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8202] replace CON-POST MID= 1998, Token=281AB08382F3F951, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1998, Token=281AB08382F3F951, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R742, 127.0.0.1:8202] send response NON-2.05 MID= 1998, Token=null, OptionSet={}, "server responds hi" 06:03:05.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8202, complete]! 06:03:05.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R742, 127.0.0.1:8202, complete] completed NON-2.04 MID= 1998, Token=281AB08382F3F951, 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:03:05.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:8202 06:03:05.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T63) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID= 1998, Token=281AB08382F3F951, 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:03:05.885 [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 42 bytes from 127.0.0.1:8201 06:03:05.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:8201-1998] 06:03:05.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 127.0.0.1:8201, complete]! 06:03:05.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-281AB08382F3F951] 06:03:05.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-1998] 06:03:05.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L741, 127.0.0.1:8201, complete] completed CON-POST MID= 1998, Token=281AB08382F3F951, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1998, Token=281AB08382F3F951, 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:03:05.886 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.886 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 06:03:05.886 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201 06:03:05.886 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ... 06:03:05.886 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1 06:03:05.886 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped. 06:03:05.886 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201 06:03:05.886 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:05.886 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.887 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.887 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.887 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.887 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.887 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.887 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.887 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.887 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.887 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 06:03:05.887 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.887 [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:03:05.887 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 06:03:05.887 [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:03:05.887 [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:03:05.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743, 127.0.0.1:8203] send request 06:03:05.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743, 127.0.0.1:8203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743, 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":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:03:05.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-12377], CON-POST MID=12377, 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:03:05.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-CC2067FB39E9FE41], CON-POST MID=12377, Token=CC2067FB39E9FE41, 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:03:05.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-12377], KeyToken[127.0.0.1:8203-CC2067FB39E9FE41]] 06:03:05.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 41 bytes to 127.0.0.1:8203 06:03:05.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T68) 127.0.0.1:8,202 ==> :8,203 [CON-POST MID=12377, Token=CC2067FB39E9FE41, 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:03:05.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 41 bytes from 127.0.0.1:8202 06:03:05.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-12377] 06:03:05.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, 127.0.0.1:8202] replace CON-POST MID=12377, Token=CC2067FB39E9FE41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=12377, Token=CC2067FB39E9FE41, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R744, 127.0.0.1:8202] send response NON-2.05 MID=12377, Token=null, OptionSet={}, "server responds hi" 06:03:05.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, 127.0.0.1:8202, complete]! 06:03:05.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R744, 127.0.0.1:8202, complete] completed NON-2.04 MID=12377, Token=CC2067FB39E9FE41, 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:03:05.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:8202 06:03:05.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T63) 127.0.0.1:8,203 ==> :8,202 [NON-2.04 MID=12377, Token=CC2067FB39E9FE41, 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:03:05.889 [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 42 bytes from 127.0.0.1:8203 06:03:05.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:8203-12377] 06:03:05.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743, 127.0.0.1:8203, complete]! 06:03:05.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-CC2067FB39E9FE41] 06:03:05.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-12377] 06:03:05.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L743, 127.0.0.1:8203, complete] completed CON-POST MID=12377, Token=CC2067FB39E9FE41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=12377, Token=CC2067FB39E9FE41, 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:03:05.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745, 127.0.0.1:8203] send request 06:03:05.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745, 127.0.0.1:8203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745, 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":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:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-12378], CON-POST MID=12378, 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:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-C45321CFF4DE2CC9], CON-POST MID=12378, Token=C45321CFF4DE2CC9, 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:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-12378], KeyToken[127.0.0.1:8203-C45321CFF4DE2CC9]] 06:03:05.890 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8203 06:03:05.890 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T68) 127.0.0.1:8,202 ==> :8,203 [CON-POST MID=12378, Token=C45321CFF4DE2CC9, 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:03:05.890 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 41 bytes from 127.0.0.1:8202 06:03:05.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-12378] 06:03:05.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.890 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 06:03:05.890 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:05.890 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:03:05.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R746, 127.0.0.1:8202, complete]! 06:03:05.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R746, 127.0.0.1:8202, complete] completed ACK-4.01 MID=12378, Token=C45321CFF4DE2CC9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:03:05.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 30 bytes to 127.0.0.1:8202 06:03:05.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T63) 127.0.0.1:8,203 ==> :8,202 [ACK-4.01 MID=12378, Token=C45321CFF4DE2CC9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:03:05.890 [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 30 bytes from 127.0.0.1:8203 06:03:05.890 [: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:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=12378, Token=C45321CFF4DE2CC9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745, 127.0.0.1:8203, complete]! 06:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-C45321CFF4DE2CC9] 06:03:05.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-12378] 06:03:05.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L745, 127.0.0.1:8203, complete] completed CON-POST MID=12378, Token=C45321CFF4DE2CC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=12378, Token=C45321CFF4DE2CC9, 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:03:05.891 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.891 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 06:03:05.891 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 06:03:05.891 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 06:03:05.891 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 06:03:05.891 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 06:03:05.891 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 06:03:05.891 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:05.891 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.891 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.891 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.891 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.891 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.892 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.892 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.892 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.892 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.892 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 06:03:05.892 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.892 [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:03:05.892 [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:03:05.892 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204 06:03:05.892 [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:03:05.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747, 127.0.0.1:8204] send request 06:03:05.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747, 127.0.0.1:8204] 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:03:05.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-4474], CON-POST MID= 4474, 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:03:05.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-28EF47A70BBE2632], CON-POST MID= 4474, Token=28EF47A70BBE2632, 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:03:05.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-4474], KeyToken[127.0.0.1:8204-28EF47A70BBE2632]] 06:03:05.893 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:03:05.893 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T73) 127.0.0.1:8,202 ==> :8,204 [CON-POST MID= 4474, Token=28EF47A70BBE2632, 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:03:05.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:8202 06:03:05.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-4474] 06:03:05.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, 127.0.0.1:8202] replace CON-POST MID= 4474, Token=28EF47A70BBE2632, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 4474, Token=28EF47A70BBE2632, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R748, 127.0.0.1:8202] send response NON-2.05 MID= 4474, Token=null, OptionSet={}, "server responds hi" 06:03:05.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, 127.0.0.1:8202, complete]! 06:03:05.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R748, 127.0.0.1:8202, complete] completed NON-2.04 MID= 4474, Token=28EF47A70BBE2632, 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:03:05.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:8202 06:03:05.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T63) 127.0.0.1:8,204 ==> :8,202 [NON-2.04 MID= 4474, Token=28EF47A70BBE2632, 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:03:05.894 [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 42 bytes from 127.0.0.1:8204 06:03:05.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-4474] 06:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747, 127.0.0.1:8204, complete]! 06:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-28EF47A70BBE2632] 06:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-4474] 06:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L747, 127.0.0.1:8204, complete] completed CON-POST MID= 4474, Token=28EF47A70BBE2632, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 4474, Token=28EF47A70BBE2632, 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:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749, 127.0.0.1:8204] send request 06:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749, 127.0.0.1:8204] 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:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-4475], CON-POST MID= 4475, 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:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-10151398B3737412], CON-POST MID= 4475, Token=10151398B3737412, 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:03:05.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-4475], KeyToken[127.0.0.1:8204-10151398B3737412]] 06:03:05.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 06:03:05.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T73) 127.0.0.1:8,202 ==> :8,204 [CON-POST MID= 4475, Token=10151398B3737412, 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:03:05.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8202 06:03:05.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-4475] 06:03:05.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8202] replace CON-POST MID= 4475, Token=10151398B3737412, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 4475, Token=10151398B3737412, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R750, 127.0.0.1:8202] send response NON-2.05 MID= 4475, Token=null, OptionSet={}, "server responds hi" 06:03:05.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8202, complete]! 06:03:05.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R750, 127.0.0.1:8202, complete] completed NON-2.04 MID= 4475, Token=10151398B3737412, 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:03:05.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T63) 127.0.0.1:8,204 ==> :8,202 [NON-2.04 MID= 4475, Token=10151398B3737412, 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:03:05.895 [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 42 bytes from 127.0.0.1:8204 06:03:05.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-4475] 06:03:05.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749, 127.0.0.1:8204, complete]! 06:03:05.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-10151398B3737412] 06:03:05.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-4475] 06:03:05.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L749, 127.0.0.1:8204, complete] completed CON-POST MID= 4475, Token=10151398B3737412, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 4475, Token=10151398B3737412, 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:03:05.895 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:05.895 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204 06:03:05.896 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204 06:03:05.896 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ... 06:03:05.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1 06:03:05.896 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped. 06:03:05.896 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204 06:03:05.896 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:05.896 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:05.896 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:05.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:05.896 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:05.896 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:05.897 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:05.897 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:05.897 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:05.897 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:05.897 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 06:03:05.897 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:05.897 [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:03:05.897 [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:03:05.897 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 06:03:05.897 [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:03:05.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751, 127.0.0.1:8205] send request 06:03:05.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29774], CON-POST MID=29774, 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:03:05.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-38F29CD1F223A860], CON-POST MID=29774, Token=38F29CD1F223A860, 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:03:05.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29774], KeyToken[127.0.0.1:8205-38F29CD1F223A860]] 06:03:05.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29774, Token=38F29CD1F223A860, 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:03:05.898 [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:8202 06:03:05.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29774] 06:03:05.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8202] replace CON-POST MID=29774, Token=38F29CD1F223A860, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29774, Token=38F29CD1F223A860, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R752, 127.0.0.1:8202] send response NON-2.05 MID=29774, Token=null, OptionSet={}, "server responds hi" 06:03:05.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8202, complete]! 06:03:05.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R752, 127.0.0.1:8202, complete] completed NON-2.04 MID=29774, Token=38F29CD1F223A860, 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:03:05.898 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29774, Token=38F29CD1F223A860, 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:03:05.899 [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 42 bytes from 127.0.0.1:8205 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29774] 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751, 127.0.0.1:8205, complete]! 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-38F29CD1F223A860] 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29774] 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L751, 127.0.0.1:8205, complete] completed CON-POST MID=29774, Token=38F29CD1F223A860, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29774, Token=38F29CD1F223A860, 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:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753, 127.0.0.1:8205] send request 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29775], CON-POST MID=29775, 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:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-040C8A4475495EC4], CON-POST MID=29775, Token=040C8A4475495EC4, 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:03:05.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29775], KeyToken[127.0.0.1:8205-040C8A4475495EC4]] 06:03:05.899 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:05.899 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29775, Token=040C8A4475495EC4, 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:03:05.899 [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:8202 06:03:05.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29775] 06:03:05.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, 127.0.0.1:8202] replace CON-POST MID=29775, Token=040C8A4475495EC4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29775, Token=040C8A4475495EC4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R754, 127.0.0.1:8202] send response NON-2.05 MID=29775, Token=null, OptionSet={}, "server responds hi" 06:03:05.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, 127.0.0.1:8202, complete]! 06:03:05.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R754, 127.0.0.1:8202, complete] completed NON-2.04 MID=29775, Token=040C8A4475495EC4, 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:03:05.900 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29775, Token=040C8A4475495EC4, 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:03:05.900 [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 42 bytes from 127.0.0.1:8205 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29775] 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753, 127.0.0.1:8205, complete]! 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-040C8A4475495EC4] 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29775] 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L753, 127.0.0.1:8205, complete] completed CON-POST MID=29775, Token=040C8A4475495EC4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29775, Token=040C8A4475495EC4, 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:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755, 127.0.0.1:8205] send request 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29776], CON-POST MID=29776, 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:03:05.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9862A3A4C0DB7787], CON-POST MID=29776, Token=9862A3A4C0DB7787, 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:03:05.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29776], KeyToken[127.0.0.1:8205-9862A3A4C0DB7787]] 06:03:05.901 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.901 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29776, Token=9862A3A4C0DB7787, 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:03:05.901 [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:8202 06:03:05.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29776] 06:03:05.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, 127.0.0.1:8202] replace CON-POST MID=29776, Token=9862A3A4C0DB7787, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29776, Token=9862A3A4C0DB7787, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R756, 127.0.0.1:8202] send response NON-2.05 MID=29776, Token=null, OptionSet={}, "server responds hi" 06:03:05.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, 127.0.0.1:8202, complete]! 06:03:05.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R756, 127.0.0.1:8202, complete] completed NON-2.04 MID=29776, Token=9862A3A4C0DB7787, 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:03:05.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29776, Token=9862A3A4C0DB7787, 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:03:05.901 [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 42 bytes from 127.0.0.1:8205 06:03:05.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29776] 06:03:05.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755, 127.0.0.1:8205, complete]! 06:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9862A3A4C0DB7787] 06:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29776] 06:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L755, 127.0.0.1:8205, complete] completed CON-POST MID=29776, Token=9862A3A4C0DB7787, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29776, Token=9862A3A4C0DB7787, 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:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757, 127.0.0.1:8205] send request 06:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29777], CON-POST MID=29777, 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:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-74AA69C19E24CB42], CON-POST MID=29777, Token=74AA69C19E24CB42, 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:03:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29777], KeyToken[127.0.0.1:8205-74AA69C19E24CB42]] 06:03:05.902 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29777, Token=74AA69C19E24CB42, 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:03:05.902 [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:8202 06:03:05.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29777] 06:03:05.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, 127.0.0.1:8202] replace CON-POST MID=29777, Token=74AA69C19E24CB42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29777, Token=74AA69C19E24CB42, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R758, 127.0.0.1:8202] send response NON-2.05 MID=29777, Token=null, OptionSet={}, "server responds hi" 06:03:05.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, 127.0.0.1:8202, complete]! 06:03:05.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R758, 127.0.0.1:8202, complete] completed NON-2.04 MID=29777, Token=74AA69C19E24CB42, 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:03:05.903 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.903 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29777, Token=74AA69C19E24CB42, 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:03:05.903 [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 42 bytes from 127.0.0.1:8205 06:03:05.903 [: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-29777] 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757, 127.0.0.1:8205, complete]! 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-74AA69C19E24CB42] 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29777] 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L757, 127.0.0.1:8205, complete] completed CON-POST MID=29777, Token=74AA69C19E24CB42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29777, Token=74AA69C19E24CB42, 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:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759, 127.0.0.1:8205] send request 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29778], CON-POST MID=29778, 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:03:05.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-50D4E84F77AA0E9D], CON-POST MID=29778, Token=50D4E84F77AA0E9D, 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:03:05.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29778], KeyToken[127.0.0.1:8205-50D4E84F77AA0E9D]] 06:03:05.904 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:05.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29778, Token=50D4E84F77AA0E9D, 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:03:05.904 [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:8202 06:03:05.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29778] 06:03:05.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, 127.0.0.1:8202] replace CON-POST MID=29778, Token=50D4E84F77AA0E9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29778, Token=50D4E84F77AA0E9D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R760, 127.0.0.1:8202] send response NON-2.05 MID=29778, Token=null, OptionSet={}, "server responds hi" 06:03:05.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, 127.0.0.1:8202, complete]! 06:03:05.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R760, 127.0.0.1:8202, complete] completed NON-2.04 MID=29778, Token=50D4E84F77AA0E9D, 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:03:05.904 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29778, Token=50D4E84F77AA0E9D, 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:03:05.904 [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 42 bytes from 127.0.0.1:8205 06:03:05.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29778] 06:03:05.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759, 127.0.0.1:8205, complete]! 06:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-50D4E84F77AA0E9D] 06:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29778] 06:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L759, 127.0.0.1:8205, complete] completed CON-POST MID=29778, Token=50D4E84F77AA0E9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29778, Token=50D4E84F77AA0E9D, 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:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761, 127.0.0.1:8205] send request 06:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29779], CON-POST MID=29779, 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:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A866FB7DDD1208B7], CON-POST MID=29779, Token=A866FB7DDD1208B7, 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:03:05.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29779], KeyToken[127.0.0.1:8205-A866FB7DDD1208B7]] 06:03:05.905 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29779, Token=A866FB7DDD1208B7, 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:03:05.905 [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:8202 06:03:05.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29779] 06:03:05.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, 127.0.0.1:8202] replace CON-POST MID=29779, Token=A866FB7DDD1208B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29779, Token=A866FB7DDD1208B7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R762, 127.0.0.1:8202] send response NON-2.05 MID=29779, Token=null, OptionSet={}, "server responds hi" 06:03:05.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, 127.0.0.1:8202, complete]! 06:03:05.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R762, 127.0.0.1:8202, complete] completed NON-2.04 MID=29779, Token=A866FB7DDD1208B7, 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:03:05.906 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29779, Token=A866FB7DDD1208B7, 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:03:05.906 [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 42 bytes from 127.0.0.1:8205 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29779] 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761, 127.0.0.1:8205, complete]! 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A866FB7DDD1208B7] 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29779] 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L761, 127.0.0.1:8205, complete] completed CON-POST MID=29779, Token=A866FB7DDD1208B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29779, Token=A866FB7DDD1208B7, 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:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763, 127.0.0.1:8205] send request 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29780], CON-POST MID=29780, 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:03:05.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-98A33CEF1BD475F6], CON-POST MID=29780, Token=98A33CEF1BD475F6, 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:03:05.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29780], KeyToken[127.0.0.1:8205-98A33CEF1BD475F6]] 06:03:05.907 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29780, Token=98A33CEF1BD475F6, 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:03:05.950 [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:8202 06:03:05.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29780] 06:03:05.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, 127.0.0.1:8202] replace CON-POST MID=29780, Token=98A33CEF1BD475F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29780, Token=98A33CEF1BD475F6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R764, 127.0.0.1:8202] send response NON-2.05 MID=29780, Token=null, OptionSet={}, "server responds hi" 06:03:05.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, 127.0.0.1:8202, complete]! 06:03:05.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R764, 127.0.0.1:8202, complete] completed NON-2.04 MID=29780, Token=98A33CEF1BD475F6, 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:03:05.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:8202 06:03:05.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29780, Token=98A33CEF1BD475F6, 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:03:05.951 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29780] 06:03:05.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763, 127.0.0.1:8205, complete]! 06:03:05.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-98A33CEF1BD475F6] 06:03:05.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29780] 06:03:05.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L763, 127.0.0.1:8205, complete] completed CON-POST MID=29780, Token=98A33CEF1BD475F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29780, Token=98A33CEF1BD475F6, 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:03:05.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765, 127.0.0.1:8205] send request 06:03:05.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29781], CON-POST MID=29781, 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:03:05.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C4D2DACBBD2000EB], CON-POST MID=29781, Token=C4D2DACBBD2000EB, 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:03:05.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29781], KeyToken[127.0.0.1:8205-C4D2DACBBD2000EB]] 06:03:05.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:8205 06:03:05.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29781, Token=C4D2DACBBD2000EB, 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:03:05.952 [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:8202 06:03:05.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29781] 06:03:05.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8202] replace CON-POST MID=29781, Token=C4D2DACBBD2000EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29781, Token=C4D2DACBBD2000EB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R766, 127.0.0.1:8202] send response NON-2.05 MID=29781, Token=null, OptionSet={}, "server responds hi" 06:03:05.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8202, complete]! 06:03:05.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R766, 127.0.0.1:8202, complete] completed NON-2.04 MID=29781, Token=C4D2DACBBD2000EB, 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:03:05.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29781, Token=C4D2DACBBD2000EB, 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:03:05.953 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29781] 06:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765, 127.0.0.1:8205, complete]! 06:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C4D2DACBBD2000EB] 06:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29781] 06:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L765, 127.0.0.1:8205, complete] completed CON-POST MID=29781, Token=C4D2DACBBD2000EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29781, Token=C4D2DACBBD2000EB, 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:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767, 127.0.0.1:8205] send request 06:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29782], CON-POST MID=29782, 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:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A49719A7A89AF3E7], CON-POST MID=29782, Token=A49719A7A89AF3E7, 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:03:05.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29782], KeyToken[127.0.0.1:8205-A49719A7A89AF3E7]] 06:03:05.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:8205 06:03:05.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29782, Token=A49719A7A89AF3E7, 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:03:05.954 [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:8202 06:03:05.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29782] 06:03:05.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8202] replace CON-POST MID=29782, Token=A49719A7A89AF3E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29782, Token=A49719A7A89AF3E7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R768, 127.0.0.1:8202] send response NON-2.05 MID=29782, Token=null, OptionSet={}, "server responds hi" 06:03:05.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8202, complete]! 06:03:05.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R768, 127.0.0.1:8202, complete] completed NON-2.04 MID=29782, Token=A49719A7A89AF3E7, 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:03:05.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:8202 06:03:05.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29782, Token=A49719A7A89AF3E7, 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:03:05.954 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29782] 06:03:05.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767, 127.0.0.1:8205, complete]! 06:03:05.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A49719A7A89AF3E7] 06:03:05.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29782] 06:03:05.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L767, 127.0.0.1:8205, complete] completed CON-POST MID=29782, Token=A49719A7A89AF3E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29782, Token=A49719A7A89AF3E7, 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:03:05.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769, 127.0.0.1:8205] send request 06:03:05.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29783], CON-POST MID=29783, 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:03:05.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-3421BE09DFB40107], CON-POST MID=29783, Token=3421BE09DFB40107, 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:03:05.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29783], KeyToken[127.0.0.1:8205-3421BE09DFB40107]] 06:03:05.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29783, Token=3421BE09DFB40107, 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:03:05.955 [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:8202 06:03:05.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29783] 06:03:05.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8202] replace CON-POST MID=29783, Token=3421BE09DFB40107, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29783, Token=3421BE09DFB40107, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R770, 127.0.0.1:8202] send response NON-2.05 MID=29783, Token=null, OptionSet={}, "server responds hi" 06:03:05.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8202, complete]! 06:03:05.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R770, 127.0.0.1:8202, complete] completed NON-2.04 MID=29783, Token=3421BE09DFB40107, 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:03:05.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:8202 06:03:05.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29783, Token=3421BE09DFB40107, 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:03:05.956 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29783] 06:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769, 127.0.0.1:8205, complete]! 06:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-3421BE09DFB40107] 06:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29783] 06:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L769, 127.0.0.1:8205, complete] completed CON-POST MID=29783, Token=3421BE09DFB40107, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29783, Token=3421BE09DFB40107, 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:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771, 127.0.0.1:8205] send request 06:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29784], CON-POST MID=29784, 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:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-ACC44F1FBD4E3179], CON-POST MID=29784, Token=ACC44F1FBD4E3179, 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:03:05.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29784], KeyToken[127.0.0.1:8205-ACC44F1FBD4E3179]] 06:03:05.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:8205 06:03:05.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29784, Token=ACC44F1FBD4E3179, 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:03:05.957 [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:8202 06:03:05.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29784] 06:03:05.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8202] replace CON-POST MID=29784, Token=ACC44F1FBD4E3179, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29784, Token=ACC44F1FBD4E3179, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R772, 127.0.0.1:8202] send response NON-2.05 MID=29784, Token=null, OptionSet={}, "server responds hi" 06:03:05.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8202, complete]! 06:03:05.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R772, 127.0.0.1:8202, complete] completed NON-2.04 MID=29784, Token=ACC44F1FBD4E3179, 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:03:05.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29784, Token=ACC44F1FBD4E3179, 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:03:05.957 [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 42 bytes from 127.0.0.1:8205 06:03:05.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29784] 06:03:05.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771, 127.0.0.1:8205, complete]! 06:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-ACC44F1FBD4E3179] 06:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29784] 06:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L771, 127.0.0.1:8205, complete] completed CON-POST MID=29784, Token=ACC44F1FBD4E3179, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29784, Token=ACC44F1FBD4E3179, 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:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773, 127.0.0.1:8205] send request 06:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29785], CON-POST MID=29785, 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:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D0E440C428F389CB], CON-POST MID=29785, Token=D0E440C428F389CB, 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:03:05.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29785], KeyToken[127.0.0.1:8205-D0E440C428F389CB]] 06:03:05.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:8205 06:03:05.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29785, Token=D0E440C428F389CB, 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:03:05.958 [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:8202 06:03:05.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29785] 06:03:05.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, 127.0.0.1:8202] replace CON-POST MID=29785, Token=D0E440C428F389CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29785, Token=D0E440C428F389CB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R774, 127.0.0.1:8202] send response NON-2.05 MID=29785, Token=null, OptionSet={}, "server responds hi" 06:03:05.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, 127.0.0.1:8202, complete]! 06:03:05.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R774, 127.0.0.1:8202, complete] completed NON-2.04 MID=29785, Token=D0E440C428F389CB, 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:03:05.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29785, Token=D0E440C428F389CB, 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:03:05.959 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29785] 06:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773, 127.0.0.1:8205, complete]! 06:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D0E440C428F389CB] 06:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29785] 06:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L773, 127.0.0.1:8205, complete] completed CON-POST MID=29785, Token=D0E440C428F389CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29785, Token=D0E440C428F389CB, 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:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775, 127.0.0.1:8205] send request 06:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29786], CON-POST MID=29786, 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:03:05.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C4994DC8B227F631], CON-POST MID=29786, Token=C4994DC8B227F631, 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:03:05.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29786], KeyToken[127.0.0.1:8205-C4994DC8B227F631]] 06:03:05.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:8205 06:03:05.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29786, Token=C4994DC8B227F631, 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:03:05.960 [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:8202 06:03:05.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29786] 06:03:05.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, 127.0.0.1:8202] replace CON-POST MID=29786, Token=C4994DC8B227F631, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29786, Token=C4994DC8B227F631, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R776, 127.0.0.1:8202] send response NON-2.05 MID=29786, Token=null, OptionSet={}, "server responds hi" 06:03:05.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, 127.0.0.1:8202, complete]! 06:03:05.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R776, 127.0.0.1:8202, complete] completed NON-2.04 MID=29786, Token=C4994DC8B227F631, 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:03:05.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:8202 06:03:05.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29786, Token=C4994DC8B227F631, 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:03:05.961 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29786] 06:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775, 127.0.0.1:8205, complete]! 06:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C4994DC8B227F631] 06:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29786] 06:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L775, 127.0.0.1:8205, complete] completed CON-POST MID=29786, Token=C4994DC8B227F631, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29786, Token=C4994DC8B227F631, 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:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777, 127.0.0.1:8205] send request 06:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29787], CON-POST MID=29787, 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:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-68BE781BB1713B92], CON-POST MID=29787, Token=68BE781BB1713B92, 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:03:05.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29787], KeyToken[127.0.0.1:8205-68BE781BB1713B92]] 06:03:05.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:8205 06:03:05.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29787, Token=68BE781BB1713B92, 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:03:05.961 [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:8202 06:03:05.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29787] 06:03:05.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8202] replace CON-POST MID=29787, Token=68BE781BB1713B92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29787, Token=68BE781BB1713B92, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R778, 127.0.0.1:8202] send response NON-2.05 MID=29787, Token=null, OptionSet={}, "server responds hi" 06:03:05.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8202, complete]! 06:03:05.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R778, 127.0.0.1:8202, complete] completed NON-2.04 MID=29787, Token=68BE781BB1713B92, 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:03:05.962 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29787, Token=68BE781BB1713B92, 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:03:05.962 [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 42 bytes from 127.0.0.1:8205 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29787] 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777, 127.0.0.1:8205, complete]! 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-68BE781BB1713B92] 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29787] 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L777, 127.0.0.1:8205, complete] completed CON-POST MID=29787, Token=68BE781BB1713B92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29787, Token=68BE781BB1713B92, 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:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779, 127.0.0.1:8205] send request 06:03:05.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29788], CON-POST MID=29788, 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:03:05.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0079C92612F49C7F], CON-POST MID=29788, Token=0079C92612F49C7F, 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:03:05.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29788], KeyToken[127.0.0.1:8205-0079C92612F49C7F]] 06:03:05.963 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29788, Token=0079C92612F49C7F, 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:03:05.963 [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:8202 06:03:05.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29788] 06:03:05.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8202] replace CON-POST MID=29788, Token=0079C92612F49C7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29788, Token=0079C92612F49C7F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R780, 127.0.0.1:8202] send response NON-2.05 MID=29788, Token=null, OptionSet={}, "server responds hi" 06:03:05.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8202, complete]! 06:03:05.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R780, 127.0.0.1:8202, complete] completed NON-2.04 MID=29788, Token=0079C92612F49C7F, 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:03:05.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:8202 06:03:05.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29788, Token=0079C92612F49C7F, 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:03:05.964 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29788] 06:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779, 127.0.0.1:8205, complete]! 06:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0079C92612F49C7F] 06:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29788] 06:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L779, 127.0.0.1:8205, complete] completed CON-POST MID=29788, Token=0079C92612F49C7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29788, Token=0079C92612F49C7F, 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:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781, 127.0.0.1:8205] send request 06:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29789], CON-POST MID=29789, 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:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C4A17FEBC4CA3BB7], CON-POST MID=29789, Token=C4A17FEBC4CA3BB7, 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:03:05.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29789], KeyToken[127.0.0.1:8205-C4A17FEBC4CA3BB7]] 06:03:05.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29789, Token=C4A17FEBC4CA3BB7, 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:03:05.964 [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:8202 06:03:05.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29789] 06:03:05.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, 127.0.0.1:8202] replace CON-POST MID=29789, Token=C4A17FEBC4CA3BB7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29789, Token=C4A17FEBC4CA3BB7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R782, 127.0.0.1:8202] send response NON-2.05 MID=29789, Token=null, OptionSet={}, "server responds hi" 06:03:05.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, 127.0.0.1:8202, complete]! 06:03:05.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R782, 127.0.0.1:8202, complete] completed NON-2.04 MID=29789, Token=C4A17FEBC4CA3BB7, 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:03:05.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29789, Token=C4A17FEBC4CA3BB7, 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:03:05.965 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29789] 06:03:05.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781, 127.0.0.1:8205, complete]! 06:03:05.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C4A17FEBC4CA3BB7] 06:03:05.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29789] 06:03:05.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L781, 127.0.0.1:8205, complete] completed CON-POST MID=29789, Token=C4A17FEBC4CA3BB7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29789, Token=C4A17FEBC4CA3BB7, 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:03:05.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783, 127.0.0.1:8205] send request 06:03:05.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29790], CON-POST MID=29790, 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:03:05.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2C347F4D6117FF76], CON-POST MID=29790, Token=2C347F4D6117FF76, 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:03:05.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29790], KeyToken[127.0.0.1:8205-2C347F4D6117FF76]] 06:03:05.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:8205 06:03:05.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29790, Token=2C347F4D6117FF76, 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:03:05.966 [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:8202 06:03:05.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29790] 06:03:05.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, 127.0.0.1:8202] replace CON-POST MID=29790, Token=2C347F4D6117FF76, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29790, Token=2C347F4D6117FF76, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R784, 127.0.0.1:8202] send response NON-2.05 MID=29790, Token=null, OptionSet={}, "server responds hi" 06:03:05.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, 127.0.0.1:8202, complete]! 06:03:05.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R784, 127.0.0.1:8202, complete] completed NON-2.04 MID=29790, Token=2C347F4D6117FF76, 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:03:05.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:8202 06:03:05.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29790, Token=2C347F4D6117FF76, 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:03:05.967 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29790] 06:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783, 127.0.0.1:8205, complete]! 06:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2C347F4D6117FF76] 06:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29790] 06:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L783, 127.0.0.1:8205, complete] completed CON-POST MID=29790, Token=2C347F4D6117FF76, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29790, Token=2C347F4D6117FF76, 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:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785, 127.0.0.1:8205] send request 06:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29791], CON-POST MID=29791, 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:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-EC3DAEE960D19441], CON-POST MID=29791, Token=EC3DAEE960D19441, 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:03:05.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29791], KeyToken[127.0.0.1:8205-EC3DAEE960D19441]] 06:03:05.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:8205 06:03:05.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29791, Token=EC3DAEE960D19441, 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:03:05.968 [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:8202 06:03:05.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29791] 06:03:05.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, 127.0.0.1:8202] replace CON-POST MID=29791, Token=EC3DAEE960D19441, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29791, Token=EC3DAEE960D19441, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R786, 127.0.0.1:8202] send response NON-2.05 MID=29791, Token=null, OptionSet={}, "server responds hi" 06:03:05.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, 127.0.0.1:8202, complete]! 06:03:05.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R786, 127.0.0.1:8202, complete] completed NON-2.04 MID=29791, Token=EC3DAEE960D19441, 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:03:05.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:8202 06:03:05.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29791, Token=EC3DAEE960D19441, 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:03:05.968 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29791] 06:03:05.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785, 127.0.0.1:8205, complete]! 06:03:05.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-EC3DAEE960D19441] 06:03:05.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29791] 06:03:05.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L785, 127.0.0.1:8205, complete] completed CON-POST MID=29791, Token=EC3DAEE960D19441, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29791, Token=EC3DAEE960D19441, 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:03:05.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787, 127.0.0.1:8205] send request 06:03:05.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29792], CON-POST MID=29792, 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:03:05.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6439925DE489F84C], CON-POST MID=29792, Token=6439925DE489F84C, 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:03:05.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29792], KeyToken[127.0.0.1:8205-6439925DE489F84C]] 06:03:05.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29792, Token=6439925DE489F84C, 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:03:05.969 [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:8202 06:03:05.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29792] 06:03:05.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, 127.0.0.1:8202] replace CON-POST MID=29792, Token=6439925DE489F84C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29792, Token=6439925DE489F84C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R788, 127.0.0.1:8202] send response NON-2.05 MID=29792, Token=null, OptionSet={}, "server responds hi" 06:03:05.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, 127.0.0.1:8202, complete]! 06:03:05.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R788, 127.0.0.1:8202, complete] completed NON-2.04 MID=29792, Token=6439925DE489F84C, 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:03:05.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:8202 06:03:05.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29792, Token=6439925DE489F84C, 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:03:05.970 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29792] 06:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787, 127.0.0.1:8205, complete]! 06:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6439925DE489F84C] 06:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29792] 06:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L787, 127.0.0.1:8205, complete] completed CON-POST MID=29792, Token=6439925DE489F84C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29792, Token=6439925DE489F84C, 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:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789, 127.0.0.1:8205] send request 06:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29793], CON-POST MID=29793, 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:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5C346EF4ECC18A1D], CON-POST MID=29793, Token=5C346EF4ECC18A1D, 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:03:05.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29793], KeyToken[127.0.0.1:8205-5C346EF4ECC18A1D]] 06:03:05.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:8205 06:03:05.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29793, Token=5C346EF4ECC18A1D, 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:03:05.971 [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:8202 06:03:05.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29793] 06:03:05.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8202] replace CON-POST MID=29793, Token=5C346EF4ECC18A1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29793, Token=5C346EF4ECC18A1D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R790, 127.0.0.1:8202] send response NON-2.05 MID=29793, Token=null, OptionSet={}, "server responds hi" 06:03:05.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8202, complete]! 06:03:05.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R790, 127.0.0.1:8202, complete] completed NON-2.04 MID=29793, Token=5C346EF4ECC18A1D, 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:03:05.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29793, Token=5C346EF4ECC18A1D, 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:03:05.971 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29793] 06:03:05.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789, 127.0.0.1:8205, complete]! 06:03:05.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5C346EF4ECC18A1D] 06:03:05.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29793] 06:03:05.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L789, 127.0.0.1:8205, complete] completed CON-POST MID=29793, Token=5C346EF4ECC18A1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29793, Token=5C346EF4ECC18A1D, 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:03:05.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791, 127.0.0.1:8205] send request 06:03:05.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29794], CON-POST MID=29794, 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:03:05.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-50D6FDB98A5930B6], CON-POST MID=29794, Token=50D6FDB98A5930B6, 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:03:05.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29794], KeyToken[127.0.0.1:8205-50D6FDB98A5930B6]] 06:03:05.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:8205 06:03:05.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29794, Token=50D6FDB98A5930B6, 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:03:05.972 [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:8202 06:03:05.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29794] 06:03:05.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8202] replace CON-POST MID=29794, Token=50D6FDB98A5930B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29794, Token=50D6FDB98A5930B6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R792, 127.0.0.1:8202] send response NON-2.05 MID=29794, Token=null, OptionSet={}, "server responds hi" 06:03:05.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8202, complete]! 06:03:05.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R792, 127.0.0.1:8202, complete] completed NON-2.04 MID=29794, Token=50D6FDB98A5930B6, 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:03:05.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:8202 06:03:05.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29794, Token=50D6FDB98A5930B6, 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:03:05.973 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29794] 06:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8205, complete]! 06:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-50D6FDB98A5930B6] 06:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29794] 06:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L791, 127.0.0.1:8205, complete] completed CON-POST MID=29794, Token=50D6FDB98A5930B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29794, Token=50D6FDB98A5930B6, 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:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793, 127.0.0.1:8205] send request 06:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29795], CON-POST MID=29795, 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:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-305714DB1B236ACC], CON-POST MID=29795, Token=305714DB1B236ACC, 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:03:05.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29795], KeyToken[127.0.0.1:8205-305714DB1B236ACC]] 06:03:05.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 40 bytes to 127.0.0.1:8205 06:03:05.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29795, Token=305714DB1B236ACC, 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:03:05.974 [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:8202 06:03:05.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29795] 06:03:05.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8202] replace CON-POST MID=29795, Token=305714DB1B236ACC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29795, Token=305714DB1B236ACC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R794, 127.0.0.1:8202] send response NON-2.05 MID=29795, Token=null, OptionSet={}, "server responds hi" 06:03:05.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8202, complete]! 06:03:05.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R794, 127.0.0.1:8202, complete] completed NON-2.04 MID=29795, Token=305714DB1B236ACC, 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:03:05.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29795, Token=305714DB1B236ACC, 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:03:05.974 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29795] 06:03:05.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8205, complete]! 06:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-305714DB1B236ACC] 06:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29795] 06:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L793, 127.0.0.1:8205, complete] completed CON-POST MID=29795, Token=305714DB1B236ACC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29795, Token=305714DB1B236ACC, 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:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8205] send request 06:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29796], CON-POST MID=29796, 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:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D8BDCC4427712FE5], CON-POST MID=29796, Token=D8BDCC4427712FE5, 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:03:05.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29796], KeyToken[127.0.0.1:8205-D8BDCC4427712FE5]] 06:03:05.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:8205 06:03:05.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29796, Token=D8BDCC4427712FE5, 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:03:05.975 [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:8202 06:03:05.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29796] 06:03:05.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8202] replace CON-POST MID=29796, Token=D8BDCC4427712FE5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29796, Token=D8BDCC4427712FE5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R796, 127.0.0.1:8202] send response NON-2.05 MID=29796, Token=null, OptionSet={}, "server responds hi" 06:03:05.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8202, complete]! 06:03:05.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R796, 127.0.0.1:8202, complete] completed NON-2.04 MID=29796, Token=D8BDCC4427712FE5, 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:03:05.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:8202 06:03:05.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29796, Token=D8BDCC4427712FE5, 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:03:05.976 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29796] 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8205, complete]! 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D8BDCC4427712FE5] 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29796] 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L795, 127.0.0.1:8205, complete] completed CON-POST MID=29796, Token=D8BDCC4427712FE5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29796, Token=D8BDCC4427712FE5, 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:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797, 127.0.0.1:8205] send request 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29797], CON-POST MID=29797, 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:03:05.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DC7DDA71962994B2], CON-POST MID=29797, Token=DC7DDA71962994B2, 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:03:05.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29797], KeyToken[127.0.0.1:8205-DC7DDA71962994B2]] 06:03:05.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29797, Token=DC7DDA71962994B2, 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:03:05.977 [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:8202 06:03:05.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29797] 06:03:05.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8202] replace CON-POST MID=29797, Token=DC7DDA71962994B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29797, Token=DC7DDA71962994B2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R798, 127.0.0.1:8202] send response NON-2.05 MID=29797, Token=null, OptionSet={}, "server responds hi" 06:03:05.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8202, complete]! 06:03:05.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R798, 127.0.0.1:8202, complete] completed NON-2.04 MID=29797, Token=DC7DDA71962994B2, 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:03:05.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:8202 06:03:05.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29797, Token=DC7DDA71962994B2, 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:03:05.977 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29797] 06:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797, 127.0.0.1:8205, complete]! 06:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DC7DDA71962994B2] 06:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29797] 06:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L797, 127.0.0.1:8205, complete] completed CON-POST MID=29797, Token=DC7DDA71962994B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29797, Token=DC7DDA71962994B2, 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:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799, 127.0.0.1:8205] send request 06:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29798], CON-POST MID=29798, 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:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-84A70342C933ADFC], CON-POST MID=29798, Token=84A70342C933ADFC, 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:03:05.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29798], KeyToken[127.0.0.1:8205-84A70342C933ADFC]] 06:03:05.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:8205 06:03:05.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29798, Token=84A70342C933ADFC, 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:03:05.978 [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:8202 06:03:05.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29798] 06:03:05.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8202] replace CON-POST MID=29798, Token=84A70342C933ADFC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29798, Token=84A70342C933ADFC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R800, 127.0.0.1:8202] send response NON-2.05 MID=29798, Token=null, OptionSet={}, "server responds hi" 06:03:05.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8202, complete]! 06:03:05.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R800, 127.0.0.1:8202, complete] completed NON-2.04 MID=29798, Token=84A70342C933ADFC, 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:03:05.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:8202 06:03:05.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29798, Token=84A70342C933ADFC, 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:03:05.979 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29798] 06:03:05.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799, 127.0.0.1:8205, complete]! 06:03:05.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-84A70342C933ADFC] 06:03:05.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29798] 06:03:05.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L799, 127.0.0.1:8205, complete] completed CON-POST MID=29798, Token=84A70342C933ADFC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29798, Token=84A70342C933ADFC, 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:03:05.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801, 127.0.0.1:8205] send request 06:03:05.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29799], CON-POST MID=29799, 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:03:05.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D885F55195F778E6], CON-POST MID=29799, Token=D885F55195F778E6, 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:03:05.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29799], KeyToken[127.0.0.1:8205-D885F55195F778E6]] 06:03:05.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:8205 06:03:05.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29799, Token=D885F55195F778E6, 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:03:05.980 [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:8202 06:03:05.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29799] 06:03:05.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8202] replace CON-POST MID=29799, Token=D885F55195F778E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29799, Token=D885F55195F778E6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R802, 127.0.0.1:8202] send response NON-2.05 MID=29799, Token=null, OptionSet={}, "server responds hi" 06:03:05.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8202, complete]! 06:03:05.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R802, 127.0.0.1:8202, complete] completed NON-2.04 MID=29799, Token=D885F55195F778E6, 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:03:05.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:8202 06:03:05.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29799, Token=D885F55195F778E6, 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:03:05.981 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29799] 06:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8205, complete]! 06:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D885F55195F778E6] 06:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29799] 06:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L801, 127.0.0.1:8205, complete] completed CON-POST MID=29799, Token=D885F55195F778E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29799, Token=D885F55195F778E6, 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:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803, 127.0.0.1:8205] send request 06:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29800], CON-POST MID=29800, 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:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0CBD5EDE1FE6B5A4], CON-POST MID=29800, Token=0CBD5EDE1FE6B5A4, 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:03:05.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29800], KeyToken[127.0.0.1:8205-0CBD5EDE1FE6B5A4]] 06:03:05.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:8205 06:03:05.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29800, Token=0CBD5EDE1FE6B5A4, 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:03:05.981 [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:8202 06:03:05.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29800] 06:03:05.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8202] replace CON-POST MID=29800, Token=0CBD5EDE1FE6B5A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29800, Token=0CBD5EDE1FE6B5A4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R804, 127.0.0.1:8202] send response NON-2.05 MID=29800, Token=null, OptionSet={}, "server responds hi" 06:03:05.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8202, complete]! 06:03:05.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R804, 127.0.0.1:8202, complete] completed NON-2.04 MID=29800, Token=0CBD5EDE1FE6B5A4, 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:03:05.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:8202 06:03:05.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29800, Token=0CBD5EDE1FE6B5A4, 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:03:05.982 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29800] 06:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, 127.0.0.1:8205, complete]! 06:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0CBD5EDE1FE6B5A4] 06:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29800] 06:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L803, 127.0.0.1:8205, complete] completed CON-POST MID=29800, Token=0CBD5EDE1FE6B5A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29800, Token=0CBD5EDE1FE6B5A4, 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:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805, 127.0.0.1:8205] send request 06:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29801], CON-POST MID=29801, 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:03:05.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4C5A86077ADA34E0], CON-POST MID=29801, Token=4C5A86077ADA34E0, 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:03:05.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29801], KeyToken[127.0.0.1:8205-4C5A86077ADA34E0]] 06:03:05.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:8205 06:03:05.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29801, Token=4C5A86077ADA34E0, 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:03:05.983 [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:8202 06:03:05.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29801] 06:03:05.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8202] replace CON-POST MID=29801, Token=4C5A86077ADA34E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29801, Token=4C5A86077ADA34E0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R806, 127.0.0.1:8202] send response NON-2.05 MID=29801, Token=null, OptionSet={}, "server responds hi" 06:03:05.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8202, complete]! 06:03:05.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R806, 127.0.0.1:8202, complete] completed NON-2.04 MID=29801, Token=4C5A86077ADA34E0, 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:03:05.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29801, Token=4C5A86077ADA34E0, 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:03:05.983 [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 42 bytes from 127.0.0.1:8205 06:03:05.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29801] 06:03:05.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8205, complete]! 06:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4C5A86077ADA34E0] 06:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29801] 06:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L805, 127.0.0.1:8205, complete] completed CON-POST MID=29801, Token=4C5A86077ADA34E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29801, Token=4C5A86077ADA34E0, 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:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807, 127.0.0.1:8205] send request 06:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29802], CON-POST MID=29802, 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:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1C836E30AAC45311], CON-POST MID=29802, Token=1C836E30AAC45311, 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:03:05.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29802], KeyToken[127.0.0.1:8205-1C836E30AAC45311]] 06:03:05.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:8205 06:03:05.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29802, Token=1C836E30AAC45311, 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:03:05.984 [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:8202 06:03:05.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29802] 06:03:05.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8202] replace CON-POST MID=29802, Token=1C836E30AAC45311, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29802, Token=1C836E30AAC45311, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R808, 127.0.0.1:8202] send response NON-2.05 MID=29802, Token=null, OptionSet={}, "server responds hi" 06:03:05.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8202, complete]! 06:03:05.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R808, 127.0.0.1:8202, complete] completed NON-2.04 MID=29802, Token=1C836E30AAC45311, 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:03:05.985 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:05.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29802, Token=1C836E30AAC45311, 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:03:05.985 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29802] 06:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, 127.0.0.1:8205, complete]! 06:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1C836E30AAC45311] 06:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29802] 06:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L807, 127.0.0.1:8205, complete] completed CON-POST MID=29802, Token=1C836E30AAC45311, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29802, Token=1C836E30AAC45311, 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:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8205] send request 06:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29803], CON-POST MID=29803, 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:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7CB859557BE8DBDB], CON-POST MID=29803, Token=7CB859557BE8DBDB, 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:03:05.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29803], KeyToken[127.0.0.1:8205-7CB859557BE8DBDB]] 06:03:05.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:8205 06:03:05.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29803, Token=7CB859557BE8DBDB, 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:03:05.986 [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:8202 06:03:05.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29803] 06:03:05.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8202] replace CON-POST MID=29803, Token=7CB859557BE8DBDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29803, Token=7CB859557BE8DBDB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R810, 127.0.0.1:8202] send response NON-2.05 MID=29803, Token=null, OptionSet={}, "server responds hi" 06:03:05.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8202, complete]! 06:03:05.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R810, 127.0.0.1:8202, complete] completed NON-2.04 MID=29803, Token=7CB859557BE8DBDB, 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:03:05.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:8202 06:03:05.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29803, Token=7CB859557BE8DBDB, 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:03:05.986 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29803] 06:03:05.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8205, complete]! 06:03:05.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7CB859557BE8DBDB] 06:03:05.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29803] 06:03:05.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L809, 127.0.0.1:8205, complete] completed CON-POST MID=29803, Token=7CB859557BE8DBDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29803, Token=7CB859557BE8DBDB, 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:03:05.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811, 127.0.0.1:8205] send request 06:03:05.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29804], CON-POST MID=29804, 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:03:05.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F8C0B4BC25D81952], CON-POST MID=29804, Token=F8C0B4BC25D81952, 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:03:05.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29804], KeyToken[127.0.0.1:8205-F8C0B4BC25D81952]] 06:03:05.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:8205 06:03:05.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29804, Token=F8C0B4BC25D81952, 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:03:05.987 [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:8202 06:03:05.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29804] 06:03:05.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8202] replace CON-POST MID=29804, Token=F8C0B4BC25D81952, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29804, Token=F8C0B4BC25D81952, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R812, 127.0.0.1:8202] send response NON-2.05 MID=29804, Token=null, OptionSet={}, "server responds hi" 06:03:05.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8202, complete]! 06:03:05.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R812, 127.0.0.1:8202, complete] completed NON-2.04 MID=29804, Token=F8C0B4BC25D81952, 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:03:05.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:8202 06:03:05.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29804, Token=F8C0B4BC25D81952, 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:03:05.988 [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 42 bytes from 127.0.0.1:8205 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29804] 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, 127.0.0.1:8205, complete]! 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F8C0B4BC25D81952] 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29804] 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L811, 127.0.0.1:8205, complete] completed CON-POST MID=29804, Token=F8C0B4BC25D81952, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29804, Token=F8C0B4BC25D81952, 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:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813, 127.0.0.1:8205] send request 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29805], CON-POST MID=29805, 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:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-585C87268BE24336], CON-POST MID=29805, Token=585C87268BE24336, 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:03:05.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29805], KeyToken[127.0.0.1:8205-585C87268BE24336]] 06:03:05.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:8205 06:03:05.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29805, Token=585C87268BE24336, 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:03:05.989 [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:8202 06:03:05.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29805] 06:03:05.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8202] replace CON-POST MID=29805, Token=585C87268BE24336, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29805, Token=585C87268BE24336, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R814, 127.0.0.1:8202] send response NON-2.05 MID=29805, Token=null, OptionSet={}, "server responds hi" 06:03:05.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8202, complete]! 06:03:05.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R814, 127.0.0.1:8202, complete] completed NON-2.04 MID=29805, Token=585C87268BE24336, 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:03:05.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:8202 06:03:05.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29805, Token=585C87268BE24336, 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:03:05.989 [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 42 bytes from 127.0.0.1:8205 06:03:05.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:8205-29805] 06:03:05.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:05.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:03:05.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813, 127.0.0.1:8205, complete]! 06:03:05.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-585C87268BE24336] 06:03:05.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29805] 06:03:05.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L813, 127.0.0.1:8205, complete] completed CON-POST MID=29805, Token=585C87268BE24336, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29805, Token=585C87268BE24336, 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:03:05.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815, 127.0.0.1:8205] send request 06:03:05.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:05.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29806], CON-POST MID=29806, 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:03:05.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1CC471193D08E63C], CON-POST MID=29806, Token=1CC471193D08E63C, 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:03:05.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29806], KeyToken[127.0.0.1:8205-1CC471193D08E63C]] 06:03:05.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:05.990 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29806, Token=1CC471193D08E63C, 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:03:05.990 [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:8202 06:03:05.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29806] 06:03:05.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:05.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8202] replace CON-POST MID=29806, Token=1CC471193D08E63C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29806, Token=1CC471193D08E63C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:05.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R816, 127.0.0.1:8202] send response NON-2.05 MID=29806, Token=null, OptionSet={}, "server responds hi" 06:03:05.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8202, complete]! 06:03:05.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R816, 127.0.0.1:8202, complete] completed NON-2.04 MID=29806, Token=1CC471193D08E63C, 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:03:06.050 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29806, Token=1CC471193D08E63C, 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:03:06.050 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29806] 06:03:06.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815, 127.0.0.1:8205, complete]! 06:03:06.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1CC471193D08E63C] 06:03:06.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29806] 06:03:06.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L815, 127.0.0.1:8205, complete] completed CON-POST MID=29806, Token=1CC471193D08E63C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29806, Token=1CC471193D08E63C, 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:03:06.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817, 127.0.0.1:8205] send request 06:03:06.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29807], CON-POST MID=29807, 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:03:06.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-28C51DE47BFA28C4], CON-POST MID=29807, Token=28C51DE47BFA28C4, 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:03:06.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29807], KeyToken[127.0.0.1:8205-28C51DE47BFA28C4]] 06:03:06.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:8205 06:03:06.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29807, Token=28C51DE47BFA28C4, 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:03:06.051 [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:8202 06:03:06.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29807] 06:03:06.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8202] replace CON-POST MID=29807, Token=28C51DE47BFA28C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29807, Token=28C51DE47BFA28C4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R818, 127.0.0.1:8202] send response NON-2.05 MID=29807, Token=null, OptionSet={}, "server responds hi" 06:03:06.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8202, complete]! 06:03:06.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R818, 127.0.0.1:8202, complete] completed NON-2.04 MID=29807, Token=28C51DE47BFA28C4, 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:03:06.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:8202 06:03:06.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29807, Token=28C51DE47BFA28C4, 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:03:06.052 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29807] 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817, 127.0.0.1:8205, complete]! 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-28C51DE47BFA28C4] 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29807] 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L817, 127.0.0.1:8205, complete] completed CON-POST MID=29807, Token=28C51DE47BFA28C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29807, Token=28C51DE47BFA28C4, 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:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819, 127.0.0.1:8205] send request 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29808], CON-POST MID=29808, 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:03:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BCE1BA8A267DE8AB], CON-POST MID=29808, Token=BCE1BA8A267DE8AB, 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:03:06.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29808], KeyToken[127.0.0.1:8205-BCE1BA8A267DE8AB]] 06:03:06.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:8205 06:03:06.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29808, Token=BCE1BA8A267DE8AB, 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:03:06.053 [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:8202 06:03:06.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29808] 06:03:06.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8202] replace CON-POST MID=29808, Token=BCE1BA8A267DE8AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29808, Token=BCE1BA8A267DE8AB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R820, 127.0.0.1:8202] send response NON-2.05 MID=29808, Token=null, OptionSet={}, "server responds hi" 06:03:06.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8202, complete]! 06:03:06.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R820, 127.0.0.1:8202, complete] completed NON-2.04 MID=29808, Token=BCE1BA8A267DE8AB, 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:03:06.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:8202 06:03:06.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29808, Token=BCE1BA8A267DE8AB, 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:03:06.053 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29808] 06:03:06.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819, 127.0.0.1:8205, complete]! 06:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BCE1BA8A267DE8AB] 06:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29808] 06:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L819, 127.0.0.1:8205, complete] completed CON-POST MID=29808, Token=BCE1BA8A267DE8AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29808, Token=BCE1BA8A267DE8AB, 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:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821, 127.0.0.1:8205] send request 06:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29809], CON-POST MID=29809, 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:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-785695C73EC51837], CON-POST MID=29809, Token=785695C73EC51837, 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:03:06.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29809], KeyToken[127.0.0.1:8205-785695C73EC51837]] 06:03:06.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29809, Token=785695C73EC51837, 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:03:06.054 [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:8202 06:03:06.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29809] 06:03:06.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8202] replace CON-POST MID=29809, Token=785695C73EC51837, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29809, Token=785695C73EC51837, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R822, 127.0.0.1:8202] send response NON-2.05 MID=29809, Token=null, OptionSet={}, "server responds hi" 06:03:06.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8202, complete]! 06:03:06.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R822, 127.0.0.1:8202, complete] completed NON-2.04 MID=29809, Token=785695C73EC51837, 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:03:06.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:8202 06:03:06.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29809, Token=785695C73EC51837, 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:03:06.055 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29809] 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8205, complete]! 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-785695C73EC51837] 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29809] 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L821, 127.0.0.1:8205, complete] completed CON-POST MID=29809, Token=785695C73EC51837, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29809, Token=785695C73EC51837, 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:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8205] send request 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29810], CON-POST MID=29810, 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:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-948E74625D1CD4BF], CON-POST MID=29810, Token=948E74625D1CD4BF, 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:03:06.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29810], KeyToken[127.0.0.1:8205-948E74625D1CD4BF]] 06:03:06.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:8205 06:03:06.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29810, Token=948E74625D1CD4BF, 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:03:06.056 [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:8202 06:03:06.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29810] 06:03:06.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8202] replace CON-POST MID=29810, Token=948E74625D1CD4BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29810, Token=948E74625D1CD4BF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R824, 127.0.0.1:8202] send response NON-2.05 MID=29810, Token=null, OptionSet={}, "server responds hi" 06:03:06.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8202, complete]! 06:03:06.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R824, 127.0.0.1:8202, complete] completed NON-2.04 MID=29810, Token=948E74625D1CD4BF, 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:03:06.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:8202 06:03:06.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29810, Token=948E74625D1CD4BF, 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:03:06.056 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29810] 06:03:06.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8205, complete]! 06:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-948E74625D1CD4BF] 06:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29810] 06:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L823, 127.0.0.1:8205, complete] completed CON-POST MID=29810, Token=948E74625D1CD4BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29810, Token=948E74625D1CD4BF, 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:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825, 127.0.0.1:8205] send request 06:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29811], CON-POST MID=29811, 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:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-488369BB20CF12FE], CON-POST MID=29811, Token=488369BB20CF12FE, 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:03:06.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29811], KeyToken[127.0.0.1:8205-488369BB20CF12FE]] 06:03:06.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:8205 06:03:06.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29811, Token=488369BB20CF12FE, 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:03:06.057 [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:8202 06:03:06.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29811] 06:03:06.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8202] replace CON-POST MID=29811, Token=488369BB20CF12FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29811, Token=488369BB20CF12FE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R826, 127.0.0.1:8202] send response NON-2.05 MID=29811, Token=null, OptionSet={}, "server responds hi" 06:03:06.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8202, complete]! 06:03:06.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R826, 127.0.0.1:8202, complete] completed NON-2.04 MID=29811, Token=488369BB20CF12FE, 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:03:06.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:8202 06:03:06.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29811, Token=488369BB20CF12FE, 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:03:06.058 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29811] 06:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825, 127.0.0.1:8205, complete]! 06:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-488369BB20CF12FE] 06:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29811] 06:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L825, 127.0.0.1:8205, complete] completed CON-POST MID=29811, Token=488369BB20CF12FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29811, Token=488369BB20CF12FE, 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:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827, 127.0.0.1:8205] send request 06:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29812], CON-POST MID=29812, 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:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D8A0FE73D0807490], CON-POST MID=29812, Token=D8A0FE73D0807490, 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:03:06.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29812], KeyToken[127.0.0.1:8205-D8A0FE73D0807490]] 06:03:06.059 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29812, Token=D8A0FE73D0807490, 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:03:06.059 [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:8202 06:03:06.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29812] 06:03:06.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8202] replace CON-POST MID=29812, Token=D8A0FE73D0807490, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29812, Token=D8A0FE73D0807490, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R828, 127.0.0.1:8202] send response NON-2.05 MID=29812, Token=null, OptionSet={}, "server responds hi" 06:03:06.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8202, complete]! 06:03:06.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R828, 127.0.0.1:8202, complete] completed NON-2.04 MID=29812, Token=D8A0FE73D0807490, 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:03:06.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:8202 06:03:06.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29812, Token=D8A0FE73D0807490, 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:03:06.059 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29812] 06:03:06.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827, 127.0.0.1:8205, complete]! 06:03:06.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D8A0FE73D0807490] 06:03:06.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29812] 06:03:06.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L827, 127.0.0.1:8205, complete] completed CON-POST MID=29812, Token=D8A0FE73D0807490, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29812, Token=D8A0FE73D0807490, 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:03:06.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829, 127.0.0.1:8205] send request 06:03:06.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29813], CON-POST MID=29813, 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:03:06.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-44FD5632EC082F74], CON-POST MID=29813, Token=44FD5632EC082F74, 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:03:06.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29813], KeyToken[127.0.0.1:8205-44FD5632EC082F74]] 06:03:06.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29813, Token=44FD5632EC082F74, 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:03:06.060 [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:8202 06:03:06.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29813] 06:03:06.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8202] replace CON-POST MID=29813, Token=44FD5632EC082F74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29813, Token=44FD5632EC082F74, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R830, 127.0.0.1:8202] send response NON-2.05 MID=29813, Token=null, OptionSet={}, "server responds hi" 06:03:06.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8202, complete]! 06:03:06.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R830, 127.0.0.1:8202, complete] completed NON-2.04 MID=29813, Token=44FD5632EC082F74, 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:03:06.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:8202 06:03:06.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29813, Token=44FD5632EC082F74, 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:03:06.061 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29813] 06:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8205, complete]! 06:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-44FD5632EC082F74] 06:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29813] 06:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L829, 127.0.0.1:8205, complete] completed CON-POST MID=29813, Token=44FD5632EC082F74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29813, Token=44FD5632EC082F74, 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:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831, 127.0.0.1:8205] send request 06:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29814], CON-POST MID=29814, 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:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E88B9D9CFCFF06CA], CON-POST MID=29814, Token=E88B9D9CFCFF06CA, 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:03:06.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29814], KeyToken[127.0.0.1:8205-E88B9D9CFCFF06CA]] 06:03:06.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:8205 06:03:06.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29814, Token=E88B9D9CFCFF06CA, 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:03:06.062 [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:8202 06:03:06.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29814] 06:03:06.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8202] replace CON-POST MID=29814, Token=E88B9D9CFCFF06CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29814, Token=E88B9D9CFCFF06CA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R832, 127.0.0.1:8202] send response NON-2.05 MID=29814, Token=null, OptionSet={}, "server responds hi" 06:03:06.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8202, complete]! 06:03:06.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R832, 127.0.0.1:8202, complete] completed NON-2.04 MID=29814, Token=E88B9D9CFCFF06CA, 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:03:06.062 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29814, Token=E88B9D9CFCFF06CA, 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:03:06.062 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29814] 06:03:06.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8205, complete]! 06:03:06.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E88B9D9CFCFF06CA] 06:03:06.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29814] 06:03:06.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L831, 127.0.0.1:8205, complete] completed CON-POST MID=29814, Token=E88B9D9CFCFF06CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29814, Token=E88B9D9CFCFF06CA, 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:03:06.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833, 127.0.0.1:8205] send request 06:03:06.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29815], CON-POST MID=29815, 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:03:06.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-683D84B80B89269A], CON-POST MID=29815, Token=683D84B80B89269A, 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:03:06.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29815], KeyToken[127.0.0.1:8205-683D84B80B89269A]] 06:03:06.063 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29815, Token=683D84B80B89269A, 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:03:06.063 [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:8202 06:03:06.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29815] 06:03:06.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8202] replace CON-POST MID=29815, Token=683D84B80B89269A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29815, Token=683D84B80B89269A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R834, 127.0.0.1:8202] send response NON-2.05 MID=29815, Token=null, OptionSet={}, "server responds hi" 06:03:06.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8202, complete]! 06:03:06.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R834, 127.0.0.1:8202, complete] completed NON-2.04 MID=29815, Token=683D84B80B89269A, 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:03:06.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:8202 06:03:06.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29815, Token=683D84B80B89269A, 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:03:06.064 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29815] 06:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8205, complete]! 06:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-683D84B80B89269A] 06:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29815] 06:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L833, 127.0.0.1:8205, complete] completed CON-POST MID=29815, Token=683D84B80B89269A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29815, Token=683D84B80B89269A, 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:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835, 127.0.0.1:8205] send request 06:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29816], CON-POST MID=29816, 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:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E4528CB2BC3A2576], CON-POST MID=29816, Token=E4528CB2BC3A2576, 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:03:06.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29816], KeyToken[127.0.0.1:8205-E4528CB2BC3A2576]] 06:03:06.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29816, Token=E4528CB2BC3A2576, 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:03:06.065 [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:8202 06:03:06.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29816] 06:03:06.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8202] replace CON-POST MID=29816, Token=E4528CB2BC3A2576, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29816, Token=E4528CB2BC3A2576, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R836, 127.0.0.1:8202] send response NON-2.05 MID=29816, Token=null, OptionSet={}, "server responds hi" 06:03:06.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8202, complete]! 06:03:06.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R836, 127.0.0.1:8202, complete] completed NON-2.04 MID=29816, Token=E4528CB2BC3A2576, 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:03:06.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29816, Token=E4528CB2BC3A2576, 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:03:06.065 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29816] 06:03:06.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8205, complete]! 06:03:06.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E4528CB2BC3A2576] 06:03:06.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29816] 06:03:06.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L835, 127.0.0.1:8205, complete] completed CON-POST MID=29816, Token=E4528CB2BC3A2576, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29816, Token=E4528CB2BC3A2576, 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:03:06.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837, 127.0.0.1:8205] send request 06:03:06.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29817], CON-POST MID=29817, 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:03:06.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BCC42B57C9A6AFAE], CON-POST MID=29817, Token=BCC42B57C9A6AFAE, 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:03:06.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29817], KeyToken[127.0.0.1:8205-BCC42B57C9A6AFAE]] 06:03:06.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29817, Token=BCC42B57C9A6AFAE, 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:03:06.066 [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:8202 06:03:06.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29817] 06:03:06.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8202] replace CON-POST MID=29817, Token=BCC42B57C9A6AFAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29817, Token=BCC42B57C9A6AFAE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R838, 127.0.0.1:8202] send response NON-2.05 MID=29817, Token=null, OptionSet={}, "server responds hi" 06:03:06.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8202, complete]! 06:03:06.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R838, 127.0.0.1:8202, complete] completed NON-2.04 MID=29817, Token=BCC42B57C9A6AFAE, 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:03:06.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:8202 06:03:06.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29817, Token=BCC42B57C9A6AFAE, 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:03:06.067 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29817] 06:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8205, complete]! 06:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BCC42B57C9A6AFAE] 06:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29817] 06:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L837, 127.0.0.1:8205, complete] completed CON-POST MID=29817, Token=BCC42B57C9A6AFAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29817, Token=BCC42B57C9A6AFAE, 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:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839, 127.0.0.1:8205] send request 06:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29818], CON-POST MID=29818, 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:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CC067B513BCE9E12], CON-POST MID=29818, Token=CC067B513BCE9E12, 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:03:06.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29818], KeyToken[127.0.0.1:8205-CC067B513BCE9E12]] 06:03:06.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:8205 06:03:06.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29818, Token=CC067B513BCE9E12, 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:03:06.067 [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:8202 06:03:06.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29818] 06:03:06.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8202] replace CON-POST MID=29818, Token=CC067B513BCE9E12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29818, Token=CC067B513BCE9E12, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R840, 127.0.0.1:8202] send response NON-2.05 MID=29818, Token=null, OptionSet={}, "server responds hi" 06:03:06.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8202, complete]! 06:03:06.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R840, 127.0.0.1:8202, complete] completed NON-2.04 MID=29818, Token=CC067B513BCE9E12, 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:03:06.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29818, Token=CC067B513BCE9E12, 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:03:06.068 [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 42 bytes from 127.0.0.1:8205 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29818] 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8205, complete]! 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CC067B513BCE9E12] 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29818] 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L839, 127.0.0.1:8205, complete] completed CON-POST MID=29818, Token=CC067B513BCE9E12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29818, Token=CC067B513BCE9E12, 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:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841, 127.0.0.1:8205] send request 06:03:06.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29819], CON-POST MID=29819, 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:03:06.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0053649D5F1C5F77], CON-POST MID=29819, Token=0053649D5F1C5F77, 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:03:06.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29819], KeyToken[127.0.0.1:8205-0053649D5F1C5F77]] 06:03:06.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:8205 06:03:06.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29819, Token=0053649D5F1C5F77, 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:03:06.069 [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:8202 06:03:06.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29819] 06:03:06.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8202] replace CON-POST MID=29819, Token=0053649D5F1C5F77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29819, Token=0053649D5F1C5F77, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R842, 127.0.0.1:8202] send response NON-2.05 MID=29819, Token=null, OptionSet={}, "server responds hi" 06:03:06.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8202, complete]! 06:03:06.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R842, 127.0.0.1:8202, complete] completed NON-2.04 MID=29819, Token=0053649D5F1C5F77, 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:03:06.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:8202 06:03:06.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29819, Token=0053649D5F1C5F77, 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:03:06.069 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29819] 06:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8205, complete]! 06:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0053649D5F1C5F77] 06:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29819] 06:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L841, 127.0.0.1:8205, complete] completed CON-POST MID=29819, Token=0053649D5F1C5F77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29819, Token=0053649D5F1C5F77, 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:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843, 127.0.0.1:8205] send request 06:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29820], CON-POST MID=29820, 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:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-501772DE87D20E67], CON-POST MID=29820, Token=501772DE87D20E67, 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:03:06.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29820], KeyToken[127.0.0.1:8205-501772DE87D20E67]] 06:03:06.070 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29820, Token=501772DE87D20E67, 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:03:06.070 [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:8202 06:03:06.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29820] 06:03:06.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8202] replace CON-POST MID=29820, Token=501772DE87D20E67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29820, Token=501772DE87D20E67, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R844, 127.0.0.1:8202] send response NON-2.05 MID=29820, Token=null, OptionSet={}, "server responds hi" 06:03:06.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8202, complete]! 06:03:06.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R844, 127.0.0.1:8202, complete] completed NON-2.04 MID=29820, Token=501772DE87D20E67, 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:03:06.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:8202 06:03:06.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29820, Token=501772DE87D20E67, 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:03:06.071 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29820] 06:03:06.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8205, complete]! 06:03:06.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-501772DE87D20E67] 06:03:06.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29820] 06:03:06.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L843, 127.0.0.1:8205, complete] completed CON-POST MID=29820, Token=501772DE87D20E67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29820, Token=501772DE87D20E67, 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:03:06.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845, 127.0.0.1:8205] send request 06:03:06.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29821], CON-POST MID=29821, 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:03:06.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-74A7C9A7C0D01D1E], CON-POST MID=29821, Token=74A7C9A7C0D01D1E, 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:03:06.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29821], KeyToken[127.0.0.1:8205-74A7C9A7C0D01D1E]] 06:03:06.072 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29821, Token=74A7C9A7C0D01D1E, 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:03:06.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202 06:03:06.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29821] 06:03:06.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8202] replace CON-POST MID=29821, Token=74A7C9A7C0D01D1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29821, Token=74A7C9A7C0D01D1E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R846, 127.0.0.1:8202] send response NON-2.05 MID=29821, Token=null, OptionSet={}, "server responds hi" 06:03:06.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8202, complete]! 06:03:06.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R846, 127.0.0.1:8202, complete] completed NON-2.04 MID=29821, Token=74A7C9A7C0D01D1E, 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:03:06.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:8202 06:03:06.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29821, Token=74A7C9A7C0D01D1E, 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:03:06.073 [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 42 bytes from 127.0.0.1:8205 06:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29821] 06:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8205, complete]! 06:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-74A7C9A7C0D01D1E] 06:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29821] 06:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L845, 127.0.0.1:8205, complete] completed CON-POST MID=29821, Token=74A7C9A7C0D01D1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29821, Token=74A7C9A7C0D01D1E, 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:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847, 127.0.0.1:8205] send request 06:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29822], CON-POST MID=29822, 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:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-189613488564445E], CON-POST MID=29822, Token=189613488564445E, 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:03:06.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29822], KeyToken[127.0.0.1:8205-189613488564445E]] 06:03:06.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:8205 06:03:06.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29822, Token=189613488564445E, 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:03:06.073 [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:8202 06:03:06.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29822] 06:03:06.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8202] replace CON-POST MID=29822, Token=189613488564445E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29822, Token=189613488564445E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R848, 127.0.0.1:8202] send response NON-2.05 MID=29822, Token=null, OptionSet={}, "server responds hi" 06:03:06.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8202, complete]! 06:03:06.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R848, 127.0.0.1:8202, complete] completed NON-2.04 MID=29822, Token=189613488564445E, 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:03:06.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:8202 06:03:06.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29822, Token=189613488564445E, 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:03:06.074 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29822] 06:03:06.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8205, complete]! 06:03:06.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-189613488564445E] 06:03:06.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29822] 06:03:06.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L847, 127.0.0.1:8205, complete] completed CON-POST MID=29822, Token=189613488564445E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29822, Token=189613488564445E, 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:03:06.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849, 127.0.0.1:8205] send request 06:03:06.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29823], CON-POST MID=29823, 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:03:06.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-440A789442BC0D81], CON-POST MID=29823, Token=440A789442BC0D81, 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:03:06.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29823], KeyToken[127.0.0.1:8205-440A789442BC0D81]] 06:03:06.075 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29823, Token=440A789442BC0D81, 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:03:06.075 [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:8202 06:03:06.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29823] 06:03:06.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8202] replace CON-POST MID=29823, Token=440A789442BC0D81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29823, Token=440A789442BC0D81, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R850, 127.0.0.1:8202] send response NON-2.05 MID=29823, Token=null, OptionSet={}, "server responds hi" 06:03:06.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8202, complete]! 06:03:06.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R850, 127.0.0.1:8202, complete] completed NON-2.04 MID=29823, Token=440A789442BC0D81, 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:03:06.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:8202 06:03:06.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29823, Token=440A789442BC0D81, 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:03:06.075 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29823] 06:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8205, complete]! 06:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-440A789442BC0D81] 06:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29823] 06:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L849, 127.0.0.1:8205, complete] completed CON-POST MID=29823, Token=440A789442BC0D81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29823, Token=440A789442BC0D81, 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:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851, 127.0.0.1:8205] send request 06:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29824], CON-POST MID=29824, 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:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F060C31511DEA894], CON-POST MID=29824, Token=F060C31511DEA894, 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:03:06.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29824], KeyToken[127.0.0.1:8205-F060C31511DEA894]] 06:03:06.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:8205 06:03:06.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29824, Token=F060C31511DEA894, 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:03:06.076 [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:8202 06:03:06.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29824] 06:03:06.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8202] replace CON-POST MID=29824, Token=F060C31511DEA894, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29824, Token=F060C31511DEA894, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R852, 127.0.0.1:8202] send response NON-2.05 MID=29824, Token=null, OptionSet={}, "server responds hi" 06:03:06.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8202, complete]! 06:03:06.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R852, 127.0.0.1:8202, complete] completed NON-2.04 MID=29824, Token=F060C31511DEA894, 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:03:06.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:8202 06:03:06.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29824, Token=F060C31511DEA894, 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:03:06.077 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29824] 06:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8205, complete]! 06:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F060C31511DEA894] 06:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29824] 06:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L851, 127.0.0.1:8205, complete] completed CON-POST MID=29824, Token=F060C31511DEA894, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29824, Token=F060C31511DEA894, 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:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853, 127.0.0.1:8205] send request 06:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29825], CON-POST MID=29825, 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:03:06.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7CD38EB92A033812], CON-POST MID=29825, Token=7CD38EB92A033812, 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:03:06.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29825], KeyToken[127.0.0.1:8205-7CD38EB92A033812]] 06:03:06.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:8205 06:03:06.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29825, Token=7CD38EB92A033812, 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:03:06.078 [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:8202 06:03:06.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29825] 06:03:06.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8202] replace CON-POST MID=29825, Token=7CD38EB92A033812, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29825, Token=7CD38EB92A033812, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R854, 127.0.0.1:8202] send response NON-2.05 MID=29825, Token=null, OptionSet={}, "server responds hi" 06:03:06.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8202, complete]! 06:03:06.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R854, 127.0.0.1:8202, complete] completed NON-2.04 MID=29825, Token=7CD38EB92A033812, 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:03:06.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:8202 06:03:06.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29825, Token=7CD38EB92A033812, 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:03:06.078 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29825] 06:03:06.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8205, complete]! 06:03:06.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7CD38EB92A033812] 06:03:06.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29825] 06:03:06.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L853, 127.0.0.1:8205, complete] completed CON-POST MID=29825, Token=7CD38EB92A033812, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29825, Token=7CD38EB92A033812, 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:03:06.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855, 127.0.0.1:8205] send request 06:03:06.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29826], CON-POST MID=29826, 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:03:06.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9401CA044F8A6EFF], CON-POST MID=29826, Token=9401CA044F8A6EFF, 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:03:06.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29826], KeyToken[127.0.0.1:8205-9401CA044F8A6EFF]] 06:03:06.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29826, Token=9401CA044F8A6EFF, 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:03:06.079 [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:8202 06:03:06.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29826] 06:03:06.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8202] replace CON-POST MID=29826, Token=9401CA044F8A6EFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29826, Token=9401CA044F8A6EFF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R856, 127.0.0.1:8202] send response NON-2.05 MID=29826, Token=null, OptionSet={}, "server responds hi" 06:03:06.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8202, complete]! 06:03:06.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R856, 127.0.0.1:8202, complete] completed NON-2.04 MID=29826, Token=9401CA044F8A6EFF, 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:03:06.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:8202 06:03:06.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29826, Token=9401CA044F8A6EFF, 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:03:06.080 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29826] 06:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8205, complete]! 06:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9401CA044F8A6EFF] 06:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29826] 06:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L855, 127.0.0.1:8205, complete] completed CON-POST MID=29826, Token=9401CA044F8A6EFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29826, Token=9401CA044F8A6EFF, 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:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857, 127.0.0.1:8205] send request 06:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29827], CON-POST MID=29827, 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:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-24715990F73A8787], CON-POST MID=29827, Token=24715990F73A8787, 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:03:06.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29827], KeyToken[127.0.0.1:8205-24715990F73A8787]] 06:03:06.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:8205 06:03:06.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29827, Token=24715990F73A8787, 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:03:06.081 [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:8202 06:03:06.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29827] 06:03:06.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8202] replace CON-POST MID=29827, Token=24715990F73A8787, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29827, Token=24715990F73A8787, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R858, 127.0.0.1:8202] send response NON-2.05 MID=29827, Token=null, OptionSet={}, "server responds hi" 06:03:06.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8202, complete]! 06:03:06.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R858, 127.0.0.1:8202, complete] completed NON-2.04 MID=29827, Token=24715990F73A8787, 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:03:06.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:8202 06:03:06.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29827, Token=24715990F73A8787, 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:03:06.081 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29827] 06:03:06.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8205, complete]! 06:03:06.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-24715990F73A8787] 06:03:06.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29827] 06:03:06.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L857, 127.0.0.1:8205, complete] completed CON-POST MID=29827, Token=24715990F73A8787, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29827, Token=24715990F73A8787, 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:03:06.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859, 127.0.0.1:8205] send request 06:03:06.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29828], CON-POST MID=29828, 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:03:06.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C87E819B957153B], CON-POST MID=29828, Token=9C87E819B957153B, 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:03:06.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29828], KeyToken[127.0.0.1:8205-9C87E819B957153B]] 06:03:06.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:8205 06:03:06.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29828, Token=9C87E819B957153B, 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:03:06.082 [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:8202 06:03:06.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29828] 06:03:06.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8202] replace CON-POST MID=29828, Token=9C87E819B957153B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29828, Token=9C87E819B957153B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R860, 127.0.0.1:8202] send response NON-2.05 MID=29828, Token=null, OptionSet={}, "server responds hi" 06:03:06.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8202, complete]! 06:03:06.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R860, 127.0.0.1:8202, complete] completed NON-2.04 MID=29828, Token=9C87E819B957153B, 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:03:06.082 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29828, Token=9C87E819B957153B, 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:03:06.082 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29828] 06:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8205, complete]! 06:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C87E819B957153B] 06:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29828] 06:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L859, 127.0.0.1:8205, complete] completed CON-POST MID=29828, Token=9C87E819B957153B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29828, Token=9C87E819B957153B, 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:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861, 127.0.0.1:8205] send request 06:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29829], CON-POST MID=29829, 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:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-241F0B3D9A242661], CON-POST MID=29829, Token=241F0B3D9A242661, 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:03:06.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29829], KeyToken[127.0.0.1:8205-241F0B3D9A242661]] 06:03:06.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:8205 06:03:06.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29829, Token=241F0B3D9A242661, 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:03:06.083 [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:8202 06:03:06.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29829] 06:03:06.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8202] replace CON-POST MID=29829, Token=241F0B3D9A242661, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29829, Token=241F0B3D9A242661, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R862, 127.0.0.1:8202] send response NON-2.05 MID=29829, Token=null, OptionSet={}, "server responds hi" 06:03:06.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8202, complete]! 06:03:06.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R862, 127.0.0.1:8202, complete] completed NON-2.04 MID=29829, Token=241F0B3D9A242661, 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:03:06.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:8202 06:03:06.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29829, Token=241F0B3D9A242661, 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:03:06.084 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29829] 06:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8205, complete]! 06:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-241F0B3D9A242661] 06:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29829] 06:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L861, 127.0.0.1:8205, complete] completed CON-POST MID=29829, Token=241F0B3D9A242661, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29829, Token=241F0B3D9A242661, 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:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863, 127.0.0.1:8205] send request 06:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29830], CON-POST MID=29830, 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:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-846CB07921575A06], CON-POST MID=29830, Token=846CB07921575A06, 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:03:06.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29830], KeyToken[127.0.0.1:8205-846CB07921575A06]] 06:03:06.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29830, Token=846CB07921575A06, 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:03:06.085 [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:8202 06:03:06.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29830] 06:03:06.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8202] replace CON-POST MID=29830, Token=846CB07921575A06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29830, Token=846CB07921575A06, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R864, 127.0.0.1:8202] send response NON-2.05 MID=29830, Token=null, OptionSet={}, "server responds hi" 06:03:06.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8202, complete]! 06:03:06.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R864, 127.0.0.1:8202, complete] completed NON-2.04 MID=29830, Token=846CB07921575A06, 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:03:06.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:8202 06:03:06.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29830, Token=846CB07921575A06, 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:03:06.085 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29830] 06:03:06.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8205, complete]! 06:03:06.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-846CB07921575A06] 06:03:06.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29830] 06:03:06.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L863, 127.0.0.1:8205, complete] completed CON-POST MID=29830, Token=846CB07921575A06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29830, Token=846CB07921575A06, 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:03:06.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865, 127.0.0.1:8205] send request 06:03:06.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29831], CON-POST MID=29831, 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:03:06.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0C42056A4DF84256], CON-POST MID=29831, Token=0C42056A4DF84256, 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:03:06.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29831], KeyToken[127.0.0.1:8205-0C42056A4DF84256]] 06:03:06.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:8205 06:03:06.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29831, Token=0C42056A4DF84256, 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:03:06.086 [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:8202 06:03:06.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29831] 06:03:06.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8202] replace CON-POST MID=29831, Token=0C42056A4DF84256, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29831, Token=0C42056A4DF84256, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R866, 127.0.0.1:8202] send response NON-2.05 MID=29831, Token=null, OptionSet={}, "server responds hi" 06:03:06.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8202, complete]! 06:03:06.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R866, 127.0.0.1:8202, complete] completed NON-2.04 MID=29831, Token=0C42056A4DF84256, 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:03:06.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:8202 06:03:06.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29831, Token=0C42056A4DF84256, 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:03:06.087 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29831] 06:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8205, complete]! 06:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0C42056A4DF84256] 06:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29831] 06:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L865, 127.0.0.1:8205, complete] completed CON-POST MID=29831, Token=0C42056A4DF84256, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29831, Token=0C42056A4DF84256, 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:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867, 127.0.0.1:8205] send request 06:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29832], CON-POST MID=29832, 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:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FCE8D207FAE835F4], CON-POST MID=29832, Token=FCE8D207FAE835F4, 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:03:06.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29832], KeyToken[127.0.0.1:8205-FCE8D207FAE835F4]] 06:03:06.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:8205 06:03:06.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29832, Token=FCE8D207FAE835F4, 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:03:06.087 [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:8202 06:03:06.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29832] 06:03:06.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8202] replace CON-POST MID=29832, Token=FCE8D207FAE835F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29832, Token=FCE8D207FAE835F4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R868, 127.0.0.1:8202] send response NON-2.05 MID=29832, Token=null, OptionSet={}, "server responds hi" 06:03:06.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8202, complete]! 06:03:06.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R868, 127.0.0.1:8202, complete] completed NON-2.04 MID=29832, Token=FCE8D207FAE835F4, 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:03:06.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:8202 06:03:06.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29832, Token=FCE8D207FAE835F4, 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:03:06.088 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29832] 06:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8205, complete]! 06:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FCE8D207FAE835F4] 06:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29832] 06:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L867, 127.0.0.1:8205, complete] completed CON-POST MID=29832, Token=FCE8D207FAE835F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29832, Token=FCE8D207FAE835F4, 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:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869, 127.0.0.1:8205] send request 06:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29833], CON-POST MID=29833, 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:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-EC0FCE0252EC1FEA], CON-POST MID=29833, Token=EC0FCE0252EC1FEA, 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:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29833], KeyToken[127.0.0.1:8205-EC0FCE0252EC1FEA]] 06:03:06.089 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29833, Token=EC0FCE0252EC1FEA, 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:03:06.089 [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:8202 06:03:06.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29833] 06:03:06.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8202] replace CON-POST MID=29833, Token=EC0FCE0252EC1FEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29833, Token=EC0FCE0252EC1FEA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R870, 127.0.0.1:8202] send response NON-2.05 MID=29833, Token=null, OptionSet={}, "server responds hi" 06:03:06.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8202, complete]! 06:03:06.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R870, 127.0.0.1:8202, complete] completed NON-2.04 MID=29833, Token=EC0FCE0252EC1FEA, 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:03:06.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29833, Token=EC0FCE0252EC1FEA, 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:03:06.089 [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 42 bytes from 127.0.0.1:8205 06:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29833] 06:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8205, complete]! 06:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-EC0FCE0252EC1FEA] 06:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29833] 06:03:06.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L869, 127.0.0.1:8205, complete] completed CON-POST MID=29833, Token=EC0FCE0252EC1FEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29833, Token=EC0FCE0252EC1FEA, 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:03:06.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871, 127.0.0.1:8205] send request 06:03:06.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29834], CON-POST MID=29834, 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:03:06.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F4B50AA181885248], CON-POST MID=29834, Token=F4B50AA181885248, 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:03:06.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29834], KeyToken[127.0.0.1:8205-F4B50AA181885248]] 06:03:06.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:8205 06:03:06.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29834, Token=F4B50AA181885248, 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:03:06.090 [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:8202 06:03:06.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29834] 06:03:06.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8202] replace CON-POST MID=29834, Token=F4B50AA181885248, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29834, Token=F4B50AA181885248, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R872, 127.0.0.1:8202] send response NON-2.05 MID=29834, Token=null, OptionSet={}, "server responds hi" 06:03:06.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8202, complete]! 06:03:06.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R872, 127.0.0.1:8202, complete] completed NON-2.04 MID=29834, Token=F4B50AA181885248, 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:03:06.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:8202 06:03:06.091 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29834, Token=F4B50AA181885248, 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:03:06.091 [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 42 bytes from 127.0.0.1:8205 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29834] 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8205, complete]! 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F4B50AA181885248] 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29834] 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L871, 127.0.0.1:8205, complete] completed CON-POST MID=29834, Token=F4B50AA181885248, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29834, Token=F4B50AA181885248, 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:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873, 127.0.0.1:8205] send request 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29835], CON-POST MID=29835, 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:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-98F9C09BD4BF7EEC], CON-POST MID=29835, Token=98F9C09BD4BF7EEC, 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:03:06.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29835], KeyToken[127.0.0.1:8205-98F9C09BD4BF7EEC]] 06:03:06.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29835, Token=98F9C09BD4BF7EEC, 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:03:06.091 [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:8202 06:03:06.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29835] 06:03:06.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8202] replace CON-POST MID=29835, Token=98F9C09BD4BF7EEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29835, Token=98F9C09BD4BF7EEC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R874, 127.0.0.1:8202] send response NON-2.05 MID=29835, Token=null, OptionSet={}, "server responds hi" 06:03:06.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8202, complete]! 06:03:06.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R874, 127.0.0.1:8202, complete] completed NON-2.04 MID=29835, Token=98F9C09BD4BF7EEC, 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:03:06.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:8202 06:03:06.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29835, Token=98F9C09BD4BF7EEC, 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:03:06.092 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29835] 06:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8205, complete]! 06:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-98F9C09BD4BF7EEC] 06:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29835] 06:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L873, 127.0.0.1:8205, complete] completed CON-POST MID=29835, Token=98F9C09BD4BF7EEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29835, Token=98F9C09BD4BF7EEC, 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:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875, 127.0.0.1:8205] send request 06:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29836], CON-POST MID=29836, 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:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6886EAD1F61A1D98], CON-POST MID=29836, Token=6886EAD1F61A1D98, 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:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29836], KeyToken[127.0.0.1:8205-6886EAD1F61A1D98]] 06:03:06.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29836, Token=6886EAD1F61A1D98, 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:03:06.093 [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:8202 06:03:06.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29836] 06:03:06.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8202] replace CON-POST MID=29836, Token=6886EAD1F61A1D98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29836, Token=6886EAD1F61A1D98, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R876, 127.0.0.1:8202] send response NON-2.05 MID=29836, Token=null, OptionSet={}, "server responds hi" 06:03:06.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8202, complete]! 06:03:06.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R876, 127.0.0.1:8202, complete] completed NON-2.04 MID=29836, Token=6886EAD1F61A1D98, 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:03:06.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:8202 06:03:06.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29836, Token=6886EAD1F61A1D98, 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:03:06.093 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29836] 06:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8205, complete]! 06:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6886EAD1F61A1D98] 06:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29836] 06:03:06.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L875, 127.0.0.1:8205, complete] completed CON-POST MID=29836, Token=6886EAD1F61A1D98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29836, Token=6886EAD1F61A1D98, 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:03:06.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877, 127.0.0.1:8205] send request 06:03:06.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29837], CON-POST MID=29837, 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:03:06.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-84C5A70AFD9F0514], CON-POST MID=29837, Token=84C5A70AFD9F0514, 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:03:06.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29837], KeyToken[127.0.0.1:8205-84C5A70AFD9F0514]] 06:03:06.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:8205 06:03:06.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29837, Token=84C5A70AFD9F0514, 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:03:06.094 [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:8202 06:03:06.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29837] 06:03:06.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8202] replace CON-POST MID=29837, Token=84C5A70AFD9F0514, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29837, Token=84C5A70AFD9F0514, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R878, 127.0.0.1:8202] send response NON-2.05 MID=29837, Token=null, OptionSet={}, "server responds hi" 06:03:06.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8202, complete]! 06:03:06.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R878, 127.0.0.1:8202, complete] completed NON-2.04 MID=29837, Token=84C5A70AFD9F0514, 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:03:06.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:8202 06:03:06.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29837, Token=84C5A70AFD9F0514, 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:03:06.095 [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 42 bytes from 127.0.0.1:8205 06:03:06.095 [: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-29837] 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8205, complete]! 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-84C5A70AFD9F0514] 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29837] 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L877, 127.0.0.1:8205, complete] completed CON-POST MID=29837, Token=84C5A70AFD9F0514, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29837, Token=84C5A70AFD9F0514, 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:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879, 127.0.0.1:8205] send request 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29838], CON-POST MID=29838, 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:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CCA24CE75BCE772A], CON-POST MID=29838, Token=CCA24CE75BCE772A, 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:03:06.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29838], KeyToken[127.0.0.1:8205-CCA24CE75BCE772A]] 06:03:06.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 40 bytes to 127.0.0.1:8205 06:03:06.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29838, Token=CCA24CE75BCE772A, 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:03:06.096 [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:8202 06:03:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29838] 06:03:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8202] replace CON-POST MID=29838, Token=CCA24CE75BCE772A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29838, Token=CCA24CE75BCE772A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R880, 127.0.0.1:8202] send response NON-2.05 MID=29838, Token=null, OptionSet={}, "server responds hi" 06:03:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8202, complete]! 06:03:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R880, 127.0.0.1:8202, complete] completed NON-2.04 MID=29838, Token=CCA24CE75BCE772A, 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:03:06.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:8202 06:03:06.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29838, Token=CCA24CE75BCE772A, 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:03:06.096 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29838] 06:03:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8205, complete]! 06:03:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CCA24CE75BCE772A] 06:03:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29838] 06:03:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L879, 127.0.0.1:8205, complete] completed CON-POST MID=29838, Token=CCA24CE75BCE772A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29838, Token=CCA24CE75BCE772A, 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:03:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881, 127.0.0.1:8205] send request 06:03:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29839], CON-POST MID=29839, 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:03:06.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-04F0E4BA22C3533D], CON-POST MID=29839, Token=04F0E4BA22C3533D, 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:03:06.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29839], KeyToken[127.0.0.1:8205-04F0E4BA22C3533D]] 06:03:06.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:8205 06:03:06.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29839, Token=04F0E4BA22C3533D, 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:03:06.097 [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:8202 06:03:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29839] 06:03:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8202] replace CON-POST MID=29839, Token=04F0E4BA22C3533D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29839, Token=04F0E4BA22C3533D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R882, 127.0.0.1:8202] send response NON-2.05 MID=29839, Token=null, OptionSet={}, "server responds hi" 06:03:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8202, complete]! 06:03:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R882, 127.0.0.1:8202, complete] completed NON-2.04 MID=29839, Token=04F0E4BA22C3533D, 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:03:06.097 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29839, Token=04F0E4BA22C3533D, 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:03:06.097 [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 42 bytes from 127.0.0.1:8205 06:03:06.097 [: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-29839] 06:03:06.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8205, complete]! 06:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-04F0E4BA22C3533D] 06:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29839] 06:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L881, 127.0.0.1:8205, complete] completed CON-POST MID=29839, Token=04F0E4BA22C3533D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29839, Token=04F0E4BA22C3533D, 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:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883, 127.0.0.1:8205] send request 06:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29840], CON-POST MID=29840, 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:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B4C1D082716563AA], CON-POST MID=29840, Token=B4C1D082716563AA, 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:03:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29840], KeyToken[127.0.0.1:8205-B4C1D082716563AA]] 06:03:06.098 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29840, Token=B4C1D082716563AA, 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:03:06.098 [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:8202 06:03:06.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29840] 06:03:06.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8202] replace CON-POST MID=29840, Token=B4C1D082716563AA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29840, Token=B4C1D082716563AA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R884, 127.0.0.1:8202] send response NON-2.05 MID=29840, Token=null, OptionSet={}, "server responds hi" 06:03:06.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8202, complete]! 06:03:06.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R884, 127.0.0.1:8202, complete] completed NON-2.04 MID=29840, Token=B4C1D082716563AA, 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:03:06.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:8202 06:03:06.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29840, Token=B4C1D082716563AA, 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:03:06.099 [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 42 bytes from 127.0.0.1:8205 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29840] 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8205, complete]! 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B4C1D082716563AA] 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29840] 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L883, 127.0.0.1:8205, complete] completed CON-POST MID=29840, Token=B4C1D082716563AA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29840, Token=B4C1D082716563AA, 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:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885, 127.0.0.1:8205] send request 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29841], CON-POST MID=29841, 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:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B8E6457E43AF56B0], CON-POST MID=29841, Token=B8E6457E43AF56B0, 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:03:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29841], KeyToken[127.0.0.1:8205-B8E6457E43AF56B0]] 06:03:06.099 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29841, Token=B8E6457E43AF56B0, 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:03:06.099 [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:8202 06:03:06.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29841] 06:03:06.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8202] replace CON-POST MID=29841, Token=B8E6457E43AF56B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29841, Token=B8E6457E43AF56B0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R886, 127.0.0.1:8202] send response NON-2.05 MID=29841, Token=null, OptionSet={}, "server responds hi" 06:03:06.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8202, complete]! 06:03:06.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R886, 127.0.0.1:8202, complete] completed NON-2.04 MID=29841, Token=B8E6457E43AF56B0, 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:03:06.100 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29841, Token=B8E6457E43AF56B0, 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:03:06.100 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29841] 06:03:06.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8205, complete]! 06:03:06.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B8E6457E43AF56B0] 06:03:06.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29841] 06:03:06.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L885, 127.0.0.1:8205, complete] completed CON-POST MID=29841, Token=B8E6457E43AF56B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29841, Token=B8E6457E43AF56B0, 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:03:06.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887, 127.0.0.1:8205] send request 06:03:06.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29842], CON-POST MID=29842, 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:03:06.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7890046E09CCF55D], CON-POST MID=29842, Token=7890046E09CCF55D, 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:03:06.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29842], KeyToken[127.0.0.1:8205-7890046E09CCF55D]] 06:03:06.101 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29842, Token=7890046E09CCF55D, 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:03:06.101 [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:8202 06:03:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29842] 06:03:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8202] replace CON-POST MID=29842, Token=7890046E09CCF55D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29842, Token=7890046E09CCF55D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R888, 127.0.0.1:8202] send response NON-2.05 MID=29842, Token=null, OptionSet={}, "server responds hi" 06:03:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8202, complete]! 06:03:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R888, 127.0.0.1:8202, complete] completed NON-2.04 MID=29842, Token=7890046E09CCF55D, 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:03:06.101 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.101 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29842, Token=7890046E09CCF55D, 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:03:06.101 [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 42 bytes from 127.0.0.1:8205 06:03:06.102 [: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-29842] 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8205, complete]! 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7890046E09CCF55D] 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29842] 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L887, 127.0.0.1:8205, complete] completed CON-POST MID=29842, Token=7890046E09CCF55D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29842, Token=7890046E09CCF55D, 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:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889, 127.0.0.1:8205] send request 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29843], CON-POST MID=29843, 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:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C1EE6B892936F06], CON-POST MID=29843, Token=9C1EE6B892936F06, 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:03:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29843], KeyToken[127.0.0.1:8205-9C1EE6B892936F06]] 06:03:06.102 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29843, Token=9C1EE6B892936F06, 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:03:06.102 [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:8202 06:03:06.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29843] 06:03:06.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8202] replace CON-POST MID=29843, Token=9C1EE6B892936F06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29843, Token=9C1EE6B892936F06, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R890, 127.0.0.1:8202] send response NON-2.05 MID=29843, Token=null, OptionSet={}, "server responds hi" 06:03:06.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8202, complete]! 06:03:06.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R890, 127.0.0.1:8202, complete] completed NON-2.04 MID=29843, Token=9C1EE6B892936F06, 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:03:06.103 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29843, Token=9C1EE6B892936F06, 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:03:06.103 [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 42 bytes from 127.0.0.1:8205 06:03:06.103 [: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-29843] 06:03:06.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8205, complete]! 06:03:06.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C1EE6B892936F06] 06:03:06.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29843] 06:03:06.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L889, 127.0.0.1:8205, complete] completed CON-POST MID=29843, Token=9C1EE6B892936F06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29843, Token=9C1EE6B892936F06, 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:03:06.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891, 127.0.0.1:8205] send request 06:03:06.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29844], CON-POST MID=29844, 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:03:06.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B00A63AA0D53F259], CON-POST MID=29844, Token=B00A63AA0D53F259, 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:03:06.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29844], KeyToken[127.0.0.1:8205-B00A63AA0D53F259]] 06:03:06.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:8205 06:03:06.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29844, Token=B00A63AA0D53F259, 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:03:06.151 [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:8202 06:03:06.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29844] 06:03:06.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8202] replace CON-POST MID=29844, Token=B00A63AA0D53F259, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29844, Token=B00A63AA0D53F259, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R892, 127.0.0.1:8202] send response NON-2.05 MID=29844, Token=null, OptionSet={}, "server responds hi" 06:03:06.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8202, complete]! 06:03:06.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R892, 127.0.0.1:8202, complete] completed NON-2.04 MID=29844, Token=B00A63AA0D53F259, 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:03:06.151 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29844, Token=B00A63AA0D53F259, 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:03:06.151 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29844] 06:03:06.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8205, complete]! 06:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B00A63AA0D53F259] 06:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29844] 06:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L891, 127.0.0.1:8205, complete] completed CON-POST MID=29844, Token=B00A63AA0D53F259, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29844, Token=B00A63AA0D53F259, 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:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893, 127.0.0.1:8205] send request 06:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29845], CON-POST MID=29845, 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:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A432D7550D7E91E1], CON-POST MID=29845, Token=A432D7550D7E91E1, 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:03:06.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29845], KeyToken[127.0.0.1:8205-A432D7550D7E91E1]] 06:03:06.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:8205 06:03:06.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29845, Token=A432D7550D7E91E1, 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:03:06.152 [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:8202 06:03:06.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29845] 06:03:06.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8202] replace CON-POST MID=29845, Token=A432D7550D7E91E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29845, Token=A432D7550D7E91E1, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R894, 127.0.0.1:8202] send response NON-2.05 MID=29845, Token=null, OptionSet={}, "server responds hi" 06:03:06.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8202, complete]! 06:03:06.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R894, 127.0.0.1:8202, complete] completed NON-2.04 MID=29845, Token=A432D7550D7E91E1, 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:03:06.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:8202 06:03:06.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29845, Token=A432D7550D7E91E1, 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:03:06.153 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29845] 06:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8205, complete]! 06:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A432D7550D7E91E1] 06:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29845] 06:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L893, 127.0.0.1:8205, complete] completed CON-POST MID=29845, Token=A432D7550D7E91E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29845, Token=A432D7550D7E91E1, 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:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895, 127.0.0.1:8205] send request 06:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29846], CON-POST MID=29846, 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:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-68FA0F02D71A083D], CON-POST MID=29846, Token=68FA0F02D71A083D, 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:03:06.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29846], KeyToken[127.0.0.1:8205-68FA0F02D71A083D]] 06:03:06.154 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29846, Token=68FA0F02D71A083D, 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:03:06.154 [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:8202 06:03:06.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29846] 06:03:06.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8202] replace CON-POST MID=29846, Token=68FA0F02D71A083D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29846, Token=68FA0F02D71A083D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R896, 127.0.0.1:8202] send response NON-2.05 MID=29846, Token=null, OptionSet={}, "server responds hi" 06:03:06.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8202, complete]! 06:03:06.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R896, 127.0.0.1:8202, complete] completed NON-2.04 MID=29846, Token=68FA0F02D71A083D, 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:03:06.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:8202 06:03:06.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29846, Token=68FA0F02D71A083D, 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:03:06.154 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29846] 06:03:06.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8205, complete]! 06:03:06.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-68FA0F02D71A083D] 06:03:06.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29846] 06:03:06.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L895, 127.0.0.1:8205, complete] completed CON-POST MID=29846, Token=68FA0F02D71A083D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29846, Token=68FA0F02D71A083D, 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:03:06.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897, 127.0.0.1:8205] send request 06:03:06.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29847], CON-POST MID=29847, 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:03:06.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D894975AC1F13D11], CON-POST MID=29847, Token=D894975AC1F13D11, 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:03:06.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29847], KeyToken[127.0.0.1:8205-D894975AC1F13D11]] 06:03:06.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29847, Token=D894975AC1F13D11, 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:03:06.155 [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:8202 06:03:06.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29847] 06:03:06.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8202] replace CON-POST MID=29847, Token=D894975AC1F13D11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29847, Token=D894975AC1F13D11, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R898, 127.0.0.1:8202] send response NON-2.05 MID=29847, Token=null, OptionSet={}, "server responds hi" 06:03:06.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8202, complete]! 06:03:06.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R898, 127.0.0.1:8202, complete] completed NON-2.04 MID=29847, Token=D894975AC1F13D11, 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:03:06.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:8202 06:03:06.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29847, Token=D894975AC1F13D11, 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:03:06.156 [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 42 bytes from 127.0.0.1:8205 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29847] 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8205, complete]! 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D894975AC1F13D11] 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29847] 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L897, 127.0.0.1:8205, complete] completed CON-POST MID=29847, Token=D894975AC1F13D11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29847, Token=D894975AC1F13D11, 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:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899, 127.0.0.1:8205] send request 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29848], CON-POST MID=29848, 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:03:06.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2C08B1C1D2FD6846], CON-POST MID=29848, Token=2C08B1C1D2FD6846, 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:03:06.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29848], KeyToken[127.0.0.1:8205-2C08B1C1D2FD6846]] 06:03:06.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:8205 06:03:06.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29848, Token=2C08B1C1D2FD6846, 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:03:06.157 [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:8202 06:03:06.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29848] 06:03:06.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8202] replace CON-POST MID=29848, Token=2C08B1C1D2FD6846, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29848, Token=2C08B1C1D2FD6846, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R900, 127.0.0.1:8202] send response NON-2.05 MID=29848, Token=null, OptionSet={}, "server responds hi" 06:03:06.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8202, complete]! 06:03:06.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R900, 127.0.0.1:8202, complete] completed NON-2.04 MID=29848, Token=2C08B1C1D2FD6846, 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:03:06.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:8202 06:03:06.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29848, Token=2C08B1C1D2FD6846, 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:03:06.157 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29848] 06:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8205, complete]! 06:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2C08B1C1D2FD6846] 06:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29848] 06:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L899, 127.0.0.1:8205, complete] completed CON-POST MID=29848, Token=2C08B1C1D2FD6846, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29848, Token=2C08B1C1D2FD6846, 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:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901, 127.0.0.1:8205] send request 06:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29849], CON-POST MID=29849, 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:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B064E5FC6BB64504], CON-POST MID=29849, Token=B064E5FC6BB64504, 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:03:06.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29849], KeyToken[127.0.0.1:8205-B064E5FC6BB64504]] 06:03:06.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29849, Token=B064E5FC6BB64504, 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:03:06.158 [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:8202 06:03:06.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29849] 06:03:06.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8202] replace CON-POST MID=29849, Token=B064E5FC6BB64504, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29849, Token=B064E5FC6BB64504, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R902, 127.0.0.1:8202] send response NON-2.05 MID=29849, Token=null, OptionSet={}, "server responds hi" 06:03:06.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8202, complete]! 06:03:06.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R902, 127.0.0.1:8202, complete] completed NON-2.04 MID=29849, Token=B064E5FC6BB64504, 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:03:06.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:8202 06:03:06.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29849, Token=B064E5FC6BB64504, 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:03:06.159 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29849] 06:03:06.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8205, complete]! 06:03:06.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B064E5FC6BB64504] 06:03:06.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29849] 06:03:06.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L901, 127.0.0.1:8205, complete] completed CON-POST MID=29849, Token=B064E5FC6BB64504, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29849, Token=B064E5FC6BB64504, 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:03:06.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903, 127.0.0.1:8205] send request 06:03:06.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29850], CON-POST MID=29850, 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:03:06.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D47391C6301DD531], CON-POST MID=29850, Token=D47391C6301DD531, 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:03:06.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29850], KeyToken[127.0.0.1:8205-D47391C6301DD531]] 06:03:06.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:8205 06:03:06.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29850, Token=D47391C6301DD531, 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:03:06.160 [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:8202 06:03:06.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29850] 06:03:06.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8202] replace CON-POST MID=29850, Token=D47391C6301DD531, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29850, Token=D47391C6301DD531, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R904, 127.0.0.1:8202] send response NON-2.05 MID=29850, Token=null, OptionSet={}, "server responds hi" 06:03:06.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8202, complete]! 06:03:06.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R904, 127.0.0.1:8202, complete] completed NON-2.04 MID=29850, Token=D47391C6301DD531, 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:03:06.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:8202 06:03:06.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29850, Token=D47391C6301DD531, 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:03:06.161 [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 42 bytes from 127.0.0.1:8205 06:03:06.161 [: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-29850] 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8205, complete]! 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D47391C6301DD531] 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29850] 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L903, 127.0.0.1:8205, complete] completed CON-POST MID=29850, Token=D47391C6301DD531, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29850, Token=D47391C6301DD531, 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:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905, 127.0.0.1:8205] send request 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29851], CON-POST MID=29851, 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:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C815765229219858], CON-POST MID=29851, Token=C815765229219858, 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:03:06.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29851], KeyToken[127.0.0.1:8205-C815765229219858]] 06:03:06.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29851, Token=C815765229219858, 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:03:06.161 [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:8202 06:03:06.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29851] 06:03:06.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8202] replace CON-POST MID=29851, Token=C815765229219858, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29851, Token=C815765229219858, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R906, 127.0.0.1:8202] send response NON-2.05 MID=29851, Token=null, OptionSet={}, "server responds hi" 06:03:06.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8202, complete]! 06:03:06.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R906, 127.0.0.1:8202, complete] completed NON-2.04 MID=29851, Token=C815765229219858, 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:03:06.162 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29851, Token=C815765229219858, 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:03:06.162 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29851] 06:03:06.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8205, complete]! 06:03:06.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C815765229219858] 06:03:06.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29851] 06:03:06.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L905, 127.0.0.1:8205, complete] completed CON-POST MID=29851, Token=C815765229219858, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29851, Token=C815765229219858, 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:03:06.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907, 127.0.0.1:8205] send request 06:03:06.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29852], CON-POST MID=29852, 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:03:06.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-44FBBA274D97EFF7], CON-POST MID=29852, Token=44FBBA274D97EFF7, 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:03:06.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29852], KeyToken[127.0.0.1:8205-44FBBA274D97EFF7]] 06:03:06.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:8205 06:03:06.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29852, Token=44FBBA274D97EFF7, 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:03:06.163 [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:8202 06:03:06.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29852] 06:03:06.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8202] replace CON-POST MID=29852, Token=44FBBA274D97EFF7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29852, Token=44FBBA274D97EFF7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R908, 127.0.0.1:8202] send response NON-2.05 MID=29852, Token=null, OptionSet={}, "server responds hi" 06:03:06.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8202, complete]! 06:03:06.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R908, 127.0.0.1:8202, complete] completed NON-2.04 MID=29852, Token=44FBBA274D97EFF7, 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:03:06.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:8202 06:03:06.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29852, Token=44FBBA274D97EFF7, 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:03:06.164 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29852] 06:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8205, complete]! 06:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-44FBBA274D97EFF7] 06:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29852] 06:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L907, 127.0.0.1:8205, complete] completed CON-POST MID=29852, Token=44FBBA274D97EFF7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29852, Token=44FBBA274D97EFF7, 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:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909, 127.0.0.1:8205] send request 06:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29853], CON-POST MID=29853, 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:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E0C99303AF2FE2CF], CON-POST MID=29853, Token=E0C99303AF2FE2CF, 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:03:06.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29853], KeyToken[127.0.0.1:8205-E0C99303AF2FE2CF]] 06:03:06.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:8205 06:03:06.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29853, Token=E0C99303AF2FE2CF, 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:03:06.164 [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:8202 06:03:06.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29853] 06:03:06.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8202] replace CON-POST MID=29853, Token=E0C99303AF2FE2CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29853, Token=E0C99303AF2FE2CF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R910, 127.0.0.1:8202] send response NON-2.05 MID=29853, Token=null, OptionSet={}, "server responds hi" 06:03:06.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8202, complete]! 06:03:06.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R910, 127.0.0.1:8202, complete] completed NON-2.04 MID=29853, Token=E0C99303AF2FE2CF, 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:03:06.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:8202 06:03:06.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29853, Token=E0C99303AF2FE2CF, 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:03:06.165 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29853] 06:03:06.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8205, complete]! 06:03:06.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E0C99303AF2FE2CF] 06:03:06.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29853] 06:03:06.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L909, 127.0.0.1:8205, complete] completed CON-POST MID=29853, Token=E0C99303AF2FE2CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29853, Token=E0C99303AF2FE2CF, 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:03:06.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911, 127.0.0.1:8205] send request 06:03:06.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29854], CON-POST MID=29854, 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:03:06.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-788CC96A23F67040], CON-POST MID=29854, Token=788CC96A23F67040, 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:03:06.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29854], KeyToken[127.0.0.1:8205-788CC96A23F67040]] 06:03:06.166 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29854, Token=788CC96A23F67040, 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:03:06.166 [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:8202 06:03:06.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29854] 06:03:06.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8202] replace CON-POST MID=29854, Token=788CC96A23F67040, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29854, Token=788CC96A23F67040, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R912, 127.0.0.1:8202] send response NON-2.05 MID=29854, Token=null, OptionSet={}, "server responds hi" 06:03:06.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8202, complete]! 06:03:06.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R912, 127.0.0.1:8202, complete] completed NON-2.04 MID=29854, Token=788CC96A23F67040, 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:03:06.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29854, Token=788CC96A23F67040, 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:03:06.167 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29854] 06:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8205, complete]! 06:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-788CC96A23F67040] 06:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29854] 06:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L911, 127.0.0.1:8205, complete] completed CON-POST MID=29854, Token=788CC96A23F67040, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29854, Token=788CC96A23F67040, 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:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913, 127.0.0.1:8205] send request 06:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29855], CON-POST MID=29855, 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:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-ACEAD5A7F72B6057], CON-POST MID=29855, Token=ACEAD5A7F72B6057, 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:03:06.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29855], KeyToken[127.0.0.1:8205-ACEAD5A7F72B6057]] 06:03:06.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:8205 06:03:06.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29855, Token=ACEAD5A7F72B6057, 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:03:06.167 [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:8202 06:03:06.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29855] 06:03:06.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8202] replace CON-POST MID=29855, Token=ACEAD5A7F72B6057, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29855, Token=ACEAD5A7F72B6057, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R914, 127.0.0.1:8202] send response NON-2.05 MID=29855, Token=null, OptionSet={}, "server responds hi" 06:03:06.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8202, complete]! 06:03:06.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R914, 127.0.0.1:8202, complete] completed NON-2.04 MID=29855, Token=ACEAD5A7F72B6057, 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:03:06.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29855, Token=ACEAD5A7F72B6057, 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:03:06.168 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29855] 06:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8205, complete]! 06:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-ACEAD5A7F72B6057] 06:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29855] 06:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L913, 127.0.0.1:8205, complete] completed CON-POST MID=29855, Token=ACEAD5A7F72B6057, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29855, Token=ACEAD5A7F72B6057, 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:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915, 127.0.0.1:8205] send request 06:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29856], CON-POST MID=29856, 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:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-58C861B39261A166], CON-POST MID=29856, Token=58C861B39261A166, 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:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29856], KeyToken[127.0.0.1:8205-58C861B39261A166]] 06:03:06.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29856, Token=58C861B39261A166, 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:03:06.169 [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:8202 06:03:06.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29856] 06:03:06.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8202] replace CON-POST MID=29856, Token=58C861B39261A166, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29856, Token=58C861B39261A166, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R916, 127.0.0.1:8202] send response NON-2.05 MID=29856, Token=null, OptionSet={}, "server responds hi" 06:03:06.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8202, complete]! 06:03:06.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R916, 127.0.0.1:8202, complete] completed NON-2.04 MID=29856, Token=58C861B39261A166, 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:03:06.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:8202 06:03:06.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29856, Token=58C861B39261A166, 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:03:06.169 [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 42 bytes from 127.0.0.1:8205 06:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29856] 06:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8205, complete]! 06:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-58C861B39261A166] 06:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29856] 06:03:06.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L915, 127.0.0.1:8205, complete] completed CON-POST MID=29856, Token=58C861B39261A166, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29856, Token=58C861B39261A166, 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:03:06.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917, 127.0.0.1:8205] send request 06:03:06.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29857], CON-POST MID=29857, 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:03:06.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B81501CC9E1261DC], CON-POST MID=29857, Token=B81501CC9E1261DC, 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:03:06.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29857], KeyToken[127.0.0.1:8205-B81501CC9E1261DC]] 06:03:06.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29857, Token=B81501CC9E1261DC, 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:03:06.170 [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:8202 06:03:06.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29857] 06:03:06.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8202] replace CON-POST MID=29857, Token=B81501CC9E1261DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29857, Token=B81501CC9E1261DC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R918, 127.0.0.1:8202] send response NON-2.05 MID=29857, Token=null, OptionSet={}, "server responds hi" 06:03:06.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8202, complete]! 06:03:06.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R918, 127.0.0.1:8202, complete] completed NON-2.04 MID=29857, Token=B81501CC9E1261DC, 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:03:06.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:8202 06:03:06.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29857, Token=B81501CC9E1261DC, 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:03:06.171 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29857] 06:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8205, complete]! 06:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B81501CC9E1261DC] 06:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29857] 06:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L917, 127.0.0.1:8205, complete] completed CON-POST MID=29857, Token=B81501CC9E1261DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29857, Token=B81501CC9E1261DC, 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:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919, 127.0.0.1:8205] send request 06:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29858], CON-POST MID=29858, 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:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8C1F01DBB506272C], CON-POST MID=29858, Token=8C1F01DBB506272C, 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:03:06.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29858], KeyToken[127.0.0.1:8205-8C1F01DBB506272C]] 06:03:06.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29858, Token=8C1F01DBB506272C, 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:03:06.172 [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:8202 06:03:06.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29858] 06:03:06.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8202] replace CON-POST MID=29858, Token=8C1F01DBB506272C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29858, Token=8C1F01DBB506272C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R920, 127.0.0.1:8202] send response NON-2.05 MID=29858, Token=null, OptionSet={}, "server responds hi" 06:03:06.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8202, complete]! 06:03:06.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R920, 127.0.0.1:8202, complete] completed NON-2.04 MID=29858, Token=8C1F01DBB506272C, 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:03:06.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29858, Token=8C1F01DBB506272C, 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:03:06.172 [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 42 bytes from 127.0.0.1:8205 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29858] 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8205, complete]! 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8C1F01DBB506272C] 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29858] 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L919, 127.0.0.1:8205, complete] completed CON-POST MID=29858, Token=8C1F01DBB506272C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29858, Token=8C1F01DBB506272C, 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:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921, 127.0.0.1:8205] send request 06:03:06.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29859], CON-POST MID=29859, 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:03:06.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-844ABF9D4F742FF7], CON-POST MID=29859, Token=844ABF9D4F742FF7, 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:03:06.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29859], KeyToken[127.0.0.1:8205-844ABF9D4F742FF7]] 06:03:06.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:8205 06:03:06.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29859, Token=844ABF9D4F742FF7, 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:03:06.173 [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:8202 06:03:06.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29859] 06:03:06.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8202] replace CON-POST MID=29859, Token=844ABF9D4F742FF7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29859, Token=844ABF9D4F742FF7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R922, 127.0.0.1:8202] send response NON-2.05 MID=29859, Token=null, OptionSet={}, "server responds hi" 06:03:06.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8202, complete]! 06:03:06.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R922, 127.0.0.1:8202, complete] completed NON-2.04 MID=29859, Token=844ABF9D4F742FF7, 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:03:06.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:8202 06:03:06.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29859, Token=844ABF9D4F742FF7, 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:03:06.173 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29859] 06:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8205, complete]! 06:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-844ABF9D4F742FF7] 06:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29859] 06:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L921, 127.0.0.1:8205, complete] completed CON-POST MID=29859, Token=844ABF9D4F742FF7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29859, Token=844ABF9D4F742FF7, 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:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923, 127.0.0.1:8205] send request 06:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29860], CON-POST MID=29860, 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:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-20451303C7E01849], CON-POST MID=29860, Token=20451303C7E01849, 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:03:06.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29860], KeyToken[127.0.0.1:8205-20451303C7E01849]] 06:03:06.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29860, Token=20451303C7E01849, 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:03:06.174 [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:8202 06:03:06.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29860] 06:03:06.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8202] replace CON-POST MID=29860, Token=20451303C7E01849, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29860, Token=20451303C7E01849, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R924, 127.0.0.1:8202] send response NON-2.05 MID=29860, Token=null, OptionSet={}, "server responds hi" 06:03:06.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8202, complete]! 06:03:06.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R924, 127.0.0.1:8202, complete] completed NON-2.04 MID=29860, Token=20451303C7E01849, 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:03:06.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:8202 06:03:06.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29860, Token=20451303C7E01849, 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:03:06.175 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29860] 06:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8205, complete]! 06:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-20451303C7E01849] 06:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29860] 06:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L923, 127.0.0.1:8205, complete] completed CON-POST MID=29860, Token=20451303C7E01849, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29860, Token=20451303C7E01849, 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:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925, 127.0.0.1:8205] send request 06:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29861], CON-POST MID=29861, 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:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-600ACB632E7FF00D], CON-POST MID=29861, Token=600ACB632E7FF00D, 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:03:06.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29861], KeyToken[127.0.0.1:8205-600ACB632E7FF00D]] 06:03:06.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:8205 06:03:06.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29861, Token=600ACB632E7FF00D, 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:03:06.176 [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:8202 06:03:06.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29861] 06:03:06.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8202] replace CON-POST MID=29861, Token=600ACB632E7FF00D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29861, Token=600ACB632E7FF00D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R926, 127.0.0.1:8202] send response NON-2.05 MID=29861, Token=null, OptionSet={}, "server responds hi" 06:03:06.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8202, complete]! 06:03:06.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R926, 127.0.0.1:8202, complete] completed NON-2.04 MID=29861, Token=600ACB632E7FF00D, 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:03:06.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:8202 06:03:06.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29861, Token=600ACB632E7FF00D, 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:03:06.176 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29861] 06:03:06.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8205, complete]! 06:03:06.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-600ACB632E7FF00D] 06:03:06.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29861] 06:03:06.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L925, 127.0.0.1:8205, complete] completed CON-POST MID=29861, Token=600ACB632E7FF00D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29861, Token=600ACB632E7FF00D, 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:03:06.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927, 127.0.0.1:8205] send request 06:03:06.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29862], CON-POST MID=29862, 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:03:06.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E8D6828983989A73], CON-POST MID=29862, Token=E8D6828983989A73, 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:03:06.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29862], KeyToken[127.0.0.1:8205-E8D6828983989A73]] 06:03:06.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:8205 06:03:06.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29862, Token=E8D6828983989A73, 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:03:06.177 [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:8202 06:03:06.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29862] 06:03:06.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8202] replace CON-POST MID=29862, Token=E8D6828983989A73, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29862, Token=E8D6828983989A73, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R928, 127.0.0.1:8202] send response NON-2.05 MID=29862, Token=null, OptionSet={}, "server responds hi" 06:03:06.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8202, complete]! 06:03:06.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R928, 127.0.0.1:8202, complete] completed NON-2.04 MID=29862, Token=E8D6828983989A73, 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:03:06.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:8202 06:03:06.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29862, Token=E8D6828983989A73, 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:03:06.177 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29862] 06:03:06.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8205, complete]! 06:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E8D6828983989A73] 06:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29862] 06:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L927, 127.0.0.1:8205, complete] completed CON-POST MID=29862, Token=E8D6828983989A73, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29862, Token=E8D6828983989A73, 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:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929, 127.0.0.1:8205] send request 06:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29863], CON-POST MID=29863, 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:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BCCE6D06B639DC88], CON-POST MID=29863, Token=BCCE6D06B639DC88, 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:03:06.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29863], KeyToken[127.0.0.1:8205-BCCE6D06B639DC88]] 06:03:06.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:8205 06:03:06.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29863, Token=BCCE6D06B639DC88, 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:03:06.178 [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:8202 06:03:06.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29863] 06:03:06.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8202] replace CON-POST MID=29863, Token=BCCE6D06B639DC88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29863, Token=BCCE6D06B639DC88, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R930, 127.0.0.1:8202] send response NON-2.05 MID=29863, Token=null, OptionSet={}, "server responds hi" 06:03:06.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8202, complete]! 06:03:06.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R930, 127.0.0.1:8202, complete] completed NON-2.04 MID=29863, Token=BCCE6D06B639DC88, 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:03:06.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:8202 06:03:06.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29863, Token=BCCE6D06B639DC88, 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:03:06.179 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29863] 06:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8205, complete]! 06:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BCCE6D06B639DC88] 06:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29863] 06:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L929, 127.0.0.1:8205, complete] completed CON-POST MID=29863, Token=BCCE6D06B639DC88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29863, Token=BCCE6D06B639DC88, 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:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931, 127.0.0.1:8205] send request 06:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29864], CON-POST MID=29864, 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:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0085AF3898EF31B4], CON-POST MID=29864, Token=0085AF3898EF31B4, 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:03:06.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29864], KeyToken[127.0.0.1:8205-0085AF3898EF31B4]] 06:03:06.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:8205 06:03:06.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29864, Token=0085AF3898EF31B4, 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:03:06.179 [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:8202 06:03:06.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29864] 06:03:06.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8202] replace CON-POST MID=29864, Token=0085AF3898EF31B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29864, Token=0085AF3898EF31B4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R932, 127.0.0.1:8202] send response NON-2.05 MID=29864, Token=null, OptionSet={}, "server responds hi" 06:03:06.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8202, complete]! 06:03:06.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R932, 127.0.0.1:8202, complete] completed NON-2.04 MID=29864, Token=0085AF3898EF31B4, 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:03:06.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:8202 06:03:06.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29864, Token=0085AF3898EF31B4, 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:03:06.180 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29864] 06:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8205, complete]! 06:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0085AF3898EF31B4] 06:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29864] 06:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L931, 127.0.0.1:8205, complete] completed CON-POST MID=29864, Token=0085AF3898EF31B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29864, Token=0085AF3898EF31B4, 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:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933, 127.0.0.1:8205] send request 06:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29865], CON-POST MID=29865, 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:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8C37F8980B7FB384], CON-POST MID=29865, Token=8C37F8980B7FB384, 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:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29865], KeyToken[127.0.0.1:8205-8C37F8980B7FB384]] 06:03:06.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:8205 06:03:06.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29865, Token=8C37F8980B7FB384, 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:03:06.181 [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:8202 06:03:06.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29865] 06:03:06.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8202] replace CON-POST MID=29865, Token=8C37F8980B7FB384, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29865, Token=8C37F8980B7FB384, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R934, 127.0.0.1:8202] send response NON-2.05 MID=29865, Token=null, OptionSet={}, "server responds hi" 06:03:06.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8202, complete]! 06:03:06.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R934, 127.0.0.1:8202, complete] completed NON-2.04 MID=29865, Token=8C37F8980B7FB384, 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:03:06.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:8202 06:03:06.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29865, Token=8C37F8980B7FB384, 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:03:06.181 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29865] 06:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8205, complete]! 06:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8C37F8980B7FB384] 06:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29865] 06:03:06.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L933, 127.0.0.1:8205, complete] completed CON-POST MID=29865, Token=8C37F8980B7FB384, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29865, Token=8C37F8980B7FB384, 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:03:06.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935, 127.0.0.1:8205] send request 06:03:06.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29866], CON-POST MID=29866, 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:03:06.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E440A44CDA2B9095], CON-POST MID=29866, Token=E440A44CDA2B9095, 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:03:06.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29866], KeyToken[127.0.0.1:8205-E440A44CDA2B9095]] 06:03:06.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29866, Token=E440A44CDA2B9095, 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:03:06.182 [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:8202 06:03:06.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29866] 06:03:06.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8202] replace CON-POST MID=29866, Token=E440A44CDA2B9095, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29866, Token=E440A44CDA2B9095, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R936, 127.0.0.1:8202] send response NON-2.05 MID=29866, Token=null, OptionSet={}, "server responds hi" 06:03:06.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8202, complete]! 06:03:06.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R936, 127.0.0.1:8202, complete] completed NON-2.04 MID=29866, Token=E440A44CDA2B9095, 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:03:06.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:8202 06:03:06.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29866, Token=E440A44CDA2B9095, 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:03:06.183 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29866] 06:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8205, complete]! 06:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E440A44CDA2B9095] 06:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29866] 06:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L935, 127.0.0.1:8205, complete] completed CON-POST MID=29866, Token=E440A44CDA2B9095, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29866, Token=E440A44CDA2B9095, 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:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937, 127.0.0.1:8205] send request 06:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29867], CON-POST MID=29867, 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:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-44808CF2DB28FEDA], CON-POST MID=29867, Token=44808CF2DB28FEDA, 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:03:06.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29867], KeyToken[127.0.0.1:8205-44808CF2DB28FEDA]] 06:03:06.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:8205 06:03:06.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29867, Token=44808CF2DB28FEDA, 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:03:06.183 [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:8202 06:03:06.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29867] 06:03:06.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8202] replace CON-POST MID=29867, Token=44808CF2DB28FEDA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29867, Token=44808CF2DB28FEDA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R938, 127.0.0.1:8202] send response NON-2.05 MID=29867, Token=null, OptionSet={}, "server responds hi" 06:03:06.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8202, complete]! 06:03:06.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R938, 127.0.0.1:8202, complete] completed NON-2.04 MID=29867, Token=44808CF2DB28FEDA, 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:03:06.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29867, Token=44808CF2DB28FEDA, 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:03:06.184 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29867] 06:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8205, complete]! 06:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-44808CF2DB28FEDA] 06:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29867] 06:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L937, 127.0.0.1:8205, complete] completed CON-POST MID=29867, Token=44808CF2DB28FEDA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29867, Token=44808CF2DB28FEDA, 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:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939, 127.0.0.1:8205] send request 06:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29868], CON-POST MID=29868, 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:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D0243AAECFC33D54], CON-POST MID=29868, Token=D0243AAECFC33D54, 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:03:06.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29868], KeyToken[127.0.0.1:8205-D0243AAECFC33D54]] 06:03:06.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:8205 06:03:06.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29868, Token=D0243AAECFC33D54, 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:03:06.185 [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:8202 06:03:06.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29868] 06:03:06.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8202] replace CON-POST MID=29868, Token=D0243AAECFC33D54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29868, Token=D0243AAECFC33D54, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R940, 127.0.0.1:8202] send response NON-2.05 MID=29868, Token=null, OptionSet={}, "server responds hi" 06:03:06.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8202, complete]! 06:03:06.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R940, 127.0.0.1:8202, complete] completed NON-2.04 MID=29868, Token=D0243AAECFC33D54, 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:03:06.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:8202 06:03:06.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29868, Token=D0243AAECFC33D54, 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:03:06.185 [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 42 bytes from 127.0.0.1:8205 06:03:06.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29868] 06:03:06.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8205, complete]! 06:03:06.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D0243AAECFC33D54] 06:03:06.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29868] 06:03:06.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L939, 127.0.0.1:8205, complete] completed CON-POST MID=29868, Token=D0243AAECFC33D54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29868, Token=D0243AAECFC33D54, 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:03:06.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941, 127.0.0.1:8205] send request 06:03:06.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29869], CON-POST MID=29869, 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:03:06.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-64E7E54D0A28AADB], CON-POST MID=29869, Token=64E7E54D0A28AADB, 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:03:06.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29869], KeyToken[127.0.0.1:8205-64E7E54D0A28AADB]] 06:03:06.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:8205 06:03:06.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29869, Token=64E7E54D0A28AADB, 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:03:06.186 [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:8202 06:03:06.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29869] 06:03:06.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8202] replace CON-POST MID=29869, Token=64E7E54D0A28AADB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29869, Token=64E7E54D0A28AADB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R942, 127.0.0.1:8202] send response NON-2.05 MID=29869, Token=null, OptionSet={}, "server responds hi" 06:03:06.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8202, complete]! 06:03:06.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R942, 127.0.0.1:8202, complete] completed NON-2.04 MID=29869, Token=64E7E54D0A28AADB, 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:03:06.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:8202 06:03:06.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29869, Token=64E7E54D0A28AADB, 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:03:06.187 [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 42 bytes from 127.0.0.1:8205 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29869] 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8205, complete]! 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-64E7E54D0A28AADB] 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29869] 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L941, 127.0.0.1:8205, complete] completed CON-POST MID=29869, Token=64E7E54D0A28AADB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29869, Token=64E7E54D0A28AADB, 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:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943, 127.0.0.1:8205] send request 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29870], CON-POST MID=29870, 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:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-249EFB7001E9FB5D], CON-POST MID=29870, Token=249EFB7001E9FB5D, 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:03:06.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29870], KeyToken[127.0.0.1:8205-249EFB7001E9FB5D]] 06:03:06.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 40 bytes to 127.0.0.1:8205 06:03:06.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29870, Token=249EFB7001E9FB5D, 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:03:06.188 [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:8202 06:03:06.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29870] 06:03:06.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8202] replace CON-POST MID=29870, Token=249EFB7001E9FB5D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29870, Token=249EFB7001E9FB5D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R944, 127.0.0.1:8202] send response NON-2.05 MID=29870, Token=null, OptionSet={}, "server responds hi" 06:03:06.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8202, complete]! 06:03:06.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R944, 127.0.0.1:8202, complete] completed NON-2.04 MID=29870, Token=249EFB7001E9FB5D, 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:03:06.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:8202 06:03:06.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29870, Token=249EFB7001E9FB5D, 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:03:06.188 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29870] 06:03:06.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8205, complete]! 06:03:06.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-249EFB7001E9FB5D] 06:03:06.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29870] 06:03:06.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L943, 127.0.0.1:8205, complete] completed CON-POST MID=29870, Token=249EFB7001E9FB5D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29870, Token=249EFB7001E9FB5D, 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:03:06.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945, 127.0.0.1:8205] send request 06:03:06.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29871], CON-POST MID=29871, 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:03:06.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-FCBFD2FCAEF23B00], CON-POST MID=29871, Token=FCBFD2FCAEF23B00, 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:03:06.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29871], KeyToken[127.0.0.1:8205-FCBFD2FCAEF23B00]] 06:03:06.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:8205 06:03:06.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29871, Token=FCBFD2FCAEF23B00, 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:03:06.189 [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:8202 06:03:06.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29871] 06:03:06.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8202] replace CON-POST MID=29871, Token=FCBFD2FCAEF23B00, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29871, Token=FCBFD2FCAEF23B00, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R946, 127.0.0.1:8202] send response NON-2.05 MID=29871, Token=null, OptionSet={}, "server responds hi" 06:03:06.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8202, complete]! 06:03:06.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R946, 127.0.0.1:8202, complete] completed NON-2.04 MID=29871, Token=FCBFD2FCAEF23B00, 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:03:06.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:8202 06:03:06.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29871, Token=FCBFD2FCAEF23B00, 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:03:06.189 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29871] 06:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8205, complete]! 06:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-FCBFD2FCAEF23B00] 06:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29871] 06:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L945, 127.0.0.1:8205, complete] completed CON-POST MID=29871, Token=FCBFD2FCAEF23B00, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29871, Token=FCBFD2FCAEF23B00, 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:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947, 127.0.0.1:8205] send request 06:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29872], CON-POST MID=29872, 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:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BC1B6AADA2BE8F8E], CON-POST MID=29872, Token=BC1B6AADA2BE8F8E, 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:03:06.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29872], KeyToken[127.0.0.1:8205-BC1B6AADA2BE8F8E]] 06:03:06.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:8205 06:03:06.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29872, Token=BC1B6AADA2BE8F8E, 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:03:06.190 [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:8202 06:03:06.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29872] 06:03:06.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8202] replace CON-POST MID=29872, Token=BC1B6AADA2BE8F8E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29872, Token=BC1B6AADA2BE8F8E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R948, 127.0.0.1:8202] send response NON-2.05 MID=29872, Token=null, OptionSet={}, "server responds hi" 06:03:06.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8202, complete]! 06:03:06.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R948, 127.0.0.1:8202, complete] completed NON-2.04 MID=29872, Token=BC1B6AADA2BE8F8E, 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:03:06.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:8202 06:03:06.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29872, Token=BC1B6AADA2BE8F8E, 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:03:06.191 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29872] 06:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8205, complete]! 06:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BC1B6AADA2BE8F8E] 06:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29872] 06:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L947, 127.0.0.1:8205, complete] completed CON-POST MID=29872, Token=BC1B6AADA2BE8F8E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29872, Token=BC1B6AADA2BE8F8E, 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:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949, 127.0.0.1:8205] send request 06:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29873], CON-POST MID=29873, 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:03:06.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-285CC00E86514FF3], CON-POST MID=29873, Token=285CC00E86514FF3, 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:03:06.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29873], KeyToken[127.0.0.1:8205-285CC00E86514FF3]] 06:03:06.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:8205 06:03:06.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29873, Token=285CC00E86514FF3, 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:03:06.192 [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:8202 06:03:06.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29873] 06:03:06.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8202] replace CON-POST MID=29873, Token=285CC00E86514FF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29873, Token=285CC00E86514FF3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R950, 127.0.0.1:8202] send response NON-2.05 MID=29873, Token=null, OptionSet={}, "server responds hi" 06:03:06.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8202, complete]! 06:03:06.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R950, 127.0.0.1:8202, complete] completed NON-2.04 MID=29873, Token=285CC00E86514FF3, 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:03:06.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:8202 06:03:06.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29873, Token=285CC00E86514FF3, 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:03:06.192 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29873] 06:03:06.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8205, complete]! 06:03:06.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-285CC00E86514FF3] 06:03:06.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29873] 06:03:06.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L949, 127.0.0.1:8205, complete] completed CON-POST MID=29873, Token=285CC00E86514FF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29873, Token=285CC00E86514FF3, 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:03:06.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951, 127.0.0.1:8205] send request 06:03:06.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29874], CON-POST MID=29874, 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:03:06.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CC048F0B20478F7D], CON-POST MID=29874, Token=CC048F0B20478F7D, 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:03:06.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29874], KeyToken[127.0.0.1:8205-CC048F0B20478F7D]] 06:03:06.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:8205 06:03:06.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29874, Token=CC048F0B20478F7D, 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:03:06.193 [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:8202 06:03:06.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29874] 06:03:06.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8202] replace CON-POST MID=29874, Token=CC048F0B20478F7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29874, Token=CC048F0B20478F7D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R952, 127.0.0.1:8202] send response NON-2.05 MID=29874, Token=null, OptionSet={}, "server responds hi" 06:03:06.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8202, complete]! 06:03:06.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R952, 127.0.0.1:8202, complete] completed NON-2.04 MID=29874, Token=CC048F0B20478F7D, 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:03:06.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:8202 06:03:06.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29874, Token=CC048F0B20478F7D, 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:03:06.194 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29874] 06:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8205, complete]! 06:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CC048F0B20478F7D] 06:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29874] 06:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L951, 127.0.0.1:8205, complete] completed CON-POST MID=29874, Token=CC048F0B20478F7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29874, Token=CC048F0B20478F7D, 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:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953, 127.0.0.1:8205] send request 06:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29875], CON-POST MID=29875, 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:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C06C68D3604B568A], CON-POST MID=29875, Token=C06C68D3604B568A, 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:03:06.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29875], KeyToken[127.0.0.1:8205-C06C68D3604B568A]] 06:03:06.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:8205 06:03:06.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29875, Token=C06C68D3604B568A, 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:03:06.194 [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:8202 06:03:06.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29875] 06:03:06.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8202] replace CON-POST MID=29875, Token=C06C68D3604B568A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29875, Token=C06C68D3604B568A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R954, 127.0.0.1:8202] send response NON-2.05 MID=29875, Token=null, OptionSet={}, "server responds hi" 06:03:06.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8202, complete]! 06:03:06.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R954, 127.0.0.1:8202, complete] completed NON-2.04 MID=29875, Token=C06C68D3604B568A, 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:03:06.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:8202 06:03:06.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29875, Token=C06C68D3604B568A, 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:03:06.195 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29875] 06:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8205, complete]! 06:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C06C68D3604B568A] 06:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29875] 06:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L953, 127.0.0.1:8205, complete] completed CON-POST MID=29875, Token=C06C68D3604B568A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29875, Token=C06C68D3604B568A, 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:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955, 127.0.0.1:8205] send request 06:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29876], CON-POST MID=29876, 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:03:06.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2CB732160F72D9F7], CON-POST MID=29876, Token=2CB732160F72D9F7, 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:03:06.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29876], KeyToken[127.0.0.1:8205-2CB732160F72D9F7]] 06:03:06.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:8205 06:03:06.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29876, Token=2CB732160F72D9F7, 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:03:06.196 [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:8202 06:03:06.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29876] 06:03:06.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8202] replace CON-POST MID=29876, Token=2CB732160F72D9F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29876, Token=2CB732160F72D9F7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R956, 127.0.0.1:8202] send response NON-2.05 MID=29876, Token=null, OptionSet={}, "server responds hi" 06:03:06.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8202, complete]! 06:03:06.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R956, 127.0.0.1:8202, complete] completed NON-2.04 MID=29876, Token=2CB732160F72D9F7, 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:03:06.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29876, Token=2CB732160F72D9F7, 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:03:06.196 [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 42 bytes from 127.0.0.1:8205 06:03:06.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29876] 06:03:06.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8205, complete]! 06:03:06.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2CB732160F72D9F7] 06:03:06.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29876] 06:03:06.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L955, 127.0.0.1:8205, complete] completed CON-POST MID=29876, Token=2CB732160F72D9F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29876, Token=2CB732160F72D9F7, 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:03:06.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957, 127.0.0.1:8205] send request 06:03:06.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29877], CON-POST MID=29877, 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:03:06.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9888228D1B354732], CON-POST MID=29877, Token=9888228D1B354732, 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:03:06.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29877], KeyToken[127.0.0.1:8205-9888228D1B354732]] 06:03:06.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:8205 06:03:06.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29877, Token=9888228D1B354732, 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:03:06.197 [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:8202 06:03:06.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29877] 06:03:06.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8202] replace CON-POST MID=29877, Token=9888228D1B354732, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29877, Token=9888228D1B354732, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R958, 127.0.0.1:8202] send response NON-2.05 MID=29877, Token=null, OptionSet={}, "server responds hi" 06:03:06.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8202, complete]! 06:03:06.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R958, 127.0.0.1:8202, complete] completed NON-2.04 MID=29877, Token=9888228D1B354732, 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:03:06.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:8202 06:03:06.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29877, Token=9888228D1B354732, 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:03:06.198 [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 42 bytes from 127.0.0.1:8205 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29877] 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8205, complete]! 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9888228D1B354732] 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29877] 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L957, 127.0.0.1:8205, complete] completed CON-POST MID=29877, Token=9888228D1B354732, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29877, Token=9888228D1B354732, 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:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959, 127.0.0.1:8205] send request 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29878], CON-POST MID=29878, 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:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-24268F894DAC11C4], CON-POST MID=29878, Token=24268F894DAC11C4, 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:03:06.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29878], KeyToken[127.0.0.1:8205-24268F894DAC11C4]] 06:03:06.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 40 bytes to 127.0.0.1:8205 06:03:06.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29878, Token=24268F894DAC11C4, 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:03:06.198 [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:8202 06:03:06.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29878] 06:03:06.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8202] replace CON-POST MID=29878, Token=24268F894DAC11C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29878, Token=24268F894DAC11C4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R960, 127.0.0.1:8202] send response NON-2.05 MID=29878, Token=null, OptionSet={}, "server responds hi" 06:03:06.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8202, complete]! 06:03:06.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R960, 127.0.0.1:8202, complete] completed NON-2.04 MID=29878, Token=24268F894DAC11C4, 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:03:06.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:8202 06:03:06.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29878, Token=24268F894DAC11C4, 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:03:06.251 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29878] 06:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8205, complete]! 06:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-24268F894DAC11C4] 06:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29878] 06:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L959, 127.0.0.1:8205, complete] completed CON-POST MID=29878, Token=24268F894DAC11C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29878, Token=24268F894DAC11C4, 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:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961, 127.0.0.1:8205] send request 06:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29879], CON-POST MID=29879, 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:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-640F0BB9CA188DD4], CON-POST MID=29879, Token=640F0BB9CA188DD4, 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:03:06.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29879], KeyToken[127.0.0.1:8205-640F0BB9CA188DD4]] 06:03:06.251 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29879, Token=640F0BB9CA188DD4, 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:03:06.252 [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:8202 06:03:06.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29879] 06:03:06.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8202] replace CON-POST MID=29879, Token=640F0BB9CA188DD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29879, Token=640F0BB9CA188DD4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R962, 127.0.0.1:8202] send response NON-2.05 MID=29879, Token=null, OptionSet={}, "server responds hi" 06:03:06.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8202, complete]! 06:03:06.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R962, 127.0.0.1:8202, complete] completed NON-2.04 MID=29879, Token=640F0BB9CA188DD4, 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:03:06.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:8202 06:03:06.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29879, Token=640F0BB9CA188DD4, 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:03:06.252 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29879] 06:03:06.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8205, complete]! 06:03:06.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-640F0BB9CA188DD4] 06:03:06.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29879] 06:03:06.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L961, 127.0.0.1:8205, complete] completed CON-POST MID=29879, Token=640F0BB9CA188DD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29879, Token=640F0BB9CA188DD4, 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:03:06.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963, 127.0.0.1:8205] send request 06:03:06.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29880], CON-POST MID=29880, 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:03:06.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-047931D4FC3270C4], CON-POST MID=29880, Token=047931D4FC3270C4, 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:03:06.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29880], KeyToken[127.0.0.1:8205-047931D4FC3270C4]] 06:03:06.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:8205 06:03:06.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29880, Token=047931D4FC3270C4, 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:03:06.253 [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:8202 06:03:06.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29880] 06:03:06.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8202] replace CON-POST MID=29880, Token=047931D4FC3270C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29880, Token=047931D4FC3270C4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R964, 127.0.0.1:8202] send response NON-2.05 MID=29880, Token=null, OptionSet={}, "server responds hi" 06:03:06.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8202, complete]! 06:03:06.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R964, 127.0.0.1:8202, complete] completed NON-2.04 MID=29880, Token=047931D4FC3270C4, 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:03:06.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:8202 06:03:06.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29880, Token=047931D4FC3270C4, 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:03:06.254 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29880] 06:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8205, complete]! 06:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-047931D4FC3270C4] 06:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29880] 06:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L963, 127.0.0.1:8205, complete] completed CON-POST MID=29880, Token=047931D4FC3270C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29880, Token=047931D4FC3270C4, 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:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965, 127.0.0.1:8205] send request 06:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29881], CON-POST MID=29881, 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:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5C91AA635F74FE9D], CON-POST MID=29881, Token=5C91AA635F74FE9D, 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:03:06.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29881], KeyToken[127.0.0.1:8205-5C91AA635F74FE9D]] 06:03:06.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:8205 06:03:06.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29881, Token=5C91AA635F74FE9D, 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:03:06.254 [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:8202 06:03:06.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29881] 06:03:06.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8202] replace CON-POST MID=29881, Token=5C91AA635F74FE9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29881, Token=5C91AA635F74FE9D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R966, 127.0.0.1:8202] send response NON-2.05 MID=29881, Token=null, OptionSet={}, "server responds hi" 06:03:06.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8202, complete]! 06:03:06.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R966, 127.0.0.1:8202, complete] completed NON-2.04 MID=29881, Token=5C91AA635F74FE9D, 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:03:06.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:8202 06:03:06.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29881, Token=5C91AA635F74FE9D, 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:03:06.255 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29881] 06:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8205, complete]! 06:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5C91AA635F74FE9D] 06:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29881] 06:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L965, 127.0.0.1:8205, complete] completed CON-POST MID=29881, Token=5C91AA635F74FE9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29881, Token=5C91AA635F74FE9D, 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:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967, 127.0.0.1:8205] send request 06:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29882], CON-POST MID=29882, 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:03:06.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-90E061411B5728C3], CON-POST MID=29882, Token=90E061411B5728C3, 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:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29882], KeyToken[127.0.0.1:8205-90E061411B5728C3]] 06:03:06.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:8205 06:03:06.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29882, Token=90E061411B5728C3, 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:03:06.256 [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:8202 06:03:06.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29882] 06:03:06.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8202] replace CON-POST MID=29882, Token=90E061411B5728C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29882, Token=90E061411B5728C3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R968, 127.0.0.1:8202] send response NON-2.05 MID=29882, Token=null, OptionSet={}, "server responds hi" 06:03:06.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8202, complete]! 06:03:06.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R968, 127.0.0.1:8202, complete] completed NON-2.04 MID=29882, Token=90E061411B5728C3, 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:03:06.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:8202 06:03:06.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29882, Token=90E061411B5728C3, 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:03:06.256 [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 42 bytes from 127.0.0.1:8205 06:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29882] 06:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8205, complete]! 06:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-90E061411B5728C3] 06:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29882] 06:03:06.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L967, 127.0.0.1:8205, complete] completed CON-POST MID=29882, Token=90E061411B5728C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29882, Token=90E061411B5728C3, 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:03:06.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969, 127.0.0.1:8205] send request 06:03:06.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29883], CON-POST MID=29883, 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:03:06.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-384AE5D5054127BA], CON-POST MID=29883, Token=384AE5D5054127BA, 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:03:06.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29883], KeyToken[127.0.0.1:8205-384AE5D5054127BA]] 06:03:06.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:8205 06:03:06.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29883, Token=384AE5D5054127BA, 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:03:06.257 [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:8202 06:03:06.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29883] 06:03:06.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8202] replace CON-POST MID=29883, Token=384AE5D5054127BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29883, Token=384AE5D5054127BA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R970, 127.0.0.1:8202] send response NON-2.05 MID=29883, Token=null, OptionSet={}, "server responds hi" 06:03:06.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8202, complete]! 06:03:06.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R970, 127.0.0.1:8202, complete] completed NON-2.04 MID=29883, Token=384AE5D5054127BA, 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:03:06.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:8202 06:03:06.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29883, Token=384AE5D5054127BA, 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:03:06.257 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29883] 06:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8205, complete]! 06:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-384AE5D5054127BA] 06:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29883] 06:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L969, 127.0.0.1:8205, complete] completed CON-POST MID=29883, Token=384AE5D5054127BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29883, Token=384AE5D5054127BA, 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:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971, 127.0.0.1:8205] send request 06:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29884], CON-POST MID=29884, 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:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-308DB05C1489E7FF], CON-POST MID=29884, Token=308DB05C1489E7FF, 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:03:06.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29884], KeyToken[127.0.0.1:8205-308DB05C1489E7FF]] 06:03:06.258 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29884, Token=308DB05C1489E7FF, 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:03:06.258 [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:8202 06:03:06.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29884] 06:03:06.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8202] replace CON-POST MID=29884, Token=308DB05C1489E7FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29884, Token=308DB05C1489E7FF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R972, 127.0.0.1:8202] send response NON-2.05 MID=29884, Token=null, OptionSet={}, "server responds hi" 06:03:06.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8202, complete]! 06:03:06.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R972, 127.0.0.1:8202, complete] completed NON-2.04 MID=29884, Token=308DB05C1489E7FF, 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:03:06.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:8202 06:03:06.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29884, Token=308DB05C1489E7FF, 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:03:06.259 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29884] 06:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8205, complete]! 06:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-308DB05C1489E7FF] 06:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29884] 06:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L971, 127.0.0.1:8205, complete] completed CON-POST MID=29884, Token=308DB05C1489E7FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29884, Token=308DB05C1489E7FF, 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:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973, 127.0.0.1:8205] send request 06:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29885], CON-POST MID=29885, 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:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A8CA391E184AB814], CON-POST MID=29885, Token=A8CA391E184AB814, 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:03:06.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29885], KeyToken[127.0.0.1:8205-A8CA391E184AB814]] 06:03:06.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:8205 06:03:06.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29885, Token=A8CA391E184AB814, 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:03:06.260 [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:8202 06:03:06.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29885] 06:03:06.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8202] replace CON-POST MID=29885, Token=A8CA391E184AB814, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29885, Token=A8CA391E184AB814, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R974, 127.0.0.1:8202] send response NON-2.05 MID=29885, Token=null, OptionSet={}, "server responds hi" 06:03:06.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8202, complete]! 06:03:06.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R974, 127.0.0.1:8202, complete] completed NON-2.04 MID=29885, Token=A8CA391E184AB814, 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:03:06.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:8202 06:03:06.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29885, Token=A8CA391E184AB814, 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:03:06.260 [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 42 bytes from 127.0.0.1:8205 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29885] 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8205, complete]! 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A8CA391E184AB814] 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29885] 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L973, 127.0.0.1:8205, complete] completed CON-POST MID=29885, Token=A8CA391E184AB814, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29885, Token=A8CA391E184AB814, 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:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975, 127.0.0.1:8205] send request 06:03:06.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29886], CON-POST MID=29886, 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:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-747D83DCFA2C68DF], CON-POST MID=29886, Token=747D83DCFA2C68DF, 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:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29886], KeyToken[127.0.0.1:8205-747D83DCFA2C68DF]] 06:03:06.261 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29886, Token=747D83DCFA2C68DF, 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:03:06.261 [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:8202 06:03:06.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29886] 06:03:06.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8202] replace CON-POST MID=29886, Token=747D83DCFA2C68DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29886, Token=747D83DCFA2C68DF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R976, 127.0.0.1:8202] send response NON-2.05 MID=29886, Token=null, OptionSet={}, "server responds hi" 06:03:06.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8202, complete]! 06:03:06.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R976, 127.0.0.1:8202, complete] completed NON-2.04 MID=29886, Token=747D83DCFA2C68DF, 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:03:06.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:8202 06:03:06.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29886, Token=747D83DCFA2C68DF, 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:03:06.261 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29886] 06:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8205, complete]! 06:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-747D83DCFA2C68DF] 06:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29886] 06:03:06.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L975, 127.0.0.1:8205, complete] completed CON-POST MID=29886, Token=747D83DCFA2C68DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29886, Token=747D83DCFA2C68DF, 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:03:06.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977, 127.0.0.1:8205] send request 06:03:06.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29887], CON-POST MID=29887, 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:03:06.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6C9B9BDC1ACF0581], CON-POST MID=29887, Token=6C9B9BDC1ACF0581, 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:03:06.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29887], KeyToken[127.0.0.1:8205-6C9B9BDC1ACF0581]] 06:03:06.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:8205 06:03:06.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29887, Token=6C9B9BDC1ACF0581, 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:03:06.262 [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:8202 06:03:06.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29887] 06:03:06.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8202] replace CON-POST MID=29887, Token=6C9B9BDC1ACF0581, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29887, Token=6C9B9BDC1ACF0581, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R978, 127.0.0.1:8202] send response NON-2.05 MID=29887, Token=null, OptionSet={}, "server responds hi" 06:03:06.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8202, complete]! 06:03:06.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R978, 127.0.0.1:8202, complete] completed NON-2.04 MID=29887, Token=6C9B9BDC1ACF0581, 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:03:06.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:8202 06:03:06.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29887, Token=6C9B9BDC1ACF0581, 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:03:06.263 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29887] 06:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8205, complete]! 06:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6C9B9BDC1ACF0581] 06:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29887] 06:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L977, 127.0.0.1:8205, complete] completed CON-POST MID=29887, Token=6C9B9BDC1ACF0581, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29887, Token=6C9B9BDC1ACF0581, 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:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979, 127.0.0.1:8205] send request 06:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29888], CON-POST MID=29888, 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:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5445B139056C5E1A], CON-POST MID=29888, Token=5445B139056C5E1A, 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:03:06.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29888], KeyToken[127.0.0.1:8205-5445B139056C5E1A]] 06:03:06.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29888, Token=5445B139056C5E1A, 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:03:06.263 [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:8202 06:03:06.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29888] 06:03:06.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8202] replace CON-POST MID=29888, Token=5445B139056C5E1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29888, Token=5445B139056C5E1A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R980, 127.0.0.1:8202] send response NON-2.05 MID=29888, Token=null, OptionSet={}, "server responds hi" 06:03:06.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8202, complete]! 06:03:06.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R980, 127.0.0.1:8202, complete] completed NON-2.04 MID=29888, Token=5445B139056C5E1A, 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:03:06.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:8202 06:03:06.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29888, Token=5445B139056C5E1A, 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:03:06.264 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29888] 06:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8205, complete]! 06:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5445B139056C5E1A] 06:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29888] 06:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L979, 127.0.0.1:8205, complete] completed CON-POST MID=29888, Token=5445B139056C5E1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29888, Token=5445B139056C5E1A, 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:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981, 127.0.0.1:8205] send request 06:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29889], CON-POST MID=29889, 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:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC77AE9CEA5668E7], CON-POST MID=29889, Token=AC77AE9CEA5668E7, 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:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29889], KeyToken[127.0.0.1:8205-AC77AE9CEA5668E7]] 06:03:06.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:8205 06:03:06.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29889, Token=AC77AE9CEA5668E7, 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:03:06.265 [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:8202 06:03:06.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29889] 06:03:06.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8202] replace CON-POST MID=29889, Token=AC77AE9CEA5668E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29889, Token=AC77AE9CEA5668E7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R982, 127.0.0.1:8202] send response NON-2.05 MID=29889, Token=null, OptionSet={}, "server responds hi" 06:03:06.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8202, complete]! 06:03:06.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R982, 127.0.0.1:8202, complete] completed NON-2.04 MID=29889, Token=AC77AE9CEA5668E7, 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:03:06.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29889, Token=AC77AE9CEA5668E7, 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:03:06.265 [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 42 bytes from 127.0.0.1:8205 06:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29889] 06:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8205, complete]! 06:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC77AE9CEA5668E7] 06:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29889] 06:03:06.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L981, 127.0.0.1:8205, complete] completed CON-POST MID=29889, Token=AC77AE9CEA5668E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29889, Token=AC77AE9CEA5668E7, 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:03:06.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983, 127.0.0.1:8205] send request 06:03:06.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29890], CON-POST MID=29890, 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:03:06.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0819247C7A49B530], CON-POST MID=29890, Token=0819247C7A49B530, 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:03:06.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29890], KeyToken[127.0.0.1:8205-0819247C7A49B530]] 06:03:06.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:8205 06:03:06.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29890, Token=0819247C7A49B530, 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:03:06.266 [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:8202 06:03:06.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29890] 06:03:06.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8202] replace CON-POST MID=29890, Token=0819247C7A49B530, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29890, Token=0819247C7A49B530, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R984, 127.0.0.1:8202] send response NON-2.05 MID=29890, Token=null, OptionSet={}, "server responds hi" 06:03:06.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8202, complete]! 06:03:06.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R984, 127.0.0.1:8202, complete] completed NON-2.04 MID=29890, Token=0819247C7A49B530, 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:03:06.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:8202 06:03:06.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29890, Token=0819247C7A49B530, 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:03:06.267 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29890] 06:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8205, complete]! 06:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0819247C7A49B530] 06:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29890] 06:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L983, 127.0.0.1:8205, complete] completed CON-POST MID=29890, Token=0819247C7A49B530, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29890, Token=0819247C7A49B530, 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:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985, 127.0.0.1:8205] send request 06:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29891], CON-POST MID=29891, 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:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C10AF5786BD1EE6], CON-POST MID=29891, Token=7C10AF5786BD1EE6, 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:03:06.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29891], KeyToken[127.0.0.1:8205-7C10AF5786BD1EE6]] 06:03:06.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29891, Token=7C10AF5786BD1EE6, 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:03:06.267 [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:8202 06:03:06.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29891] 06:03:06.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8202] replace CON-POST MID=29891, Token=7C10AF5786BD1EE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29891, Token=7C10AF5786BD1EE6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R986, 127.0.0.1:8202] send response NON-2.05 MID=29891, Token=null, OptionSet={}, "server responds hi" 06:03:06.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8202, complete]! 06:03:06.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R986, 127.0.0.1:8202, complete] completed NON-2.04 MID=29891, Token=7C10AF5786BD1EE6, 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:03:06.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29891, Token=7C10AF5786BD1EE6, 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:03:06.268 [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 42 bytes from 127.0.0.1:8205 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29891] 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8205, complete]! 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C10AF5786BD1EE6] 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29891] 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L985, 127.0.0.1:8205, complete] completed CON-POST MID=29891, Token=7C10AF5786BD1EE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29891, Token=7C10AF5786BD1EE6, 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:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987, 127.0.0.1:8205] send request 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29892], CON-POST MID=29892, 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:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-803DE4EA0F7BC578], CON-POST MID=29892, Token=803DE4EA0F7BC578, 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:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29892], KeyToken[127.0.0.1:8205-803DE4EA0F7BC578]] 06:03:06.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:8205 06:03:06.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29892, Token=803DE4EA0F7BC578, 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:03:06.269 [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:8202 06:03:06.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29892] 06:03:06.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8202] replace CON-POST MID=29892, Token=803DE4EA0F7BC578, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29892, Token=803DE4EA0F7BC578, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R988, 127.0.0.1:8202] send response NON-2.05 MID=29892, Token=null, OptionSet={}, "server responds hi" 06:03:06.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8202, complete]! 06:03:06.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R988, 127.0.0.1:8202, complete] completed NON-2.04 MID=29892, Token=803DE4EA0F7BC578, 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:03:06.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:8202 06:03:06.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29892, Token=803DE4EA0F7BC578, 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:03:06.269 [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 42 bytes from 127.0.0.1:8205 06:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29892] 06:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8205, complete]! 06:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-803DE4EA0F7BC578] 06:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29892] 06:03:06.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L987, 127.0.0.1:8205, complete] completed CON-POST MID=29892, Token=803DE4EA0F7BC578, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29892, Token=803DE4EA0F7BC578, 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:03:06.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989, 127.0.0.1:8205] send request 06:03:06.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29893], CON-POST MID=29893, 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:03:06.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C41426820D2454A9], CON-POST MID=29893, Token=C41426820D2454A9, 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:03:06.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29893], KeyToken[127.0.0.1:8205-C41426820D2454A9]] 06:03:06.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:8205 06:03:06.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29893, Token=C41426820D2454A9, 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:03:06.270 [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:8202 06:03:06.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29893] 06:03:06.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8202] replace CON-POST MID=29893, Token=C41426820D2454A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29893, Token=C41426820D2454A9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R990, 127.0.0.1:8202] send response NON-2.05 MID=29893, Token=null, OptionSet={}, "server responds hi" 06:03:06.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8202, complete]! 06:03:06.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R990, 127.0.0.1:8202, complete] completed NON-2.04 MID=29893, Token=C41426820D2454A9, 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:03:06.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:8202 06:03:06.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29893, Token=C41426820D2454A9, 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:03:06.271 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29893] 06:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8205, complete]! 06:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C41426820D2454A9] 06:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29893] 06:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L989, 127.0.0.1:8205, complete] completed CON-POST MID=29893, Token=C41426820D2454A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29893, Token=C41426820D2454A9, 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:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991, 127.0.0.1:8205] send request 06:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29894], CON-POST MID=29894, 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:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-346F7F26E0C32E4B], CON-POST MID=29894, Token=346F7F26E0C32E4B, 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:03:06.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29894], KeyToken[127.0.0.1:8205-346F7F26E0C32E4B]] 06:03:06.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:8205 06:03:06.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29894, Token=346F7F26E0C32E4B, 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:03:06.271 [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:8202 06:03:06.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29894] 06:03:06.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8202] replace CON-POST MID=29894, Token=346F7F26E0C32E4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29894, Token=346F7F26E0C32E4B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R992, 127.0.0.1:8202] send response NON-2.05 MID=29894, Token=null, OptionSet={}, "server responds hi" 06:03:06.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8202, complete]! 06:03:06.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R992, 127.0.0.1:8202, complete] completed NON-2.04 MID=29894, Token=346F7F26E0C32E4B, 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:03:06.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:8202 06:03:06.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29894, Token=346F7F26E0C32E4B, 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:03:06.272 [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 42 bytes from 127.0.0.1:8205 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29894] 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8205, complete]! 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-346F7F26E0C32E4B] 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29894] 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L991, 127.0.0.1:8205, complete] completed CON-POST MID=29894, Token=346F7F26E0C32E4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29894, Token=346F7F26E0C32E4B, 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:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993, 127.0.0.1:8205] send request 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29895], CON-POST MID=29895, 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:03:06.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0444FA00B7E51C06], CON-POST MID=29895, Token=0444FA00B7E51C06, 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:03:06.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29895], KeyToken[127.0.0.1:8205-0444FA00B7E51C06]] 06:03:06.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:8205 06:03:06.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29895, Token=0444FA00B7E51C06, 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:03:06.273 [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:8202 06:03:06.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29895] 06:03:06.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8202] replace CON-POST MID=29895, Token=0444FA00B7E51C06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29895, Token=0444FA00B7E51C06, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R994, 127.0.0.1:8202] send response NON-2.05 MID=29895, Token=null, OptionSet={}, "server responds hi" 06:03:06.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8202, complete]! 06:03:06.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R994, 127.0.0.1:8202, complete] completed NON-2.04 MID=29895, Token=0444FA00B7E51C06, 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:03:06.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:8202 06:03:06.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29895, Token=0444FA00B7E51C06, 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:03:06.273 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29895] 06:03:06.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8205, complete]! 06:03:06.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0444FA00B7E51C06] 06:03:06.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29895] 06:03:06.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L993, 127.0.0.1:8205, complete] completed CON-POST MID=29895, Token=0444FA00B7E51C06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29895, Token=0444FA00B7E51C06, 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:03:06.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995, 127.0.0.1:8205] send request 06:03:06.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29896], CON-POST MID=29896, 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:03:06.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B456BDF387AC6932], CON-POST MID=29896, Token=B456BDF387AC6932, 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:03:06.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29896], KeyToken[127.0.0.1:8205-B456BDF387AC6932]] 06:03:06.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:8205 06:03:06.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29896, Token=B456BDF387AC6932, 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:03:06.274 [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:8202 06:03:06.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29896] 06:03:06.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8202] replace CON-POST MID=29896, Token=B456BDF387AC6932, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29896, Token=B456BDF387AC6932, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R996, 127.0.0.1:8202] send response NON-2.05 MID=29896, Token=null, OptionSet={}, "server responds hi" 06:03:06.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8202, complete]! 06:03:06.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R996, 127.0.0.1:8202, complete] completed NON-2.04 MID=29896, Token=B456BDF387AC6932, 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:03:06.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:8202 06:03:06.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29896, Token=B456BDF387AC6932, 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:03:06.275 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29896] 06:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8205, complete]! 06:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B456BDF387AC6932] 06:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29896] 06:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L995, 127.0.0.1:8205, complete] completed CON-POST MID=29896, Token=B456BDF387AC6932, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29896, Token=B456BDF387AC6932, 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:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997, 127.0.0.1:8205] send request 06:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29897], CON-POST MID=29897, 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:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-588FB0CD5F4F3F0F], CON-POST MID=29897, Token=588FB0CD5F4F3F0F, 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:03:06.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29897], KeyToken[127.0.0.1:8205-588FB0CD5F4F3F0F]] 06:03:06.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29897, Token=588FB0CD5F4F3F0F, 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:03:06.275 [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:8202 06:03:06.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29897] 06:03:06.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8202] replace CON-POST MID=29897, Token=588FB0CD5F4F3F0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29897, Token=588FB0CD5F4F3F0F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R998, 127.0.0.1:8202] send response NON-2.05 MID=29897, Token=null, OptionSet={}, "server responds hi" 06:03:06.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8202, complete]! 06:03:06.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R998, 127.0.0.1:8202, complete] completed NON-2.04 MID=29897, Token=588FB0CD5F4F3F0F, 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:03:06.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:8202 06:03:06.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29897, Token=588FB0CD5F4F3F0F, 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:03:06.276 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29897] 06:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8205, complete]! 06:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-588FB0CD5F4F3F0F] 06:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29897] 06:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L997, 127.0.0.1:8205, complete] completed CON-POST MID=29897, Token=588FB0CD5F4F3F0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29897, Token=588FB0CD5F4F3F0F, 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:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999, 127.0.0.1:8205] send request 06:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29898], CON-POST MID=29898, 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:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9CC3E2F9873FC4B3], CON-POST MID=29898, Token=9CC3E2F9873FC4B3, 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:03:06.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29898], KeyToken[127.0.0.1:8205-9CC3E2F9873FC4B3]] 06:03:06.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:8205 06:03:06.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29898, Token=9CC3E2F9873FC4B3, 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:03:06.277 [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:8202 06:03:06.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29898] 06:03:06.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8202] replace CON-POST MID=29898, Token=9CC3E2F9873FC4B3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29898, Token=9CC3E2F9873FC4B3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1000, 127.0.0.1:8202] send response NON-2.05 MID=29898, Token=null, OptionSet={}, "server responds hi" 06:03:06.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8202, complete]! 06:03:06.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1000, 127.0.0.1:8202, complete] completed NON-2.04 MID=29898, Token=9CC3E2F9873FC4B3, 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:03:06.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:8202 06:03:06.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29898, Token=9CC3E2F9873FC4B3, 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:03:06.277 [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 42 bytes from 127.0.0.1:8205 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29898] 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8205, complete]! 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9CC3E2F9873FC4B3] 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29898] 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L999, 127.0.0.1:8205, complete] completed CON-POST MID=29898, Token=9CC3E2F9873FC4B3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29898, Token=9CC3E2F9873FC4B3, 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:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001, 127.0.0.1:8205] send request 06:03:06.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29899], CON-POST MID=29899, 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:03:06.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-94AAC25143BEFBDF], CON-POST MID=29899, Token=94AAC25143BEFBDF, 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:03:06.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29899], KeyToken[127.0.0.1:8205-94AAC25143BEFBDF]] 06:03:06.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:8205 06:03:06.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29899, Token=94AAC25143BEFBDF, 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:03:06.278 [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:8202 06:03:06.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29899] 06:03:06.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8202] replace CON-POST MID=29899, Token=94AAC25143BEFBDF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29899, Token=94AAC25143BEFBDF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1002, 127.0.0.1:8202] send response NON-2.05 MID=29899, Token=null, OptionSet={}, "server responds hi" 06:03:06.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8202, complete]! 06:03:06.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1002, 127.0.0.1:8202, complete] completed NON-2.04 MID=29899, Token=94AAC25143BEFBDF, 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:03:06.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:8202 06:03:06.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29899, Token=94AAC25143BEFBDF, 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:03:06.279 [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 42 bytes from 127.0.0.1:8205 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29899] 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8205, complete]! 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-94AAC25143BEFBDF] 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29899] 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1001, 127.0.0.1:8205, complete] completed CON-POST MID=29899, Token=94AAC25143BEFBDF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29899, Token=94AAC25143BEFBDF, 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:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003, 127.0.0.1:8205] send request 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29900], CON-POST MID=29900, 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:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D0C7E5309EB5E7B8], CON-POST MID=29900, Token=D0C7E5309EB5E7B8, 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:03:06.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29900], KeyToken[127.0.0.1:8205-D0C7E5309EB5E7B8]] 06:03:06.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:8205 06:03:06.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29900, Token=D0C7E5309EB5E7B8, 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:03:06.279 [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:8202 06:03:06.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29900] 06:03:06.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8202] replace CON-POST MID=29900, Token=D0C7E5309EB5E7B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29900, Token=D0C7E5309EB5E7B8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1004, 127.0.0.1:8202] send response NON-2.05 MID=29900, Token=null, OptionSet={}, "server responds hi" 06:03:06.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8202, complete]! 06:03:06.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1004, 127.0.0.1:8202, complete] completed NON-2.04 MID=29900, Token=D0C7E5309EB5E7B8, 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:03:06.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:8202 06:03:06.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29900, Token=D0C7E5309EB5E7B8, 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:03:06.280 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29900] 06:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8205, complete]! 06:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D0C7E5309EB5E7B8] 06:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29900] 06:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1003, 127.0.0.1:8205, complete] completed CON-POST MID=29900, Token=D0C7E5309EB5E7B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29900, Token=D0C7E5309EB5E7B8, 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:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005, 127.0.0.1:8205] send request 06:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29901], CON-POST MID=29901, 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:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F05DC78AE0F5D8F6], CON-POST MID=29901, Token=F05DC78AE0F5D8F6, 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:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29901], KeyToken[127.0.0.1:8205-F05DC78AE0F5D8F6]] 06:03:06.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:8205 06:03:06.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29901, Token=F05DC78AE0F5D8F6, 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:03:06.281 [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:8202 06:03:06.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29901] 06:03:06.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8202] replace CON-POST MID=29901, Token=F05DC78AE0F5D8F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29901, Token=F05DC78AE0F5D8F6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1006, 127.0.0.1:8202] send response NON-2.05 MID=29901, Token=null, OptionSet={}, "server responds hi" 06:03:06.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8202, complete]! 06:03:06.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1006, 127.0.0.1:8202, complete] completed NON-2.04 MID=29901, Token=F05DC78AE0F5D8F6, 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:03:06.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:8202 06:03:06.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29901, Token=F05DC78AE0F5D8F6, 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:03:06.281 [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 42 bytes from 127.0.0.1:8205 06:03:06.281 [: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-29901] 06:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8205, complete]! 06:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F05DC78AE0F5D8F6] 06:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29901] 06:03:06.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1005, 127.0.0.1:8205, complete] completed CON-POST MID=29901, Token=F05DC78AE0F5D8F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29901, Token=F05DC78AE0F5D8F6, 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:03:06.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007, 127.0.0.1:8205] send request 06:03:06.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29902], CON-POST MID=29902, 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:03:06.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6C64B21B5D40F5DD], CON-POST MID=29902, Token=6C64B21B5D40F5DD, 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:03:06.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29902], KeyToken[127.0.0.1:8205-6C64B21B5D40F5DD]] 06:03:06.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29902, Token=6C64B21B5D40F5DD, 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:03:06.282 [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:8202 06:03:06.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29902] 06:03:06.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8202] replace CON-POST MID=29902, Token=6C64B21B5D40F5DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29902, Token=6C64B21B5D40F5DD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1008, 127.0.0.1:8202] send response NON-2.05 MID=29902, Token=null, OptionSet={}, "server responds hi" 06:03:06.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8202, complete]! 06:03:06.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1008, 127.0.0.1:8202, complete] completed NON-2.04 MID=29902, Token=6C64B21B5D40F5DD, 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:03:06.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:8202 06:03:06.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29902, Token=6C64B21B5D40F5DD, 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:03:06.283 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29902] 06:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8205, complete]! 06:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6C64B21B5D40F5DD] 06:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29902] 06:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1007, 127.0.0.1:8205, complete] completed CON-POST MID=29902, Token=6C64B21B5D40F5DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29902, Token=6C64B21B5D40F5DD, 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:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009, 127.0.0.1:8205] send request 06:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29903], CON-POST MID=29903, 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:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-20ACA85E5B4BE121], CON-POST MID=29903, Token=20ACA85E5B4BE121, 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:03:06.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29903], KeyToken[127.0.0.1:8205-20ACA85E5B4BE121]] 06:03:06.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:8205 06:03:06.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29903, Token=20ACA85E5B4BE121, 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:03:06.283 [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:8202 06:03:06.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29903] 06:03:06.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8202] replace CON-POST MID=29903, Token=20ACA85E5B4BE121, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29903, Token=20ACA85E5B4BE121, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1010, 127.0.0.1:8202] send response NON-2.05 MID=29903, Token=null, OptionSet={}, "server responds hi" 06:03:06.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8202, complete]! 06:03:06.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1010, 127.0.0.1:8202, complete] completed NON-2.04 MID=29903, Token=20ACA85E5B4BE121, 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:03:06.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:8202 06:03:06.284 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29903, Token=20ACA85E5B4BE121, 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:03:06.284 [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 42 bytes from 127.0.0.1:8205 06:03:06.284 [: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-29903] 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8205, complete]! 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-20ACA85E5B4BE121] 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29903] 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1009, 127.0.0.1:8205, complete] completed CON-POST MID=29903, Token=20ACA85E5B4BE121, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29903, Token=20ACA85E5B4BE121, 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:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011, 127.0.0.1:8205] send request 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29904], CON-POST MID=29904, 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:03:06.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DC9F85744B9B9EBE], CON-POST MID=29904, Token=DC9F85744B9B9EBE, 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:03:06.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29904], KeyToken[127.0.0.1:8205-DC9F85744B9B9EBE]] 06:03:06.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 40 bytes to 127.0.0.1:8205 06:03:06.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29904, Token=DC9F85744B9B9EBE, 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:03:06.285 [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:8202 06:03:06.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29904] 06:03:06.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8202] replace CON-POST MID=29904, Token=DC9F85744B9B9EBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29904, Token=DC9F85744B9B9EBE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1012, 127.0.0.1:8202] send response NON-2.05 MID=29904, Token=null, OptionSet={}, "server responds hi" 06:03:06.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8202, complete]! 06:03:06.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1012, 127.0.0.1:8202, complete] completed NON-2.04 MID=29904, Token=DC9F85744B9B9EBE, 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:03:06.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:8202 06:03:06.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29904, Token=DC9F85744B9B9EBE, 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:03:06.285 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29904] 06:03:06.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8205, complete]! 06:03:06.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DC9F85744B9B9EBE] 06:03:06.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29904] 06:03:06.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1011, 127.0.0.1:8205, complete] completed CON-POST MID=29904, Token=DC9F85744B9B9EBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29904, Token=DC9F85744B9B9EBE, 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:03:06.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013, 127.0.0.1:8205] send request 06:03:06.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29905], CON-POST MID=29905, 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:03:06.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-347982277F58E663], CON-POST MID=29905, Token=347982277F58E663, 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:03:06.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29905], KeyToken[127.0.0.1:8205-347982277F58E663]] 06:03:06.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:8205 06:03:06.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29905, Token=347982277F58E663, 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:03:06.286 [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:8202 06:03:06.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29905] 06:03:06.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8202] replace CON-POST MID=29905, Token=347982277F58E663, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29905, Token=347982277F58E663, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1014, 127.0.0.1:8202] send response NON-2.05 MID=29905, Token=null, OptionSet={}, "server responds hi" 06:03:06.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8202, complete]! 06:03:06.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1014, 127.0.0.1:8202, complete] completed NON-2.04 MID=29905, Token=347982277F58E663, 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:03:06.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:8202 06:03:06.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29905, Token=347982277F58E663, 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:03:06.287 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29905] 06:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8205, complete]! 06:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-347982277F58E663] 06:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29905] 06:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1013, 127.0.0.1:8205, complete] completed CON-POST MID=29905, Token=347982277F58E663, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29905, Token=347982277F58E663, 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:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015, 127.0.0.1:8205] send request 06:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29906], CON-POST MID=29906, 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:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-042C083F94146FC0], CON-POST MID=29906, Token=042C083F94146FC0, 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:03:06.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29906], KeyToken[127.0.0.1:8205-042C083F94146FC0]] 06:03:06.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:8205 06:03:06.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29906, Token=042C083F94146FC0, 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:03:06.287 [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:8202 06:03:06.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29906] 06:03:06.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8202] replace CON-POST MID=29906, Token=042C083F94146FC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29906, Token=042C083F94146FC0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1016, 127.0.0.1:8202] send response NON-2.05 MID=29906, Token=null, OptionSet={}, "server responds hi" 06:03:06.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8202, complete]! 06:03:06.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1016, 127.0.0.1:8202, complete] completed NON-2.04 MID=29906, Token=042C083F94146FC0, 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:03:06.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:8202 06:03:06.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29906, Token=042C083F94146FC0, 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:03:06.288 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29906] 06:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8205, complete]! 06:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-042C083F94146FC0] 06:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29906] 06:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1015, 127.0.0.1:8205, complete] completed CON-POST MID=29906, Token=042C083F94146FC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29906, Token=042C083F94146FC0, 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:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017, 127.0.0.1:8205] send request 06:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29907], CON-POST MID=29907, 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:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A0EC31D29A722941], CON-POST MID=29907, Token=A0EC31D29A722941, 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:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29907], KeyToken[127.0.0.1:8205-A0EC31D29A722941]] 06:03:06.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:8205 06:03:06.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29907, Token=A0EC31D29A722941, 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:03:06.289 [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:8202 06:03:06.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29907] 06:03:06.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8202] replace CON-POST MID=29907, Token=A0EC31D29A722941, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29907, Token=A0EC31D29A722941, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1018, 127.0.0.1:8202] send response NON-2.05 MID=29907, Token=null, OptionSet={}, "server responds hi" 06:03:06.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8202, complete]! 06:03:06.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1018, 127.0.0.1:8202, complete] completed NON-2.04 MID=29907, Token=A0EC31D29A722941, 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:03:06.289 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29907, Token=A0EC31D29A722941, 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:03:06.289 [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 42 bytes from 127.0.0.1:8205 06:03:06.289 [: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-29907] 06:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8205, complete]! 06:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A0EC31D29A722941] 06:03:06.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29907] 06:03:06.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1017, 127.0.0.1:8205, complete] completed CON-POST MID=29907, Token=A0EC31D29A722941, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29907, Token=A0EC31D29A722941, 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:03:06.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019, 127.0.0.1:8205] send request 06:03:06.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29908], CON-POST MID=29908, 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:03:06.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6C3FA67FB1336AEC], CON-POST MID=29908, Token=6C3FA67FB1336AEC, 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:03:06.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29908], KeyToken[127.0.0.1:8205-6C3FA67FB1336AEC]] 06:03:06.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:8205 06:03:06.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29908, Token=6C3FA67FB1336AEC, 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:03:06.290 [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:8202 06:03:06.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29908] 06:03:06.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8202] replace CON-POST MID=29908, Token=6C3FA67FB1336AEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29908, Token=6C3FA67FB1336AEC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1020, 127.0.0.1:8202] send response NON-2.05 MID=29908, Token=null, OptionSet={}, "server responds hi" 06:03:06.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8202, complete]! 06:03:06.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1020, 127.0.0.1:8202, complete] completed NON-2.04 MID=29908, Token=6C3FA67FB1336AEC, 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:03:06.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:8202 06:03:06.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29908, Token=6C3FA67FB1336AEC, 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:03:06.291 [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 42 bytes from 127.0.0.1:8205 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29908] 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8205, complete]! 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6C3FA67FB1336AEC] 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29908] 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1019, 127.0.0.1:8205, complete] completed CON-POST MID=29908, Token=6C3FA67FB1336AEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29908, Token=6C3FA67FB1336AEC, 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:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021, 127.0.0.1:8205] send request 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29909], CON-POST MID=29909, 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:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C48E29DB7B6666E8], CON-POST MID=29909, Token=C48E29DB7B6666E8, 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:03:06.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29909], KeyToken[127.0.0.1:8205-C48E29DB7B6666E8]] 06:03:06.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:8205 06:03:06.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29909, Token=C48E29DB7B6666E8, 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:03:06.292 [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:8202 06:03:06.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29909] 06:03:06.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8202] replace CON-POST MID=29909, Token=C48E29DB7B6666E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29909, Token=C48E29DB7B6666E8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1022, 127.0.0.1:8202] send response NON-2.05 MID=29909, Token=null, OptionSet={}, "server responds hi" 06:03:06.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8202, complete]! 06:03:06.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1022, 127.0.0.1:8202, complete] completed NON-2.04 MID=29909, Token=C48E29DB7B6666E8, 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:03:06.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:8202 06:03:06.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29909, Token=C48E29DB7B6666E8, 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:03:06.292 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29909] 06:03:06.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8205, complete]! 06:03:06.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C48E29DB7B6666E8] 06:03:06.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29909] 06:03:06.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1021, 127.0.0.1:8205, complete] completed CON-POST MID=29909, Token=C48E29DB7B6666E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29909, Token=C48E29DB7B6666E8, 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:03:06.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023, 127.0.0.1:8205] send request 06:03:06.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29910], CON-POST MID=29910, 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:03:06.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D498A5BFB31E434D], CON-POST MID=29910, Token=D498A5BFB31E434D, 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:03:06.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29910], KeyToken[127.0.0.1:8205-D498A5BFB31E434D]] 06:03:06.293 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29910, Token=D498A5BFB31E434D, 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:03:06.293 [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:8202 06:03:06.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29910] 06:03:06.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8202] replace CON-POST MID=29910, Token=D498A5BFB31E434D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29910, Token=D498A5BFB31E434D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1024, 127.0.0.1:8202] send response NON-2.05 MID=29910, Token=null, OptionSet={}, "server responds hi" 06:03:06.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8202, complete]! 06:03:06.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1024, 127.0.0.1:8202, complete] completed NON-2.04 MID=29910, Token=D498A5BFB31E434D, 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:03:06.294 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29910, Token=D498A5BFB31E434D, 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:03:06.294 [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 42 bytes from 127.0.0.1:8205 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29910] 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8205, complete]! 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D498A5BFB31E434D] 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29910] 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1023, 127.0.0.1:8205, complete] completed CON-POST MID=29910, Token=D498A5BFB31E434D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29910, Token=D498A5BFB31E434D, 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:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025, 127.0.0.1:8205] send request 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29911], CON-POST MID=29911, 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:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B091E46A72414DDA], CON-POST MID=29911, Token=B091E46A72414DDA, 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:03:06.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29911], KeyToken[127.0.0.1:8205-B091E46A72414DDA]] 06:03:06.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:8205 06:03:06.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29911, Token=B091E46A72414DDA, 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:03:06.295 [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:8202 06:03:06.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29911] 06:03:06.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8202] replace CON-POST MID=29911, Token=B091E46A72414DDA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29911, Token=B091E46A72414DDA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1026, 127.0.0.1:8202] send response NON-2.05 MID=29911, Token=null, OptionSet={}, "server responds hi" 06:03:06.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8202, complete]! 06:03:06.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1026, 127.0.0.1:8202, complete] completed NON-2.04 MID=29911, Token=B091E46A72414DDA, 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:03:06.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:8202 06:03:06.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29911, Token=B091E46A72414DDA, 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:03:06.295 [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 42 bytes from 127.0.0.1:8205 06:03:06.295 [: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-29911] 06:03:06.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8205, complete]! 06:03:06.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B091E46A72414DDA] 06:03:06.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29911] 06:03:06.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1025, 127.0.0.1:8205, complete] completed CON-POST MID=29911, Token=B091E46A72414DDA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29911, Token=B091E46A72414DDA, 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:03:06.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027, 127.0.0.1:8205] send request 06:03:06.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29912], CON-POST MID=29912, 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:03:06.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C0A1516D19A31C9C], CON-POST MID=29912, Token=C0A1516D19A31C9C, 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:03:06.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29912], KeyToken[127.0.0.1:8205-C0A1516D19A31C9C]] 06:03:06.296 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.296 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29912, Token=C0A1516D19A31C9C, 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:03:06.296 [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:8202 06:03:06.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29912] 06:03:06.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8202] replace CON-POST MID=29912, Token=C0A1516D19A31C9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29912, Token=C0A1516D19A31C9C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1028, 127.0.0.1:8202] send response NON-2.05 MID=29912, Token=null, OptionSet={}, "server responds hi" 06:03:06.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8202, complete]! 06:03:06.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1028, 127.0.0.1:8202, complete] completed NON-2.04 MID=29912, Token=C0A1516D19A31C9C, 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:03:06.297 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.297 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29912, Token=C0A1516D19A31C9C, 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:03:06.297 [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 42 bytes from 127.0.0.1:8205 06:03:06.297 [: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-29912] 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8205, complete]! 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C0A1516D19A31C9C] 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29912] 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1027, 127.0.0.1:8205, complete] completed CON-POST MID=29912, Token=C0A1516D19A31C9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29912, Token=C0A1516D19A31C9C, 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:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029, 127.0.0.1:8205] send request 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29913], CON-POST MID=29913, 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:03:06.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0879E4F6A5B3A1CB], CON-POST MID=29913, Token=0879E4F6A5B3A1CB, 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:03:06.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29913], KeyToken[127.0.0.1:8205-0879E4F6A5B3A1CB]] 06:03:06.298 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29913, Token=0879E4F6A5B3A1CB, 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:03:06.298 [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:8202 06:03:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29913] 06:03:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8202] replace CON-POST MID=29913, Token=0879E4F6A5B3A1CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29913, Token=0879E4F6A5B3A1CB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1030, 127.0.0.1:8202] send response NON-2.05 MID=29913, Token=null, OptionSet={}, "server responds hi" 06:03:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8202, complete]! 06:03:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1030, 127.0.0.1:8202, complete] completed NON-2.04 MID=29913, Token=0879E4F6A5B3A1CB, 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:03:06.298 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29913, Token=0879E4F6A5B3A1CB, 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:03:06.298 [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 42 bytes from 127.0.0.1:8205 06:03:06.298 [: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-29913] 06:03:06.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8205, complete]! 06:03:06.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0879E4F6A5B3A1CB] 06:03:06.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29913] 06:03:06.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1029, 127.0.0.1:8205, complete] completed CON-POST MID=29913, Token=0879E4F6A5B3A1CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29913, Token=0879E4F6A5B3A1CB, 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:03:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031, 127.0.0.1:8205] send request 06:03:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29914], CON-POST MID=29914, 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:03:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-ACB27A4901CF2F4E], CON-POST MID=29914, Token=ACB27A4901CF2F4E, 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:03:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29914], KeyToken[127.0.0.1:8205-ACB27A4901CF2F4E]] 06:03:06.299 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.299 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29914, Token=ACB27A4901CF2F4E, 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:03:06.299 [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:8202 06:03:06.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29914] 06:03:06.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8202] replace CON-POST MID=29914, Token=ACB27A4901CF2F4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29914, Token=ACB27A4901CF2F4E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1032, 127.0.0.1:8202] send response NON-2.05 MID=29914, Token=null, OptionSet={}, "server responds hi" 06:03:06.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8202, complete]! 06:03:06.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1032, 127.0.0.1:8202, complete] completed NON-2.04 MID=29914, Token=ACB27A4901CF2F4E, 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:03:06.300 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29914, Token=ACB27A4901CF2F4E, 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:03:06.300 [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 42 bytes from 127.0.0.1:8205 06:03:06.300 [: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-29914] 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8205, complete]! 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-ACB27A4901CF2F4E] 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29914] 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1031, 127.0.0.1:8205, complete] completed CON-POST MID=29914, Token=ACB27A4901CF2F4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29914, Token=ACB27A4901CF2F4E, 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:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033, 127.0.0.1:8205] send request 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29915], CON-POST MID=29915, 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:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-34ABA9B8A49614DF], CON-POST MID=29915, Token=34ABA9B8A49614DF, 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:03:06.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29915], KeyToken[127.0.0.1:8205-34ABA9B8A49614DF]] 06:03:06.300 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29915, Token=34ABA9B8A49614DF, 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:03:06.301 [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:8202 06:03:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29915] 06:03:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8202] replace CON-POST MID=29915, Token=34ABA9B8A49614DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29915, Token=34ABA9B8A49614DF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1034, 127.0.0.1:8202] send response NON-2.05 MID=29915, Token=null, OptionSet={}, "server responds hi" 06:03:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8202, complete]! 06:03:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1034, 127.0.0.1:8202, complete] completed NON-2.04 MID=29915, Token=34ABA9B8A49614DF, 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:03:06.301 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.301 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29915, Token=34ABA9B8A49614DF, 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:03:06.301 [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 42 bytes from 127.0.0.1:8205 06:03:06.301 [: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-29915] 06:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8205, complete]! 06:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-34ABA9B8A49614DF] 06:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29915] 06:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1033, 127.0.0.1:8205, complete] completed CON-POST MID=29915, Token=34ABA9B8A49614DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29915, Token=34ABA9B8A49614DF, 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:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035, 127.0.0.1:8205] send request 06:03:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29916], CON-POST MID=29916, 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:03:06.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B03C82E9DD45282E], CON-POST MID=29916, Token=B03C82E9DD45282E, 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:03:06.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29916], KeyToken[127.0.0.1:8205-B03C82E9DD45282E]] 06:03:06.302 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29916, Token=B03C82E9DD45282E, 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:03:06.302 [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:8202 06:03:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29916] 06:03:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8202] replace CON-POST MID=29916, Token=B03C82E9DD45282E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29916, Token=B03C82E9DD45282E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1036, 127.0.0.1:8202] send response NON-2.05 MID=29916, Token=null, OptionSet={}, "server responds hi" 06:03:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8202, complete]! 06:03:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1036, 127.0.0.1:8202, complete] completed NON-2.04 MID=29916, Token=B03C82E9DD45282E, 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:03:06.302 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29916, Token=B03C82E9DD45282E, 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:03:06.303 [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 42 bytes from 127.0.0.1:8205 06:03:06.303 [: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-29916] 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8205, complete]! 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B03C82E9DD45282E] 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29916] 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1035, 127.0.0.1:8205, complete] completed CON-POST MID=29916, Token=B03C82E9DD45282E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29916, Token=B03C82E9DD45282E, 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:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037, 127.0.0.1:8205] send request 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29917], CON-POST MID=29917, 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:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14A03AD15DE96C0E], CON-POST MID=29917, Token=14A03AD15DE96C0E, 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:03:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29917], KeyToken[127.0.0.1:8205-14A03AD15DE96C0E]] 06:03:06.303 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.303 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29917, Token=14A03AD15DE96C0E, 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:03:06.303 [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:8202 06:03:06.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29917] 06:03:06.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8202] replace CON-POST MID=29917, Token=14A03AD15DE96C0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29917, Token=14A03AD15DE96C0E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1038, 127.0.0.1:8202] send response NON-2.05 MID=29917, Token=null, OptionSet={}, "server responds hi" 06:03:06.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8202, complete]! 06:03:06.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1038, 127.0.0.1:8202, complete] completed NON-2.04 MID=29917, Token=14A03AD15DE96C0E, 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:03:06.304 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.304 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29917, Token=14A03AD15DE96C0E, 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:03:06.304 [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 42 bytes from 127.0.0.1:8205 06:03:06.304 [: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-29917] 06:03:06.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8205, complete]! 06:03:06.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14A03AD15DE96C0E] 06:03:06.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29917] 06:03:06.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1037, 127.0.0.1:8205, complete] completed CON-POST MID=29917, Token=14A03AD15DE96C0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29917, Token=14A03AD15DE96C0E, 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:03:06.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039, 127.0.0.1:8205] send request 06:03:06.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29918], CON-POST MID=29918, 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:03:06.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A4509EEF5614976C], CON-POST MID=29918, Token=A4509EEF5614976C, 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:03:06.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29918], KeyToken[127.0.0.1:8205-A4509EEF5614976C]] 06:03:06.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:8205 06:03:06.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29918, Token=A4509EEF5614976C, 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:03:06.351 [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:8202 06:03:06.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29918] 06:03:06.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8202] replace CON-POST MID=29918, Token=A4509EEF5614976C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29918, Token=A4509EEF5614976C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1040, 127.0.0.1:8202] send response NON-2.05 MID=29918, Token=null, OptionSet={}, "server responds hi" 06:03:06.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8202, complete]! 06:03:06.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1040, 127.0.0.1:8202, complete] completed NON-2.04 MID=29918, Token=A4509EEF5614976C, 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:03:06.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:8202 06:03:06.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29918, Token=A4509EEF5614976C, 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:03:06.351 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29918] 06:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8205, complete]! 06:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A4509EEF5614976C] 06:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29918] 06:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1039, 127.0.0.1:8205, complete] completed CON-POST MID=29918, Token=A4509EEF5614976C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29918, Token=A4509EEF5614976C, 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:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041, 127.0.0.1:8205] send request 06:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29919], CON-POST MID=29919, 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:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-981F6DB7B2A8CFBA], CON-POST MID=29919, Token=981F6DB7B2A8CFBA, 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:03:06.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29919], KeyToken[127.0.0.1:8205-981F6DB7B2A8CFBA]] 06:03:06.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:8205 06:03:06.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29919, Token=981F6DB7B2A8CFBA, 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:03:06.352 [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:8202 06:03:06.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29919] 06:03:06.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8202] replace CON-POST MID=29919, Token=981F6DB7B2A8CFBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29919, Token=981F6DB7B2A8CFBA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1042, 127.0.0.1:8202] send response NON-2.05 MID=29919, Token=null, OptionSet={}, "server responds hi" 06:03:06.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8202, complete]! 06:03:06.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1042, 127.0.0.1:8202, complete] completed NON-2.04 MID=29919, Token=981F6DB7B2A8CFBA, 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:03:06.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:8202 06:03:06.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29919, Token=981F6DB7B2A8CFBA, 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:03:06.353 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29919] 06:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8205, complete]! 06:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-981F6DB7B2A8CFBA] 06:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29919] 06:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1041, 127.0.0.1:8205, complete] completed CON-POST MID=29919, Token=981F6DB7B2A8CFBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29919, Token=981F6DB7B2A8CFBA, 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:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043, 127.0.0.1:8205] send request 06:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29920], CON-POST MID=29920, 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:03:06.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-EC943CD8C0F380A3], CON-POST MID=29920, Token=EC943CD8C0F380A3, 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:03:06.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29920], KeyToken[127.0.0.1:8205-EC943CD8C0F380A3]] 06:03:06.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29920, Token=EC943CD8C0F380A3, 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:03:06.354 [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:8202 06:03:06.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29920] 06:03:06.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8202] replace CON-POST MID=29920, Token=EC943CD8C0F380A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29920, Token=EC943CD8C0F380A3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1044, 127.0.0.1:8202] send response NON-2.05 MID=29920, Token=null, OptionSet={}, "server responds hi" 06:03:06.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8202, complete]! 06:03:06.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1044, 127.0.0.1:8202, complete] completed NON-2.04 MID=29920, Token=EC943CD8C0F380A3, 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:03:06.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:8202 06:03:06.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29920, Token=EC943CD8C0F380A3, 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:03:06.354 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29920] 06:03:06.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8205, complete]! 06:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-EC943CD8C0F380A3] 06:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29920] 06:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1043, 127.0.0.1:8205, complete] completed CON-POST MID=29920, Token=EC943CD8C0F380A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29920, Token=EC943CD8C0F380A3, 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:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045, 127.0.0.1:8205] send request 06:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29921], CON-POST MID=29921, 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:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9004B2C9BE26C247], CON-POST MID=29921, Token=9004B2C9BE26C247, 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:03:06.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29921], KeyToken[127.0.0.1:8205-9004B2C9BE26C247]] 06:03:06.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29921, Token=9004B2C9BE26C247, 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:03:06.355 [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:8202 06:03:06.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29921] 06:03:06.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8202] replace CON-POST MID=29921, Token=9004B2C9BE26C247, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29921, Token=9004B2C9BE26C247, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1046, 127.0.0.1:8202] send response NON-2.05 MID=29921, Token=null, OptionSet={}, "server responds hi" 06:03:06.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8202, complete]! 06:03:06.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1046, 127.0.0.1:8202, complete] completed NON-2.04 MID=29921, Token=9004B2C9BE26C247, 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:03:06.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29921, Token=9004B2C9BE26C247, 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:03:06.356 [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 42 bytes from 127.0.0.1:8205 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29921] 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8205, complete]! 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9004B2C9BE26C247] 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29921] 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1045, 127.0.0.1:8205, complete] completed CON-POST MID=29921, Token=9004B2C9BE26C247, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29921, Token=9004B2C9BE26C247, 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:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047, 127.0.0.1:8205] send request 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29922], CON-POST MID=29922, 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:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2092AA8CAB254813], CON-POST MID=29922, Token=2092AA8CAB254813, 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:03:06.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29922], KeyToken[127.0.0.1:8205-2092AA8CAB254813]] 06:03:06.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29922, Token=2092AA8CAB254813, 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:03:06.357 [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:8202 06:03:06.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29922] 06:03:06.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8202] replace CON-POST MID=29922, Token=2092AA8CAB254813, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29922, Token=2092AA8CAB254813, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1048, 127.0.0.1:8202] send response NON-2.05 MID=29922, Token=null, OptionSet={}, "server responds hi" 06:03:06.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8202, complete]! 06:03:06.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1048, 127.0.0.1:8202, complete] completed NON-2.04 MID=29922, Token=2092AA8CAB254813, 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:03:06.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:8202 06:03:06.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29922, Token=2092AA8CAB254813, 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:03:06.357 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29922] 06:03:06.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8205, complete]! 06:03:06.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2092AA8CAB254813] 06:03:06.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29922] 06:03:06.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1047, 127.0.0.1:8205, complete] completed CON-POST MID=29922, Token=2092AA8CAB254813, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29922, Token=2092AA8CAB254813, 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:03:06.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049, 127.0.0.1:8205] send request 06:03:06.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29923], CON-POST MID=29923, 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:03:06.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F87A28C8AF97E696], CON-POST MID=29923, Token=F87A28C8AF97E696, 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:03:06.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29923], KeyToken[127.0.0.1:8205-F87A28C8AF97E696]] 06:03:06.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29923, Token=F87A28C8AF97E696, 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:03:06.358 [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:8202 06:03:06.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29923] 06:03:06.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8202] replace CON-POST MID=29923, Token=F87A28C8AF97E696, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29923, Token=F87A28C8AF97E696, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1050, 127.0.0.1:8202] send response NON-2.05 MID=29923, Token=null, OptionSet={}, "server responds hi" 06:03:06.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8202, complete]! 06:03:06.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1050, 127.0.0.1:8202, complete] completed NON-2.04 MID=29923, Token=F87A28C8AF97E696, 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:03:06.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29923, Token=F87A28C8AF97E696, 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:03:06.359 [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 42 bytes from 127.0.0.1:8205 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29923] 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8205, complete]! 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F87A28C8AF97E696] 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29923] 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1049, 127.0.0.1:8205, complete] completed CON-POST MID=29923, Token=F87A28C8AF97E696, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29923, Token=F87A28C8AF97E696, 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:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051, 127.0.0.1:8205] send request 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29924], CON-POST MID=29924, 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:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7482105CBDDA140E], CON-POST MID=29924, Token=7482105CBDDA140E, 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:03:06.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29924], KeyToken[127.0.0.1:8205-7482105CBDDA140E]] 06:03:06.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:8205 06:03:06.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29924, Token=7482105CBDDA140E, 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:03:06.360 [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:8202 06:03:06.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29924] 06:03:06.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8202] replace CON-POST MID=29924, Token=7482105CBDDA140E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29924, Token=7482105CBDDA140E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1052, 127.0.0.1:8202] send response NON-2.05 MID=29924, Token=null, OptionSet={}, "server responds hi" 06:03:06.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8202, complete]! 06:03:06.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1052, 127.0.0.1:8202, complete] completed NON-2.04 MID=29924, Token=7482105CBDDA140E, 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:03:06.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:8202 06:03:06.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29924, Token=7482105CBDDA140E, 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:03:06.360 [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 42 bytes from 127.0.0.1:8205 06:03:06.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29924] 06:03:06.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8205, complete]! 06:03:06.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7482105CBDDA140E] 06:03:06.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29924] 06:03:06.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1051, 127.0.0.1:8205, complete] completed CON-POST MID=29924, Token=7482105CBDDA140E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29924, Token=7482105CBDDA140E, 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:03:06.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053, 127.0.0.1:8205] send request 06:03:06.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29925], CON-POST MID=29925, 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:03:06.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C3381A7F7C91247], CON-POST MID=29925, Token=9C3381A7F7C91247, 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:03:06.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29925], KeyToken[127.0.0.1:8205-9C3381A7F7C91247]] 06:03:06.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29925, Token=9C3381A7F7C91247, 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:03:06.361 [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:8202 06:03:06.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29925] 06:03:06.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8202] replace CON-POST MID=29925, Token=9C3381A7F7C91247, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29925, Token=9C3381A7F7C91247, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1054, 127.0.0.1:8202] send response NON-2.05 MID=29925, Token=null, OptionSet={}, "server responds hi" 06:03:06.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8202, complete]! 06:03:06.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1054, 127.0.0.1:8202, complete] completed NON-2.04 MID=29925, Token=9C3381A7F7C91247, 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:03:06.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:8202 06:03:06.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29925, Token=9C3381A7F7C91247, 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:03:06.362 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29925] 06:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8205, complete]! 06:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C3381A7F7C91247] 06:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29925] 06:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1053, 127.0.0.1:8205, complete] completed CON-POST MID=29925, Token=9C3381A7F7C91247, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29925, Token=9C3381A7F7C91247, 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:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055, 127.0.0.1:8205] send request 06:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29926], CON-POST MID=29926, 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:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C07A35E8E08CC74], CON-POST MID=29926, Token=9C07A35E8E08CC74, 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:03:06.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29926], KeyToken[127.0.0.1:8205-9C07A35E8E08CC74]] 06:03:06.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:8205 06:03:06.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29926, Token=9C07A35E8E08CC74, 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:03:06.363 [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:8202 06:03:06.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29926] 06:03:06.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8202] replace CON-POST MID=29926, Token=9C07A35E8E08CC74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29926, Token=9C07A35E8E08CC74, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1056, 127.0.0.1:8202] send response NON-2.05 MID=29926, Token=null, OptionSet={}, "server responds hi" 06:03:06.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8202, complete]! 06:03:06.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1056, 127.0.0.1:8202, complete] completed NON-2.04 MID=29926, Token=9C07A35E8E08CC74, 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:03:06.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:8202 06:03:06.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29926, Token=9C07A35E8E08CC74, 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:03:06.363 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29926] 06:03:06.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8205, complete]! 06:03:06.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C07A35E8E08CC74] 06:03:06.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29926] 06:03:06.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1055, 127.0.0.1:8205, complete] completed CON-POST MID=29926, Token=9C07A35E8E08CC74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29926, Token=9C07A35E8E08CC74, 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:03:06.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057, 127.0.0.1:8205] send request 06:03:06.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29927], CON-POST MID=29927, 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:03:06.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C35714EB01F10F6], CON-POST MID=29927, Token=7C35714EB01F10F6, 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:03:06.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29927], KeyToken[127.0.0.1:8205-7C35714EB01F10F6]] 06:03:06.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:8205 06:03:06.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29927, Token=7C35714EB01F10F6, 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:03:06.364 [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:8202 06:03:06.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29927] 06:03:06.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8202] replace CON-POST MID=29927, Token=7C35714EB01F10F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29927, Token=7C35714EB01F10F6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1058, 127.0.0.1:8202] send response NON-2.05 MID=29927, Token=null, OptionSet={}, "server responds hi" 06:03:06.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8202, complete]! 06:03:06.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1058, 127.0.0.1:8202, complete] completed NON-2.04 MID=29927, Token=7C35714EB01F10F6, 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:03:06.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:8202 06:03:06.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29927, Token=7C35714EB01F10F6, 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:03:06.365 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29927] 06:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8205, complete]! 06:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C35714EB01F10F6] 06:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29927] 06:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1057, 127.0.0.1:8205, complete] completed CON-POST MID=29927, Token=7C35714EB01F10F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29927, Token=7C35714EB01F10F6, 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:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059, 127.0.0.1:8205] send request 06:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29928], CON-POST MID=29928, 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:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C88ECE68A9E7AA4D], CON-POST MID=29928, Token=C88ECE68A9E7AA4D, 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:03:06.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29928], KeyToken[127.0.0.1:8205-C88ECE68A9E7AA4D]] 06:03:06.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:8205 06:03:06.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29928, Token=C88ECE68A9E7AA4D, 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:03:06.366 [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:8202 06:03:06.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29928] 06:03:06.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8202] replace CON-POST MID=29928, Token=C88ECE68A9E7AA4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29928, Token=C88ECE68A9E7AA4D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1060, 127.0.0.1:8202] send response NON-2.05 MID=29928, Token=null, OptionSet={}, "server responds hi" 06:03:06.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8202, complete]! 06:03:06.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1060, 127.0.0.1:8202, complete] completed NON-2.04 MID=29928, Token=C88ECE68A9E7AA4D, 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:03:06.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29928, Token=C88ECE68A9E7AA4D, 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:03:06.366 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29928] 06:03:06.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8205, complete]! 06:03:06.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C88ECE68A9E7AA4D] 06:03:06.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29928] 06:03:06.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1059, 127.0.0.1:8205, complete] completed CON-POST MID=29928, Token=C88ECE68A9E7AA4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29928, Token=C88ECE68A9E7AA4D, 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:03:06.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061, 127.0.0.1:8205] send request 06:03:06.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29929], CON-POST MID=29929, 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:03:06.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-74720EC8A36FF5E5], CON-POST MID=29929, Token=74720EC8A36FF5E5, 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:03:06.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29929], KeyToken[127.0.0.1:8205-74720EC8A36FF5E5]] 06:03:06.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:8205 06:03:06.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29929, Token=74720EC8A36FF5E5, 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:03:06.367 [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:8202 06:03:06.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29929] 06:03:06.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8202] replace CON-POST MID=29929, Token=74720EC8A36FF5E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29929, Token=74720EC8A36FF5E5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1062, 127.0.0.1:8202] send response NON-2.05 MID=29929, Token=null, OptionSet={}, "server responds hi" 06:03:06.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8202, complete]! 06:03:06.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1062, 127.0.0.1:8202, complete] completed NON-2.04 MID=29929, Token=74720EC8A36FF5E5, 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:03:06.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:8202 06:03:06.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29929, Token=74720EC8A36FF5E5, 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:03:06.367 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29929] 06:03:06.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8205, complete]! 06:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-74720EC8A36FF5E5] 06:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29929] 06:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1061, 127.0.0.1:8205, complete] completed CON-POST MID=29929, Token=74720EC8A36FF5E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29929, Token=74720EC8A36FF5E5, 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:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063, 127.0.0.1:8205] send request 06:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29930], CON-POST MID=29930, 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:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A86EC338ABD33D89], CON-POST MID=29930, Token=A86EC338ABD33D89, 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:03:06.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29930], KeyToken[127.0.0.1:8205-A86EC338ABD33D89]] 06:03:06.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:8205 06:03:06.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29930, Token=A86EC338ABD33D89, 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:03:06.368 [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:8202 06:03:06.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29930] 06:03:06.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8202] replace CON-POST MID=29930, Token=A86EC338ABD33D89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29930, Token=A86EC338ABD33D89, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1064, 127.0.0.1:8202] send response NON-2.05 MID=29930, Token=null, OptionSet={}, "server responds hi" 06:03:06.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8202, complete]! 06:03:06.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1064, 127.0.0.1:8202, complete] completed NON-2.04 MID=29930, Token=A86EC338ABD33D89, 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:03:06.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:8202 06:03:06.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29930, Token=A86EC338ABD33D89, 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:03:06.369 [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 42 bytes from 127.0.0.1:8205 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29930] 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8205, complete]! 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A86EC338ABD33D89] 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29930] 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1063, 127.0.0.1:8205, complete] completed CON-POST MID=29930, Token=A86EC338ABD33D89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29930, Token=A86EC338ABD33D89, 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:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065, 127.0.0.1:8205] send request 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29931], CON-POST MID=29931, 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:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-EC755E42F9EFA36E], CON-POST MID=29931, Token=EC755E42F9EFA36E, 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:03:06.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29931], KeyToken[127.0.0.1:8205-EC755E42F9EFA36E]] 06:03:06.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:8205 06:03:06.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29931, Token=EC755E42F9EFA36E, 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:03:06.369 [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:8202 06:03:06.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29931] 06:03:06.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8202] replace CON-POST MID=29931, Token=EC755E42F9EFA36E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29931, Token=EC755E42F9EFA36E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1066, 127.0.0.1:8202] send response NON-2.05 MID=29931, Token=null, OptionSet={}, "server responds hi" 06:03:06.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8202, complete]! 06:03:06.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1066, 127.0.0.1:8202, complete] completed NON-2.04 MID=29931, Token=EC755E42F9EFA36E, 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:03:06.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29931, Token=EC755E42F9EFA36E, 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:03:06.375 [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 42 bytes from 127.0.0.1:8205 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29931] 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8205, complete]! 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-EC755E42F9EFA36E] 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29931] 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1065, 127.0.0.1:8205, complete] completed CON-POST MID=29931, Token=EC755E42F9EFA36E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29931, Token=EC755E42F9EFA36E, 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:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067, 127.0.0.1:8205] send request 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29932], CON-POST MID=29932, 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:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-48BCACA6FF8DC511], CON-POST MID=29932, Token=48BCACA6FF8DC511, 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:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29932], KeyToken[127.0.0.1:8205-48BCACA6FF8DC511]] 06:03:06.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:8205 06:03:06.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29932, Token=48BCACA6FF8DC511, 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:03:06.376 [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:8202 06:03:06.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29932] 06:03:06.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8202] replace CON-POST MID=29932, Token=48BCACA6FF8DC511, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29932, Token=48BCACA6FF8DC511, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1068, 127.0.0.1:8202] send response NON-2.05 MID=29932, Token=null, OptionSet={}, "server responds hi" 06:03:06.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8202, complete]! 06:03:06.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1068, 127.0.0.1:8202, complete] completed NON-2.04 MID=29932, Token=48BCACA6FF8DC511, 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:03:06.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29932, Token=48BCACA6FF8DC511, 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:03:06.376 [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 42 bytes from 127.0.0.1:8205 06:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29932] 06:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8205, complete]! 06:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-48BCACA6FF8DC511] 06:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29932] 06:03:06.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1067, 127.0.0.1:8205, complete] completed CON-POST MID=29932, Token=48BCACA6FF8DC511, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29932, Token=48BCACA6FF8DC511, 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:03:06.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069, 127.0.0.1:8205] send request 06:03:06.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29933], CON-POST MID=29933, 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:03:06.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC2EB6CF99E7C1B9], CON-POST MID=29933, Token=AC2EB6CF99E7C1B9, 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:03:06.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29933], KeyToken[127.0.0.1:8205-AC2EB6CF99E7C1B9]] 06:03:06.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29933, Token=AC2EB6CF99E7C1B9, 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:03:06.377 [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:8202 06:03:06.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29933] 06:03:06.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8202] replace CON-POST MID=29933, Token=AC2EB6CF99E7C1B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29933, Token=AC2EB6CF99E7C1B9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1070, 127.0.0.1:8202] send response NON-2.05 MID=29933, Token=null, OptionSet={}, "server responds hi" 06:03:06.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8202, complete]! 06:03:06.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1070, 127.0.0.1:8202, complete] completed NON-2.04 MID=29933, Token=AC2EB6CF99E7C1B9, 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:03:06.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:8202 06:03:06.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29933, Token=AC2EB6CF99E7C1B9, 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:03:06.378 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29933] 06:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8205, complete]! 06:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC2EB6CF99E7C1B9] 06:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29933] 06:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1069, 127.0.0.1:8205, complete] completed CON-POST MID=29933, Token=AC2EB6CF99E7C1B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29933, Token=AC2EB6CF99E7C1B9, 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:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071, 127.0.0.1:8205] send request 06:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29934], CON-POST MID=29934, 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:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8402AC124785DE66], CON-POST MID=29934, Token=8402AC124785DE66, 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:03:06.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29934], KeyToken[127.0.0.1:8205-8402AC124785DE66]] 06:03:06.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29934, Token=8402AC124785DE66, 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:03:06.378 [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:8202 06:03:06.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29934] 06:03:06.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8202] replace CON-POST MID=29934, Token=8402AC124785DE66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29934, Token=8402AC124785DE66, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1072, 127.0.0.1:8202] send response NON-2.05 MID=29934, Token=null, OptionSet={}, "server responds hi" 06:03:06.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8202, complete]! 06:03:06.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1072, 127.0.0.1:8202, complete] completed NON-2.04 MID=29934, Token=8402AC124785DE66, 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:03:06.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29934, Token=8402AC124785DE66, 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:03:06.379 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29934] 06:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8205, complete]! 06:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8402AC124785DE66] 06:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29934] 06:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1071, 127.0.0.1:8205, complete] completed CON-POST MID=29934, Token=8402AC124785DE66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29934, Token=8402AC124785DE66, 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:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073, 127.0.0.1:8205] send request 06:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29935], CON-POST MID=29935, 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:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-50F7626A652AE341], CON-POST MID=29935, Token=50F7626A652AE341, 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:03:06.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29935], KeyToken[127.0.0.1:8205-50F7626A652AE341]] 06:03:06.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:8205 06:03:06.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29935, Token=50F7626A652AE341, 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:03:06.380 [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:8202 06:03:06.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29935] 06:03:06.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8202] replace CON-POST MID=29935, Token=50F7626A652AE341, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29935, Token=50F7626A652AE341, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1074, 127.0.0.1:8202] send response NON-2.05 MID=29935, Token=null, OptionSet={}, "server responds hi" 06:03:06.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8202, complete]! 06:03:06.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1074, 127.0.0.1:8202, complete] completed NON-2.04 MID=29935, Token=50F7626A652AE341, 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:03:06.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:8202 06:03:06.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29935, Token=50F7626A652AE341, 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:03:06.380 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29935] 06:03:06.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8205, complete]! 06:03:06.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-50F7626A652AE341] 06:03:06.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29935] 06:03:06.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1073, 127.0.0.1:8205, complete] completed CON-POST MID=29935, Token=50F7626A652AE341, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29935, Token=50F7626A652AE341, 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:03:06.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075, 127.0.0.1:8205] send request 06:03:06.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29936], CON-POST MID=29936, 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:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-74758B9D59D79A64], CON-POST MID=29936, Token=74758B9D59D79A64, 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:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29936], KeyToken[127.0.0.1:8205-74758B9D59D79A64]] 06:03:06.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:8205 06:03:06.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29936, Token=74758B9D59D79A64, 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:03:06.381 [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:8202 06:03:06.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29936] 06:03:06.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8202] replace CON-POST MID=29936, Token=74758B9D59D79A64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29936, Token=74758B9D59D79A64, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1076, 127.0.0.1:8202] send response NON-2.05 MID=29936, Token=null, OptionSet={}, "server responds hi" 06:03:06.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8202, complete]! 06:03:06.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1076, 127.0.0.1:8202, complete] completed NON-2.04 MID=29936, Token=74758B9D59D79A64, 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:03:06.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:8202 06:03:06.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29936, Token=74758B9D59D79A64, 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:03:06.381 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29936] 06:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8205, complete]! 06:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-74758B9D59D79A64] 06:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29936] 06:03:06.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1075, 127.0.0.1:8205, complete] completed CON-POST MID=29936, Token=74758B9D59D79A64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29936, Token=74758B9D59D79A64, 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:03:06.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077, 127.0.0.1:8205] send request 06:03:06.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29937], CON-POST MID=29937, 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:03:06.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D468C0ED05058B48], CON-POST MID=29937, Token=D468C0ED05058B48, 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:03:06.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29937], KeyToken[127.0.0.1:8205-D468C0ED05058B48]] 06:03:06.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:8205 06:03:06.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29937, Token=D468C0ED05058B48, 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:03:06.382 [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:8202 06:03:06.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29937] 06:03:06.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8202] replace CON-POST MID=29937, Token=D468C0ED05058B48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29937, Token=D468C0ED05058B48, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1078, 127.0.0.1:8202] send response NON-2.05 MID=29937, Token=null, OptionSet={}, "server responds hi" 06:03:06.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8202, complete]! 06:03:06.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1078, 127.0.0.1:8202, complete] completed NON-2.04 MID=29937, Token=D468C0ED05058B48, 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:03:06.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:8202 06:03:06.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29937, Token=D468C0ED05058B48, 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:03:06.383 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29937] 06:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8205, complete]! 06:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D468C0ED05058B48] 06:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29937] 06:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1077, 127.0.0.1:8205, complete] completed CON-POST MID=29937, Token=D468C0ED05058B48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29937, Token=D468C0ED05058B48, 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:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079, 127.0.0.1:8205] send request 06:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29938], CON-POST MID=29938, 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:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-48E1E7F53E8880FA], CON-POST MID=29938, Token=48E1E7F53E8880FA, 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:03:06.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29938], KeyToken[127.0.0.1:8205-48E1E7F53E8880FA]] 06:03:06.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:8205 06:03:06.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29938, Token=48E1E7F53E8880FA, 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:03:06.383 [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:8202 06:03:06.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29938] 06:03:06.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8202] replace CON-POST MID=29938, Token=48E1E7F53E8880FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29938, Token=48E1E7F53E8880FA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1080, 127.0.0.1:8202] send response NON-2.05 MID=29938, Token=null, OptionSet={}, "server responds hi" 06:03:06.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8202, complete]! 06:03:06.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1080, 127.0.0.1:8202, complete] completed NON-2.04 MID=29938, Token=48E1E7F53E8880FA, 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:03:06.384 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29938, Token=48E1E7F53E8880FA, 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:03:06.384 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29938] 06:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8205, complete]! 06:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-48E1E7F53E8880FA] 06:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29938] 06:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1079, 127.0.0.1:8205, complete] completed CON-POST MID=29938, Token=48E1E7F53E8880FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29938, Token=48E1E7F53E8880FA, 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:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081, 127.0.0.1:8205] send request 06:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29939], CON-POST MID=29939, 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:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A4FDB2F022F32AAF], CON-POST MID=29939, Token=A4FDB2F022F32AAF, 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:03:06.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29939], KeyToken[127.0.0.1:8205-A4FDB2F022F32AAF]] 06:03:06.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29939, Token=A4FDB2F022F32AAF, 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:03:06.385 [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:8202 06:03:06.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29939] 06:03:06.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8202] replace CON-POST MID=29939, Token=A4FDB2F022F32AAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29939, Token=A4FDB2F022F32AAF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1082, 127.0.0.1:8202] send response NON-2.05 MID=29939, Token=null, OptionSet={}, "server responds hi" 06:03:06.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8202, complete]! 06:03:06.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1082, 127.0.0.1:8202, complete] completed NON-2.04 MID=29939, Token=A4FDB2F022F32AAF, 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:03:06.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:8202 06:03:06.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29939, Token=A4FDB2F022F32AAF, 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:03:06.385 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29939] 06:03:06.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8205, complete]! 06:03:06.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A4FDB2F022F32AAF] 06:03:06.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29939] 06:03:06.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1081, 127.0.0.1:8205, complete] completed CON-POST MID=29939, Token=A4FDB2F022F32AAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29939, Token=A4FDB2F022F32AAF, 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:03:06.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083, 127.0.0.1:8205] send request 06:03:06.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29940], CON-POST MID=29940, 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:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1CAA94832B030A51], CON-POST MID=29940, Token=1CAA94832B030A51, 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:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29940], KeyToken[127.0.0.1:8205-1CAA94832B030A51]] 06:03:06.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29940, Token=1CAA94832B030A51, 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:03:06.386 [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:8202 06:03:06.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29940] 06:03:06.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8202] replace CON-POST MID=29940, Token=1CAA94832B030A51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29940, Token=1CAA94832B030A51, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1084, 127.0.0.1:8202] send response NON-2.05 MID=29940, Token=null, OptionSet={}, "server responds hi" 06:03:06.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8202, complete]! 06:03:06.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1084, 127.0.0.1:8202, complete] completed NON-2.04 MID=29940, Token=1CAA94832B030A51, 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:03:06.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:8202 06:03:06.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29940, Token=1CAA94832B030A51, 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:03:06.386 [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 42 bytes from 127.0.0.1:8205 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29940] 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8205, complete]! 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1CAA94832B030A51] 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29940] 06:03:06.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1083, 127.0.0.1:8205, complete] completed CON-POST MID=29940, Token=1CAA94832B030A51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29940, Token=1CAA94832B030A51, 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:03:06.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085, 127.0.0.1:8205] send request 06:03:06.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29941], CON-POST MID=29941, 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:03:06.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E0ECF77435A0ADE2], CON-POST MID=29941, Token=E0ECF77435A0ADE2, 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:03:06.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29941], KeyToken[127.0.0.1:8205-E0ECF77435A0ADE2]] 06:03:06.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:8205 06:03:06.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29941, Token=E0ECF77435A0ADE2, 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:03:06.387 [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:8202 06:03:06.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29941] 06:03:06.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8202] replace CON-POST MID=29941, Token=E0ECF77435A0ADE2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29941, Token=E0ECF77435A0ADE2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1086, 127.0.0.1:8202] send response NON-2.05 MID=29941, Token=null, OptionSet={}, "server responds hi" 06:03:06.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8202, complete]! 06:03:06.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1086, 127.0.0.1:8202, complete] completed NON-2.04 MID=29941, Token=E0ECF77435A0ADE2, 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:03:06.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29941, Token=E0ECF77435A0ADE2, 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:03:06.388 [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 42 bytes from 127.0.0.1:8205 06:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29941] 06:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8205, complete]! 06:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E0ECF77435A0ADE2] 06:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29941] 06:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1085, 127.0.0.1:8205, complete] completed CON-POST MID=29941, Token=E0ECF77435A0ADE2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29941, Token=E0ECF77435A0ADE2, 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:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087, 127.0.0.1:8205] send request 06:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29942], CON-POST MID=29942, 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:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-081ECFC07E5592F3], CON-POST MID=29942, Token=081ECFC07E5592F3, 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:03:06.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29942], KeyToken[127.0.0.1:8205-081ECFC07E5592F3]] 06:03:06.388 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29942, Token=081ECFC07E5592F3, 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:03:06.388 [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:8202 06:03:06.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29942] 06:03:06.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8202] replace CON-POST MID=29942, Token=081ECFC07E5592F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29942, Token=081ECFC07E5592F3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1088, 127.0.0.1:8202] send response NON-2.05 MID=29942, Token=null, OptionSet={}, "server responds hi" 06:03:06.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8202, complete]! 06:03:06.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1088, 127.0.0.1:8202, complete] completed NON-2.04 MID=29942, Token=081ECFC07E5592F3, 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:03:06.389 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.389 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29942, Token=081ECFC07E5592F3, 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:03:06.389 [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 42 bytes from 127.0.0.1:8205 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29942] 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8205, complete]! 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-081ECFC07E5592F3] 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29942] 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1087, 127.0.0.1:8205, complete] completed CON-POST MID=29942, Token=081ECFC07E5592F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29942, Token=081ECFC07E5592F3, 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:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089, 127.0.0.1:8205] send request 06:03:06.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29943], CON-POST MID=29943, 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:03:06.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F05F081521843D6D], CON-POST MID=29943, Token=F05F081521843D6D, 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:03:06.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29943], KeyToken[127.0.0.1:8205-F05F081521843D6D]] 06:03:06.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:8205 06:03:06.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29943, Token=F05F081521843D6D, 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:03:06.390 [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:8202 06:03:06.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29943] 06:03:06.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8202] replace CON-POST MID=29943, Token=F05F081521843D6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29943, Token=F05F081521843D6D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1090, 127.0.0.1:8202] send response NON-2.05 MID=29943, Token=null, OptionSet={}, "server responds hi" 06:03:06.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8202, complete]! 06:03:06.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1090, 127.0.0.1:8202, complete] completed NON-2.04 MID=29943, Token=F05F081521843D6D, 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:03:06.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:8202 06:03:06.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29943, Token=F05F081521843D6D, 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:03:06.390 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29943] 06:03:06.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8205, complete]! 06:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F05F081521843D6D] 06:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29943] 06:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1089, 127.0.0.1:8205, complete] completed CON-POST MID=29943, Token=F05F081521843D6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29943, Token=F05F081521843D6D, 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:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091, 127.0.0.1:8205] send request 06:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29944], CON-POST MID=29944, 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:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D492AACF72F8B4FE], CON-POST MID=29944, Token=D492AACF72F8B4FE, 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:03:06.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29944], KeyToken[127.0.0.1:8205-D492AACF72F8B4FE]] 06:03:06.391 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29944, Token=D492AACF72F8B4FE, 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:03:06.391 [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:8202 06:03:06.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29944] 06:03:06.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8202] replace CON-POST MID=29944, Token=D492AACF72F8B4FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29944, Token=D492AACF72F8B4FE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1092, 127.0.0.1:8202] send response NON-2.05 MID=29944, Token=null, OptionSet={}, "server responds hi" 06:03:06.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8202, complete]! 06:03:06.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1092, 127.0.0.1:8202, complete] completed NON-2.04 MID=29944, Token=D492AACF72F8B4FE, 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:03:06.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:8202 06:03:06.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29944, Token=D492AACF72F8B4FE, 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:03:06.392 [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 42 bytes from 127.0.0.1:8205 06:03:06.392 [: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-29944] 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8205, complete]! 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D492AACF72F8B4FE] 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29944] 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1091, 127.0.0.1:8205, complete] completed CON-POST MID=29944, Token=D492AACF72F8B4FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29944, Token=D492AACF72F8B4FE, 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:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093, 127.0.0.1:8205] send request 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29945], CON-POST MID=29945, 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:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F4993894B305E9CD], CON-POST MID=29945, Token=F4993894B305E9CD, 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:03:06.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29945], KeyToken[127.0.0.1:8205-F4993894B305E9CD]] 06:03:06.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 40 bytes to 127.0.0.1:8205 06:03:06.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29945, Token=F4993894B305E9CD, 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:03:06.392 [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:8202 06:03:06.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29945] 06:03:06.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8202] replace CON-POST MID=29945, Token=F4993894B305E9CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29945, Token=F4993894B305E9CD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1094, 127.0.0.1:8202] send response NON-2.05 MID=29945, Token=null, OptionSet={}, "server responds hi" 06:03:06.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8202, complete]! 06:03:06.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1094, 127.0.0.1:8202, complete] completed NON-2.04 MID=29945, Token=F4993894B305E9CD, 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:03:06.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 42 bytes to 127.0.0.1:8202 06:03:06.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29945, Token=F4993894B305E9CD, 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:03:06.393 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29945] 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8205, complete]! 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F4993894B305E9CD] 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29945] 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1093, 127.0.0.1:8205, complete] completed CON-POST MID=29945, Token=F4993894B305E9CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29945, Token=F4993894B305E9CD, 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:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095, 127.0.0.1:8205] send request 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29946], CON-POST MID=29946, 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:03:06.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C8A1E3C84BCBF2C8], CON-POST MID=29946, Token=C8A1E3C84BCBF2C8, 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:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29946], KeyToken[127.0.0.1:8205-C8A1E3C84BCBF2C8]] 06:03:06.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 40 bytes to 127.0.0.1:8205 06:03:06.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29946, Token=C8A1E3C84BCBF2C8, 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:03:06.394 [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:8202 06:03:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29946] 06:03:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8202] replace CON-POST MID=29946, Token=C8A1E3C84BCBF2C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29946, Token=C8A1E3C84BCBF2C8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1096, 127.0.0.1:8202] send response NON-2.05 MID=29946, Token=null, OptionSet={}, "server responds hi" 06:03:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8202, complete]! 06:03:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1096, 127.0.0.1:8202, complete] completed NON-2.04 MID=29946, Token=C8A1E3C84BCBF2C8, 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:03:06.394 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29946, Token=C8A1E3C84BCBF2C8, 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:03:06.394 [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 42 bytes from 127.0.0.1:8205 06:03:06.394 [: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-29946] 06:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8205, complete]! 06:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C8A1E3C84BCBF2C8] 06:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29946] 06:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1095, 127.0.0.1:8205, complete] completed CON-POST MID=29946, Token=C8A1E3C84BCBF2C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29946, Token=C8A1E3C84BCBF2C8, 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:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097, 127.0.0.1:8205] send request 06:03:06.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29947], CON-POST MID=29947, 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:03:06.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E86FDF78D8EF7F15], CON-POST MID=29947, Token=E86FDF78D8EF7F15, 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:03:06.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29947], KeyToken[127.0.0.1:8205-E86FDF78D8EF7F15]] 06:03:06.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 40 bytes to 127.0.0.1:8205 06:03:06.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29947, Token=E86FDF78D8EF7F15, 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:03:06.395 [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:8202 06:03:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29947] 06:03:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8202] replace CON-POST MID=29947, Token=E86FDF78D8EF7F15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29947, Token=E86FDF78D8EF7F15, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1098, 127.0.0.1:8202] send response NON-2.05 MID=29947, Token=null, OptionSet={}, "server responds hi" 06:03:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8202, complete]! 06:03:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1098, 127.0.0.1:8202, complete] completed NON-2.04 MID=29947, Token=E86FDF78D8EF7F15, 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:03:06.395 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29947, Token=E86FDF78D8EF7F15, 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:03:06.396 [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 42 bytes from 127.0.0.1:8205 06:03:06.396 [: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-29947] 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8205, complete]! 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E86FDF78D8EF7F15] 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29947] 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1097, 127.0.0.1:8205, complete] completed CON-POST MID=29947, Token=E86FDF78D8EF7F15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29947, Token=E86FDF78D8EF7F15, 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:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099, 127.0.0.1:8205] send request 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29948], CON-POST MID=29948, 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:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0C4B14E4172CB885], CON-POST MID=29948, Token=0C4B14E4172CB885, 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:03:06.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29948], KeyToken[127.0.0.1:8205-0C4B14E4172CB885]] 06:03:06.396 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29948, Token=0C4B14E4172CB885, 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:03:06.396 [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:8202 06:03:06.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29948] 06:03:06.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8202] replace CON-POST MID=29948, Token=0C4B14E4172CB885, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29948, Token=0C4B14E4172CB885, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1100, 127.0.0.1:8202] send response NON-2.05 MID=29948, Token=null, OptionSet={}, "server responds hi" 06:03:06.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8202, complete]! 06:03:06.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1100, 127.0.0.1:8202, complete] completed NON-2.04 MID=29948, Token=0C4B14E4172CB885, 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:03:06.397 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29948, Token=0C4B14E4172CB885, 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:03:06.397 [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 42 bytes from 127.0.0.1:8205 06:03:06.397 [: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-29948] 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8205, complete]! 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0C4B14E4172CB885] 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29948] 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1099, 127.0.0.1:8205, complete] completed CON-POST MID=29948, Token=0C4B14E4172CB885, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29948, Token=0C4B14E4172CB885, 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:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101, 127.0.0.1:8205] send request 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29949], CON-POST MID=29949, 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:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-545C7A965DDFEBCB], CON-POST MID=29949, Token=545C7A965DDFEBCB, 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:03:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29949], KeyToken[127.0.0.1:8205-545C7A965DDFEBCB]] 06:03:06.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29949, Token=545C7A965DDFEBCB, 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:03:06.397 [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:8202 06:03:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29949] 06:03:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8202] replace CON-POST MID=29949, Token=545C7A965DDFEBCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29949, Token=545C7A965DDFEBCB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1102, 127.0.0.1:8202] send response NON-2.05 MID=29949, Token=null, OptionSet={}, "server responds hi" 06:03:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8202, complete]! 06:03:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1102, 127.0.0.1:8202, complete] completed NON-2.04 MID=29949, Token=545C7A965DDFEBCB, 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:03:06.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29949, Token=545C7A965DDFEBCB, 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:03:06.398 [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 42 bytes from 127.0.0.1:8205 06:03:06.398 [: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-29949] 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8205, complete]! 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-545C7A965DDFEBCB] 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29949] 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1101, 127.0.0.1:8205, complete] completed CON-POST MID=29949, Token=545C7A965DDFEBCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29949, Token=545C7A965DDFEBCB, 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:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103, 127.0.0.1:8205] send request 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29950], CON-POST MID=29950, 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:03:06.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D464023FC2440D6A], CON-POST MID=29950, Token=D464023FC2440D6A, 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:03:06.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29950], KeyToken[127.0.0.1:8205-D464023FC2440D6A]] 06:03:06.399 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29950, Token=D464023FC2440D6A, 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:03:06.399 [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:8202 06:03:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29950] 06:03:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8202] replace CON-POST MID=29950, Token=D464023FC2440D6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29950, Token=D464023FC2440D6A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1104, 127.0.0.1:8202] send response NON-2.05 MID=29950, Token=null, OptionSet={}, "server responds hi" 06:03:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8202, complete]! 06:03:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1104, 127.0.0.1:8202, complete] completed NON-2.04 MID=29950, Token=D464023FC2440D6A, 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:03:06.399 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29950, Token=D464023FC2440D6A, 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:03:06.399 [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 42 bytes from 127.0.0.1:8205 06:03:06.399 [: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-29950] 06:03:06.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8205, complete]! 06:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D464023FC2440D6A] 06:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29950] 06:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1103, 127.0.0.1:8205, complete] completed CON-POST MID=29950, Token=D464023FC2440D6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29950, Token=D464023FC2440D6A, 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:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105, 127.0.0.1:8205] send request 06:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29951], CON-POST MID=29951, 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:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14C3077FFD5B9FCA], CON-POST MID=29951, Token=14C3077FFD5B9FCA, 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:03:06.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29951], KeyToken[127.0.0.1:8205-14C3077FFD5B9FCA]] 06:03:06.400 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29951, Token=14C3077FFD5B9FCA, 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:03:06.400 [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:8202 06:03:06.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29951] 06:03:06.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8202] replace CON-POST MID=29951, Token=14C3077FFD5B9FCA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29951, Token=14C3077FFD5B9FCA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1106, 127.0.0.1:8202] send response NON-2.05 MID=29951, Token=null, OptionSet={}, "server responds hi" 06:03:06.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8202, complete]! 06:03:06.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1106, 127.0.0.1:8202, complete] completed NON-2.04 MID=29951, Token=14C3077FFD5B9FCA, 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:03:06.401 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29951, Token=14C3077FFD5B9FCA, 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:03:06.401 [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 42 bytes from 127.0.0.1:8205 06:03:06.401 [: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-29951] 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8205, complete]! 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14C3077FFD5B9FCA] 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29951] 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1105, 127.0.0.1:8205, complete] completed CON-POST MID=29951, Token=14C3077FFD5B9FCA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29951, Token=14C3077FFD5B9FCA, 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:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107, 127.0.0.1:8205] send request 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29952], CON-POST MID=29952, 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:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6012042464023EA6], CON-POST MID=29952, Token=6012042464023EA6, 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:03:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29952], KeyToken[127.0.0.1:8205-6012042464023EA6]] 06:03:06.401 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.401 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29952, Token=6012042464023EA6, 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:03:06.401 [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:8202 06:03:06.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29952] 06:03:06.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8202] replace CON-POST MID=29952, Token=6012042464023EA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29952, Token=6012042464023EA6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1108, 127.0.0.1:8202] send response NON-2.05 MID=29952, Token=null, OptionSet={}, "server responds hi" 06:03:06.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8202, complete]! 06:03:06.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1108, 127.0.0.1:8202, complete] completed NON-2.04 MID=29952, Token=6012042464023EA6, 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:03:06.402 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.402 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29952, Token=6012042464023EA6, 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:03:06.402 [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 42 bytes from 127.0.0.1:8205 06:03:06.402 [: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-29952] 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8205, complete]! 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6012042464023EA6] 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29952] 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1107, 127.0.0.1:8205, complete] completed CON-POST MID=29952, Token=6012042464023EA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29952, Token=6012042464023EA6, 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:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109, 127.0.0.1:8205] send request 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29953], CON-POST MID=29953, 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:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-70AA59B15373B966], CON-POST MID=29953, Token=70AA59B15373B966, 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:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29953], KeyToken[127.0.0.1:8205-70AA59B15373B966]] 06:03:06.403 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.403 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29953, Token=70AA59B15373B966, 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:03:06.403 [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:8202 06:03:06.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29953] 06:03:06.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8202] replace CON-POST MID=29953, Token=70AA59B15373B966, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29953, Token=70AA59B15373B966, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1110, 127.0.0.1:8202] send response NON-2.05 MID=29953, Token=null, OptionSet={}, "server responds hi" 06:03:06.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8202, complete]! 06:03:06.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1110, 127.0.0.1:8202, complete] completed NON-2.04 MID=29953, Token=70AA59B15373B966, 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:03:06.403 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.403 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29953, Token=70AA59B15373B966, 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:03:06.403 [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 42 bytes from 127.0.0.1:8205 06:03:06.403 [: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-29953] 06:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8205, complete]! 06:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-70AA59B15373B966] 06:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29953] 06:03:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1109, 127.0.0.1:8205, complete] completed CON-POST MID=29953, Token=70AA59B15373B966, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29953, Token=70AA59B15373B966, 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:03:06.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111, 127.0.0.1:8205] send request 06:03:06.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29954], CON-POST MID=29954, 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:03:06.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-98283D61AE42971C], CON-POST MID=29954, Token=98283D61AE42971C, 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:03:06.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29954], KeyToken[127.0.0.1:8205-98283D61AE42971C]] 06:03:06.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:8205 06:03:06.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29954, Token=98283D61AE42971C, 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:03:06.450 [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:8202 06:03:06.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29954] 06:03:06.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8202] replace CON-POST MID=29954, Token=98283D61AE42971C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29954, Token=98283D61AE42971C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1112, 127.0.0.1:8202] send response NON-2.05 MID=29954, Token=null, OptionSet={}, "server responds hi" 06:03:06.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8202, complete]! 06:03:06.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1112, 127.0.0.1:8202, complete] completed NON-2.04 MID=29954, Token=98283D61AE42971C, 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:03:06.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:8202 06:03:06.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29954, Token=98283D61AE42971C, 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:03:06.451 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29954] 06:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8205, complete]! 06:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-98283D61AE42971C] 06:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29954] 06:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1111, 127.0.0.1:8205, complete] completed CON-POST MID=29954, Token=98283D61AE42971C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29954, Token=98283D61AE42971C, 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:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113, 127.0.0.1:8205] send request 06:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29955], CON-POST MID=29955, 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:03:06.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-386257F72055EB91], CON-POST MID=29955, Token=386257F72055EB91, 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:03:06.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29955], KeyToken[127.0.0.1:8205-386257F72055EB91]] 06:03:06.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29955, Token=386257F72055EB91, 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:03:06.452 [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:8202 06:03:06.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29955] 06:03:06.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8202] replace CON-POST MID=29955, Token=386257F72055EB91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29955, Token=386257F72055EB91, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1114, 127.0.0.1:8202] send response NON-2.05 MID=29955, Token=null, OptionSet={}, "server responds hi" 06:03:06.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8202, complete]! 06:03:06.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1114, 127.0.0.1:8202, complete] completed NON-2.04 MID=29955, Token=386257F72055EB91, 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:03:06.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:8202 06:03:06.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29955, Token=386257F72055EB91, 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:03:06.452 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29955] 06:03:06.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8205, complete]! 06:03:06.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-386257F72055EB91] 06:03:06.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29955] 06:03:06.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1113, 127.0.0.1:8205, complete] completed CON-POST MID=29955, Token=386257F72055EB91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29955, Token=386257F72055EB91, 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:03:06.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115, 127.0.0.1:8205] send request 06:03:06.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29956], CON-POST MID=29956, 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:03:06.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-70BCC6392D5D23A5], CON-POST MID=29956, Token=70BCC6392D5D23A5, 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:03:06.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29956], KeyToken[127.0.0.1:8205-70BCC6392D5D23A5]] 06:03:06.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:8205 06:03:06.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29956, Token=70BCC6392D5D23A5, 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:03:06.453 [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:8202 06:03:06.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29956] 06:03:06.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8202] replace CON-POST MID=29956, Token=70BCC6392D5D23A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29956, Token=70BCC6392D5D23A5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1116, 127.0.0.1:8202] send response NON-2.05 MID=29956, Token=null, OptionSet={}, "server responds hi" 06:03:06.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8202, complete]! 06:03:06.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1116, 127.0.0.1:8202, complete] completed NON-2.04 MID=29956, Token=70BCC6392D5D23A5, 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:03:06.453 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29956, Token=70BCC6392D5D23A5, 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:03:06.454 [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 42 bytes from 127.0.0.1:8205 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29956] 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8205, complete]! 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-70BCC6392D5D23A5] 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29956] 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1115, 127.0.0.1:8205, complete] completed CON-POST MID=29956, Token=70BCC6392D5D23A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29956, Token=70BCC6392D5D23A5, 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:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117, 127.0.0.1:8205] send request 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29957], CON-POST MID=29957, 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:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D0270D5261ECBEC9], CON-POST MID=29957, Token=D0270D5261ECBEC9, 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:03:06.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29957], KeyToken[127.0.0.1:8205-D0270D5261ECBEC9]] 06:03:06.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:8205 06:03:06.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29957, Token=D0270D5261ECBEC9, 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:03:06.454 [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:8202 06:03:06.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29957] 06:03:06.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8202] replace CON-POST MID=29957, Token=D0270D5261ECBEC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29957, Token=D0270D5261ECBEC9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1118, 127.0.0.1:8202] send response NON-2.05 MID=29957, Token=null, OptionSet={}, "server responds hi" 06:03:06.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8202, complete]! 06:03:06.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1118, 127.0.0.1:8202, complete] completed NON-2.04 MID=29957, Token=D0270D5261ECBEC9, 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:03:06.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:8202 06:03:06.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29957, Token=D0270D5261ECBEC9, 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:03:06.455 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29957] 06:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8205, complete]! 06:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D0270D5261ECBEC9] 06:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29957] 06:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1117, 127.0.0.1:8205, complete] completed CON-POST MID=29957, Token=D0270D5261ECBEC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29957, Token=D0270D5261ECBEC9, 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:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119, 127.0.0.1:8205] send request 06:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29958], CON-POST MID=29958, 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:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC74C7A93012E3BA], CON-POST MID=29958, Token=AC74C7A93012E3BA, 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:03:06.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29958], KeyToken[127.0.0.1:8205-AC74C7A93012E3BA]] 06:03:06.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29958, Token=AC74C7A93012E3BA, 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:03:06.456 [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:8202 06:03:06.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29958] 06:03:06.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8202] replace CON-POST MID=29958, Token=AC74C7A93012E3BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29958, Token=AC74C7A93012E3BA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1120, 127.0.0.1:8202] send response NON-2.05 MID=29958, Token=null, OptionSet={}, "server responds hi" 06:03:06.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8202, complete]! 06:03:06.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1120, 127.0.0.1:8202, complete] completed NON-2.04 MID=29958, Token=AC74C7A93012E3BA, 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:03:06.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:8202 06:03:06.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29958, Token=AC74C7A93012E3BA, 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:03:06.456 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29958] 06:03:06.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8205, complete]! 06:03:06.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC74C7A93012E3BA] 06:03:06.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29958] 06:03:06.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1119, 127.0.0.1:8205, complete] completed CON-POST MID=29958, Token=AC74C7A93012E3BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29958, Token=AC74C7A93012E3BA, 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:03:06.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121, 127.0.0.1:8205] send request 06:03:06.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29959], CON-POST MID=29959, 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:03:06.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F884456E662321A3], CON-POST MID=29959, Token=F884456E662321A3, 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:03:06.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29959], KeyToken[127.0.0.1:8205-F884456E662321A3]] 06:03:06.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:8205 06:03:06.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29959, Token=F884456E662321A3, 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:03:06.457 [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:8202 06:03:06.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29959] 06:03:06.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8202] replace CON-POST MID=29959, Token=F884456E662321A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29959, Token=F884456E662321A3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1122, 127.0.0.1:8202] send response NON-2.05 MID=29959, Token=null, OptionSet={}, "server responds hi" 06:03:06.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8202, complete]! 06:03:06.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1122, 127.0.0.1:8202, complete] completed NON-2.04 MID=29959, Token=F884456E662321A3, 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:03:06.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29959, Token=F884456E662321A3, 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:03:06.458 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29959] 06:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8205, complete]! 06:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F884456E662321A3] 06:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29959] 06:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1121, 127.0.0.1:8205, complete] completed CON-POST MID=29959, Token=F884456E662321A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29959, Token=F884456E662321A3, 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:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123, 127.0.0.1:8205] send request 06:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29960], CON-POST MID=29960, 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:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-08BBC36A5F27139F], CON-POST MID=29960, Token=08BBC36A5F27139F, 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:03:06.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29960], KeyToken[127.0.0.1:8205-08BBC36A5F27139F]] 06:03:06.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29960, Token=08BBC36A5F27139F, 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:03:06.458 [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:8202 06:03:06.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29960] 06:03:06.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8202] replace CON-POST MID=29960, Token=08BBC36A5F27139F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29960, Token=08BBC36A5F27139F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1124, 127.0.0.1:8202] send response NON-2.05 MID=29960, Token=null, OptionSet={}, "server responds hi" 06:03:06.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8202, complete]! 06:03:06.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1124, 127.0.0.1:8202, complete] completed NON-2.04 MID=29960, Token=08BBC36A5F27139F, 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:03:06.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:8202 06:03:06.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29960, Token=08BBC36A5F27139F, 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:03:06.459 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29960] 06:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8205, complete]! 06:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-08BBC36A5F27139F] 06:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29960] 06:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1123, 127.0.0.1:8205, complete] completed CON-POST MID=29960, Token=08BBC36A5F27139F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29960, Token=08BBC36A5F27139F, 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:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125, 127.0.0.1:8205] send request 06:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29961], CON-POST MID=29961, 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:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E415D22DC794A65B], CON-POST MID=29961, Token=E415D22DC794A65B, 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:03:06.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29961], KeyToken[127.0.0.1:8205-E415D22DC794A65B]] 06:03:06.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:8205 06:03:06.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29961, Token=E415D22DC794A65B, 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:03:06.460 [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:8202 06:03:06.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29961] 06:03:06.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8202] replace CON-POST MID=29961, Token=E415D22DC794A65B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29961, Token=E415D22DC794A65B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1126, 127.0.0.1:8202] send response NON-2.05 MID=29961, Token=null, OptionSet={}, "server responds hi" 06:03:06.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8202, complete]! 06:03:06.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1126, 127.0.0.1:8202, complete] completed NON-2.04 MID=29961, Token=E415D22DC794A65B, 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:03:06.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:8202 06:03:06.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29961, Token=E415D22DC794A65B, 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:03:06.460 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29961] 06:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8205, complete]! 06:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E415D22DC794A65B] 06:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29961] 06:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1125, 127.0.0.1:8205, complete] completed CON-POST MID=29961, Token=E415D22DC794A65B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29961, Token=E415D22DC794A65B, 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:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127, 127.0.0.1:8205] send request 06:03:06.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29962], CON-POST MID=29962, 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:03:06.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A49BB2F301BE2E96], CON-POST MID=29962, Token=A49BB2F301BE2E96, 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:03:06.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29962], KeyToken[127.0.0.1:8205-A49BB2F301BE2E96]] 06:03:06.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:8205 06:03:06.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29962, Token=A49BB2F301BE2E96, 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:03:06.461 [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:8202 06:03:06.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29962] 06:03:06.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8202] replace CON-POST MID=29962, Token=A49BB2F301BE2E96, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29962, Token=A49BB2F301BE2E96, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1128, 127.0.0.1:8202] send response NON-2.05 MID=29962, Token=null, OptionSet={}, "server responds hi" 06:03:06.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8202, complete]! 06:03:06.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1128, 127.0.0.1:8202, complete] completed NON-2.04 MID=29962, Token=A49BB2F301BE2E96, 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:03:06.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:8202 06:03:06.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29962, Token=A49BB2F301BE2E96, 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:03:06.462 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29962] 06:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8205, complete]! 06:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A49BB2F301BE2E96] 06:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29962] 06:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1127, 127.0.0.1:8205, complete] completed CON-POST MID=29962, Token=A49BB2F301BE2E96, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29962, Token=A49BB2F301BE2E96, 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:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129, 127.0.0.1:8205] send request 06:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29963], CON-POST MID=29963, 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:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0C881283DAEB7380], CON-POST MID=29963, Token=0C881283DAEB7380, 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:03:06.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29963], KeyToken[127.0.0.1:8205-0C881283DAEB7380]] 06:03:06.462 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29963, Token=0C881283DAEB7380, 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:03:06.462 [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:8202 06:03:06.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29963] 06:03:06.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8202] replace CON-POST MID=29963, Token=0C881283DAEB7380, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29963, Token=0C881283DAEB7380, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1130, 127.0.0.1:8202] send response NON-2.05 MID=29963, Token=null, OptionSet={}, "server responds hi" 06:03:06.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8202, complete]! 06:03:06.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1130, 127.0.0.1:8202, complete] completed NON-2.04 MID=29963, Token=0C881283DAEB7380, 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:03:06.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:8202 06:03:06.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29963, Token=0C881283DAEB7380, 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:03:06.463 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29963] 06:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8205, complete]! 06:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0C881283DAEB7380] 06:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29963] 06:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1129, 127.0.0.1:8205, complete] completed CON-POST MID=29963, Token=0C881283DAEB7380, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29963, Token=0C881283DAEB7380, 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:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131, 127.0.0.1:8205] send request 06:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29964], CON-POST MID=29964, 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:03:06.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-288DE9F7EA8BFD9C], CON-POST MID=29964, Token=288DE9F7EA8BFD9C, 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:03:06.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29964], KeyToken[127.0.0.1:8205-288DE9F7EA8BFD9C]] 06:03:06.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:8205 06:03:06.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29964, Token=288DE9F7EA8BFD9C, 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:03:06.464 [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:8202 06:03:06.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29964] 06:03:06.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8202] replace CON-POST MID=29964, Token=288DE9F7EA8BFD9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29964, Token=288DE9F7EA8BFD9C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1132, 127.0.0.1:8202] send response NON-2.05 MID=29964, Token=null, OptionSet={}, "server responds hi" 06:03:06.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8202, complete]! 06:03:06.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1132, 127.0.0.1:8202, complete] completed NON-2.04 MID=29964, Token=288DE9F7EA8BFD9C, 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:03:06.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:8202 06:03:06.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29964, Token=288DE9F7EA8BFD9C, 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:03:06.464 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29964] 06:03:06.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8205, complete]! 06:03:06.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-288DE9F7EA8BFD9C] 06:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29964] 06:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1131, 127.0.0.1:8205, complete] completed CON-POST MID=29964, Token=288DE9F7EA8BFD9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29964, Token=288DE9F7EA8BFD9C, 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:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133, 127.0.0.1:8205] send request 06:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29965], CON-POST MID=29965, 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:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-78E5D462469B578C], CON-POST MID=29965, Token=78E5D462469B578C, 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:03:06.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29965], KeyToken[127.0.0.1:8205-78E5D462469B578C]] 06:03:06.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:8205 06:03:06.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29965, Token=78E5D462469B578C, 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:03:06.465 [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:8202 06:03:06.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29965] 06:03:06.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8202] replace CON-POST MID=29965, Token=78E5D462469B578C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29965, Token=78E5D462469B578C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1134, 127.0.0.1:8202] send response NON-2.05 MID=29965, Token=null, OptionSet={}, "server responds hi" 06:03:06.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8202, complete]! 06:03:06.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1134, 127.0.0.1:8202, complete] completed NON-2.04 MID=29965, Token=78E5D462469B578C, 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:03:06.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:8202 06:03:06.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29965, Token=78E5D462469B578C, 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:03:06.466 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29965] 06:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8205, complete]! 06:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-78E5D462469B578C] 06:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29965] 06:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1133, 127.0.0.1:8205, complete] completed CON-POST MID=29965, Token=78E5D462469B578C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29965, Token=78E5D462469B578C, 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:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135, 127.0.0.1:8205] send request 06:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29966], CON-POST MID=29966, 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:03:06.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-54EBC676A7FC93A9], CON-POST MID=29966, Token=54EBC676A7FC93A9, 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:03:06.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29966], KeyToken[127.0.0.1:8205-54EBC676A7FC93A9]] 06:03:06.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:8205 06:03:06.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29966, Token=54EBC676A7FC93A9, 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:03:06.467 [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:8202 06:03:06.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29966] 06:03:06.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8202] replace CON-POST MID=29966, Token=54EBC676A7FC93A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29966, Token=54EBC676A7FC93A9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1136, 127.0.0.1:8202] send response NON-2.05 MID=29966, Token=null, OptionSet={}, "server responds hi" 06:03:06.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8202, complete]! 06:03:06.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1136, 127.0.0.1:8202, complete] completed NON-2.04 MID=29966, Token=54EBC676A7FC93A9, 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:03:06.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:8202 06:03:06.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29966, Token=54EBC676A7FC93A9, 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:03:06.467 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29966] 06:03:06.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8205, complete]! 06:03:06.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-54EBC676A7FC93A9] 06:03:06.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29966] 06:03:06.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1135, 127.0.0.1:8205, complete] completed CON-POST MID=29966, Token=54EBC676A7FC93A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29966, Token=54EBC676A7FC93A9, 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:03:06.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137, 127.0.0.1:8205] send request 06:03:06.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29967], CON-POST MID=29967, 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:03:06.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-947EAB09D459B55F], CON-POST MID=29967, Token=947EAB09D459B55F, 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:03:06.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29967], KeyToken[127.0.0.1:8205-947EAB09D459B55F]] 06:03:06.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29967, Token=947EAB09D459B55F, 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:03:06.468 [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:8202 06:03:06.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29967] 06:03:06.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8202] replace CON-POST MID=29967, Token=947EAB09D459B55F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29967, Token=947EAB09D459B55F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1138, 127.0.0.1:8202] send response NON-2.05 MID=29967, Token=null, OptionSet={}, "server responds hi" 06:03:06.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8202, complete]! 06:03:06.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1138, 127.0.0.1:8202, complete] completed NON-2.04 MID=29967, Token=947EAB09D459B55F, 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:03:06.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:8202 06:03:06.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29967, Token=947EAB09D459B55F, 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:03:06.469 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29967] 06:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8205, complete]! 06:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-947EAB09D459B55F] 06:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29967] 06:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1137, 127.0.0.1:8205, complete] completed CON-POST MID=29967, Token=947EAB09D459B55F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29967, Token=947EAB09D459B55F, 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:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139, 127.0.0.1:8205] send request 06:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29968], CON-POST MID=29968, 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:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-741E9B10F0E0F080], CON-POST MID=29968, Token=741E9B10F0E0F080, 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:03:06.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29968], KeyToken[127.0.0.1:8205-741E9B10F0E0F080]] 06:03:06.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:8205 06:03:06.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29968, Token=741E9B10F0E0F080, 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:03:06.470 [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:8202 06:03:06.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29968] 06:03:06.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8202] replace CON-POST MID=29968, Token=741E9B10F0E0F080, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29968, Token=741E9B10F0E0F080, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1140, 127.0.0.1:8202] send response NON-2.05 MID=29968, Token=null, OptionSet={}, "server responds hi" 06:03:06.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8202, complete]! 06:03:06.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1140, 127.0.0.1:8202, complete] completed NON-2.04 MID=29968, Token=741E9B10F0E0F080, 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:03:06.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:8202 06:03:06.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29968, Token=741E9B10F0E0F080, 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:03:06.470 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29968] 06:03:06.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8205, complete]! 06:03:06.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-741E9B10F0E0F080] 06:03:06.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29968] 06:03:06.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1139, 127.0.0.1:8205, complete] completed CON-POST MID=29968, Token=741E9B10F0E0F080, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29968, Token=741E9B10F0E0F080, 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:03:06.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141, 127.0.0.1:8205] send request 06:03:06.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29969], CON-POST MID=29969, 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:03:06.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-406BD71F3424B9AC], CON-POST MID=29969, Token=406BD71F3424B9AC, 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:03:06.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29969], KeyToken[127.0.0.1:8205-406BD71F3424B9AC]] 06:03:06.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:8205 06:03:06.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29969, Token=406BD71F3424B9AC, 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:03:06.471 [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:8202 06:03:06.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29969] 06:03:06.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8202] replace CON-POST MID=29969, Token=406BD71F3424B9AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29969, Token=406BD71F3424B9AC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1142, 127.0.0.1:8202] send response NON-2.05 MID=29969, Token=null, OptionSet={}, "server responds hi" 06:03:06.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8202, complete]! 06:03:06.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1142, 127.0.0.1:8202, complete] completed NON-2.04 MID=29969, Token=406BD71F3424B9AC, 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:03:06.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:8202 06:03:06.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29969, Token=406BD71F3424B9AC, 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:03:06.472 [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 42 bytes from 127.0.0.1:8205 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29969] 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8205, complete]! 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-406BD71F3424B9AC] 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29969] 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1141, 127.0.0.1:8205, complete] completed CON-POST MID=29969, Token=406BD71F3424B9AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29969, Token=406BD71F3424B9AC, 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:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143, 127.0.0.1:8205] send request 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29970], CON-POST MID=29970, 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:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-64E69318FC9A22EC], CON-POST MID=29970, Token=64E69318FC9A22EC, 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:03:06.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29970], KeyToken[127.0.0.1:8205-64E69318FC9A22EC]] 06:03:06.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29970, Token=64E69318FC9A22EC, 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:03:06.473 [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:8202 06:03:06.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29970] 06:03:06.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8202] replace CON-POST MID=29970, Token=64E69318FC9A22EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29970, Token=64E69318FC9A22EC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1144, 127.0.0.1:8202] send response NON-2.05 MID=29970, Token=null, OptionSet={}, "server responds hi" 06:03:06.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8202, complete]! 06:03:06.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1144, 127.0.0.1:8202, complete] completed NON-2.04 MID=29970, Token=64E69318FC9A22EC, 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:03:06.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:8202 06:03:06.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29970, Token=64E69318FC9A22EC, 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:03:06.473 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29970] 06:03:06.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8205, complete]! 06:03:06.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-64E69318FC9A22EC] 06:03:06.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29970] 06:03:06.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1143, 127.0.0.1:8205, complete] completed CON-POST MID=29970, Token=64E69318FC9A22EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29970, Token=64E69318FC9A22EC, 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:03:06.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145, 127.0.0.1:8205] send request 06:03:06.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29971], CON-POST MID=29971, 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:03:06.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-18453CECFAFB1158], CON-POST MID=29971, Token=18453CECFAFB1158, 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:03:06.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29971], KeyToken[127.0.0.1:8205-18453CECFAFB1158]] 06:03:06.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:8205 06:03:06.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29971, Token=18453CECFAFB1158, 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:03:06.474 [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:8202 06:03:06.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29971] 06:03:06.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8202] replace CON-POST MID=29971, Token=18453CECFAFB1158, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29971, Token=18453CECFAFB1158, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1146, 127.0.0.1:8202] send response NON-2.05 MID=29971, Token=null, OptionSet={}, "server responds hi" 06:03:06.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8202, complete]! 06:03:06.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1146, 127.0.0.1:8202, complete] completed NON-2.04 MID=29971, Token=18453CECFAFB1158, 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:03:06.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:8202 06:03:06.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29971, Token=18453CECFAFB1158, 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:03:06.475 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29971] 06:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8205, complete]! 06:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-18453CECFAFB1158] 06:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29971] 06:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1145, 127.0.0.1:8205, complete] completed CON-POST MID=29971, Token=18453CECFAFB1158, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29971, Token=18453CECFAFB1158, 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:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147, 127.0.0.1:8205] send request 06:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29972], CON-POST MID=29972, 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:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-606D1AD07469662B], CON-POST MID=29972, Token=606D1AD07469662B, 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:03:06.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29972], KeyToken[127.0.0.1:8205-606D1AD07469662B]] 06:03:06.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:8205 06:03:06.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29972, Token=606D1AD07469662B, 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:03:06.475 [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:8202 06:03:06.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29972] 06:03:06.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8202] replace CON-POST MID=29972, Token=606D1AD07469662B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29972, Token=606D1AD07469662B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1148, 127.0.0.1:8202] send response NON-2.05 MID=29972, Token=null, OptionSet={}, "server responds hi" 06:03:06.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8202, complete]! 06:03:06.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1148, 127.0.0.1:8202, complete] completed NON-2.04 MID=29972, Token=606D1AD07469662B, 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:03:06.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29972, Token=606D1AD07469662B, 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:03:06.476 [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 42 bytes from 127.0.0.1:8205 06:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29972] 06:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8205, complete]! 06:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-606D1AD07469662B] 06:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29972] 06:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1147, 127.0.0.1:8205, complete] completed CON-POST MID=29972, Token=606D1AD07469662B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29972, Token=606D1AD07469662B, 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:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149, 127.0.0.1:8205] send request 06:03:06.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29973], CON-POST MID=29973, 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:03:06.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-AC0976FE2C592299], CON-POST MID=29973, Token=AC0976FE2C592299, 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:03:06.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29973], KeyToken[127.0.0.1:8205-AC0976FE2C592299]] 06:03:06.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:8205 06:03:06.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29973, Token=AC0976FE2C592299, 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:03:06.477 [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:8202 06:03:06.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29973] 06:03:06.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8202] replace CON-POST MID=29973, Token=AC0976FE2C592299, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29973, Token=AC0976FE2C592299, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1150, 127.0.0.1:8202] send response NON-2.05 MID=29973, Token=null, OptionSet={}, "server responds hi" 06:03:06.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8202, complete]! 06:03:06.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1150, 127.0.0.1:8202, complete] completed NON-2.04 MID=29973, Token=AC0976FE2C592299, 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:03:06.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:8202 06:03:06.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29973, Token=AC0976FE2C592299, 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:03:06.477 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29973] 06:03:06.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8205, complete]! 06:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-AC0976FE2C592299] 06:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29973] 06:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1149, 127.0.0.1:8205, complete] completed CON-POST MID=29973, Token=AC0976FE2C592299, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29973, Token=AC0976FE2C592299, 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:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151, 127.0.0.1:8205] send request 06:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29974], CON-POST MID=29974, 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:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2CE34100A118C14C], CON-POST MID=29974, Token=2CE34100A118C14C, 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:03:06.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29974], KeyToken[127.0.0.1:8205-2CE34100A118C14C]] 06:03:06.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29974, Token=2CE34100A118C14C, 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:03:06.478 [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:8202 06:03:06.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29974] 06:03:06.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8202] replace CON-POST MID=29974, Token=2CE34100A118C14C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29974, Token=2CE34100A118C14C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1152, 127.0.0.1:8202] send response NON-2.05 MID=29974, Token=null, OptionSet={}, "server responds hi" 06:03:06.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8202, complete]! 06:03:06.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1152, 127.0.0.1:8202, complete] completed NON-2.04 MID=29974, Token=2CE34100A118C14C, 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:03:06.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29974, Token=2CE34100A118C14C, 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:03:06.479 [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 42 bytes from 127.0.0.1:8205 06:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29974] 06:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8205, complete]! 06:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2CE34100A118C14C] 06:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29974] 06:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1151, 127.0.0.1:8205, complete] completed CON-POST MID=29974, Token=2CE34100A118C14C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29974, Token=2CE34100A118C14C, 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:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153, 127.0.0.1:8205] send request 06:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29975], CON-POST MID=29975, 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:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1C958DA7305C24CF], CON-POST MID=29975, Token=1C958DA7305C24CF, 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:03:06.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29975], KeyToken[127.0.0.1:8205-1C958DA7305C24CF]] 06:03:06.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29975, Token=1C958DA7305C24CF, 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:03:06.480 [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:8202 06:03:06.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29975] 06:03:06.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8202] replace CON-POST MID=29975, Token=1C958DA7305C24CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29975, Token=1C958DA7305C24CF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1154, 127.0.0.1:8202] send response NON-2.05 MID=29975, Token=null, OptionSet={}, "server responds hi" 06:03:06.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8202, complete]! 06:03:06.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1154, 127.0.0.1:8202, complete] completed NON-2.04 MID=29975, Token=1C958DA7305C24CF, 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:03:06.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:8202 06:03:06.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29975, Token=1C958DA7305C24CF, 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:03:06.480 [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 42 bytes from 127.0.0.1:8205 06:03:06.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29975] 06:03:06.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8205, complete]! 06:03:06.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1C958DA7305C24CF] 06:03:06.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29975] 06:03:06.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1153, 127.0.0.1:8205, complete] completed CON-POST MID=29975, Token=1C958DA7305C24CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29975, Token=1C958DA7305C24CF, 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:03:06.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155, 127.0.0.1:8205] send request 06:03:06.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29976], CON-POST MID=29976, 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:03:06.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-900B1A6516A0CC08], CON-POST MID=29976, Token=900B1A6516A0CC08, 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:03:06.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29976], KeyToken[127.0.0.1:8205-900B1A6516A0CC08]] 06:03:06.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:8205 06:03:06.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29976, Token=900B1A6516A0CC08, 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:03:06.481 [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:8202 06:03:06.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29976] 06:03:06.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8202] replace CON-POST MID=29976, Token=900B1A6516A0CC08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29976, Token=900B1A6516A0CC08, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1156, 127.0.0.1:8202] send response NON-2.05 MID=29976, Token=null, OptionSet={}, "server responds hi" 06:03:06.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8202, complete]! 06:03:06.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1156, 127.0.0.1:8202, complete] completed NON-2.04 MID=29976, Token=900B1A6516A0CC08, 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:03:06.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:8202 06:03:06.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29976, Token=900B1A6516A0CC08, 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:03:06.482 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29976] 06:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8205, complete]! 06:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-900B1A6516A0CC08] 06:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29976] 06:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1155, 127.0.0.1:8205, complete] completed CON-POST MID=29976, Token=900B1A6516A0CC08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29976, Token=900B1A6516A0CC08, 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:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157, 127.0.0.1:8205] send request 06:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29977], CON-POST MID=29977, 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:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-785EDFCE7C541556], CON-POST MID=29977, Token=785EDFCE7C541556, 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:03:06.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29977], KeyToken[127.0.0.1:8205-785EDFCE7C541556]] 06:03:06.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:8205 06:03:06.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29977, Token=785EDFCE7C541556, 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:03:06.483 [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:8202 06:03:06.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29977] 06:03:06.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8202] replace CON-POST MID=29977, Token=785EDFCE7C541556, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29977, Token=785EDFCE7C541556, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1158, 127.0.0.1:8202] send response NON-2.05 MID=29977, Token=null, OptionSet={}, "server responds hi" 06:03:06.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8202, complete]! 06:03:06.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1158, 127.0.0.1:8202, complete] completed NON-2.04 MID=29977, Token=785EDFCE7C541556, 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:03:06.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29977, Token=785EDFCE7C541556, 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:03:06.483 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29977] 06:03:06.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8205, complete]! 06:03:06.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-785EDFCE7C541556] 06:03:06.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29977] 06:03:06.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1157, 127.0.0.1:8205, complete] completed CON-POST MID=29977, Token=785EDFCE7C541556, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29977, Token=785EDFCE7C541556, 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:03:06.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159, 127.0.0.1:8205] send request 06:03:06.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29978], CON-POST MID=29978, 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:03:06.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D8F12BB5FBA97229], CON-POST MID=29978, Token=D8F12BB5FBA97229, 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:03:06.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29978], KeyToken[127.0.0.1:8205-D8F12BB5FBA97229]] 06:03:06.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29978, Token=D8F12BB5FBA97229, 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:03:06.484 [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:8202 06:03:06.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29978] 06:03:06.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8202] replace CON-POST MID=29978, Token=D8F12BB5FBA97229, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29978, Token=D8F12BB5FBA97229, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1160, 127.0.0.1:8202] send response NON-2.05 MID=29978, Token=null, OptionSet={}, "server responds hi" 06:03:06.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8202, complete]! 06:03:06.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1160, 127.0.0.1:8202, complete] completed NON-2.04 MID=29978, Token=D8F12BB5FBA97229, 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:03:06.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29978, Token=D8F12BB5FBA97229, 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:03:06.485 [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 42 bytes from 127.0.0.1:8205 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29978] 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8205, complete]! 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D8F12BB5FBA97229] 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29978] 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1159, 127.0.0.1:8205, complete] completed CON-POST MID=29978, Token=D8F12BB5FBA97229, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29978, Token=D8F12BB5FBA97229, 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:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161, 127.0.0.1:8205] send request 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29979], CON-POST MID=29979, 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:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DCD3ED4BBFD233EC], CON-POST MID=29979, Token=DCD3ED4BBFD233EC, 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:03:06.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29979], KeyToken[127.0.0.1:8205-DCD3ED4BBFD233EC]] 06:03:06.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:8205 06:03:06.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29979, Token=DCD3ED4BBFD233EC, 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:03:06.486 [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:8202 06:03:06.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29979] 06:03:06.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8202] replace CON-POST MID=29979, Token=DCD3ED4BBFD233EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29979, Token=DCD3ED4BBFD233EC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1162, 127.0.0.1:8202] send response NON-2.05 MID=29979, Token=null, OptionSet={}, "server responds hi" 06:03:06.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8202, complete]! 06:03:06.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1162, 127.0.0.1:8202, complete] completed NON-2.04 MID=29979, Token=DCD3ED4BBFD233EC, 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:03:06.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:8202 06:03:06.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29979, Token=DCD3ED4BBFD233EC, 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:03:06.486 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29979] 06:03:06.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8205, complete]! 06:03:06.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DCD3ED4BBFD233EC] 06:03:06.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29979] 06:03:06.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1161, 127.0.0.1:8205, complete] completed CON-POST MID=29979, Token=DCD3ED4BBFD233EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29979, Token=DCD3ED4BBFD233EC, 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:03:06.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163, 127.0.0.1:8205] send request 06:03:06.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29980], CON-POST MID=29980, 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:03:06.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E0BFE0B151D0A760], CON-POST MID=29980, Token=E0BFE0B151D0A760, 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:03:06.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29980], KeyToken[127.0.0.1:8205-E0BFE0B151D0A760]] 06:03:06.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29980, Token=E0BFE0B151D0A760, 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:03:06.487 [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:8202 06:03:06.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29980] 06:03:06.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8202] replace CON-POST MID=29980, Token=E0BFE0B151D0A760, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29980, Token=E0BFE0B151D0A760, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1164, 127.0.0.1:8202] send response NON-2.05 MID=29980, Token=null, OptionSet={}, "server responds hi" 06:03:06.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8202, complete]! 06:03:06.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1164, 127.0.0.1:8202, complete] completed NON-2.04 MID=29980, Token=E0BFE0B151D0A760, 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:03:06.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:8202 06:03:06.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29980, Token=E0BFE0B151D0A760, 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:03:06.487 [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 42 bytes from 127.0.0.1:8205 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29980] 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8205, complete]! 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E0BFE0B151D0A760] 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29980] 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1163, 127.0.0.1:8205, complete] completed CON-POST MID=29980, Token=E0BFE0B151D0A760, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29980, Token=E0BFE0B151D0A760, 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:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165, 127.0.0.1:8205] send request 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29981], CON-POST MID=29981, 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:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B066E5A9A8E01977], CON-POST MID=29981, Token=B066E5A9A8E01977, 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:03:06.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29981], KeyToken[127.0.0.1:8205-B066E5A9A8E01977]] 06:03:06.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:8205 06:03:06.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29981, Token=B066E5A9A8E01977, 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:03:06.488 [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:8202 06:03:06.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29981] 06:03:06.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8202] replace CON-POST MID=29981, Token=B066E5A9A8E01977, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29981, Token=B066E5A9A8E01977, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1166, 127.0.0.1:8202] send response NON-2.05 MID=29981, Token=null, OptionSet={}, "server responds hi" 06:03:06.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8202, complete]! 06:03:06.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1166, 127.0.0.1:8202, complete] completed NON-2.04 MID=29981, Token=B066E5A9A8E01977, 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:03:06.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:8202 06:03:06.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29981, Token=B066E5A9A8E01977, 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:03:06.489 [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 42 bytes from 127.0.0.1:8205 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29981] 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8205, complete]! 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B066E5A9A8E01977] 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29981] 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1165, 127.0.0.1:8205, complete] completed CON-POST MID=29981, Token=B066E5A9A8E01977, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29981, Token=B066E5A9A8E01977, 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:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167, 127.0.0.1:8205] send request 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29982], CON-POST MID=29982, 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:03:06.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2834BA245F7A7F31], CON-POST MID=29982, Token=2834BA245F7A7F31, 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:03:06.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29982], KeyToken[127.0.0.1:8205-2834BA245F7A7F31]] 06:03:06.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29982, Token=2834BA245F7A7F31, 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:03:06.490 [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:8202 06:03:06.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29982] 06:03:06.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8202] replace CON-POST MID=29982, Token=2834BA245F7A7F31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29982, Token=2834BA245F7A7F31, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1168, 127.0.0.1:8202] send response NON-2.05 MID=29982, Token=null, OptionSet={}, "server responds hi" 06:03:06.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8202, complete]! 06:03:06.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1168, 127.0.0.1:8202, complete] completed NON-2.04 MID=29982, Token=2834BA245F7A7F31, 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:03:06.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:8202 06:03:06.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29982, Token=2834BA245F7A7F31, 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:03:06.490 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29982] 06:03:06.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8205, complete]! 06:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2834BA245F7A7F31] 06:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29982] 06:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1167, 127.0.0.1:8205, complete] completed CON-POST MID=29982, Token=2834BA245F7A7F31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29982, Token=2834BA245F7A7F31, 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:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169, 127.0.0.1:8205] send request 06:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29983], CON-POST MID=29983, 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:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BC81AB8523892F89], CON-POST MID=29983, Token=BC81AB8523892F89, 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:03:06.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29983], KeyToken[127.0.0.1:8205-BC81AB8523892F89]] 06:03:06.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29983, Token=BC81AB8523892F89, 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:03:06.491 [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:8202 06:03:06.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29983] 06:03:06.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8202] replace CON-POST MID=29983, Token=BC81AB8523892F89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29983, Token=BC81AB8523892F89, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1170, 127.0.0.1:8202] send response NON-2.05 MID=29983, Token=null, OptionSet={}, "server responds hi" 06:03:06.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8202, complete]! 06:03:06.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1170, 127.0.0.1:8202, complete] completed NON-2.04 MID=29983, Token=BC81AB8523892F89, 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:03:06.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29983, Token=BC81AB8523892F89, 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:03:06.492 [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 42 bytes from 127.0.0.1:8205 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29983] 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8205, complete]! 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BC81AB8523892F89] 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29983] 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1169, 127.0.0.1:8205, complete] completed CON-POST MID=29983, Token=BC81AB8523892F89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29983, Token=BC81AB8523892F89, 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:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171, 127.0.0.1:8205] send request 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29984], CON-POST MID=29984, 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:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0CA3473A8594AAF6], CON-POST MID=29984, Token=0CA3473A8594AAF6, 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:03:06.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29984], KeyToken[127.0.0.1:8205-0CA3473A8594AAF6]] 06:03:06.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29984, Token=0CA3473A8594AAF6, 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:03:06.493 [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:8202 06:03:06.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29984] 06:03:06.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8202] replace CON-POST MID=29984, Token=0CA3473A8594AAF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29984, Token=0CA3473A8594AAF6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1172, 127.0.0.1:8202] send response NON-2.05 MID=29984, Token=null, OptionSet={}, "server responds hi" 06:03:06.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8202, complete]! 06:03:06.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1172, 127.0.0.1:8202, complete] completed NON-2.04 MID=29984, Token=0CA3473A8594AAF6, 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:03:06.493 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29984, Token=0CA3473A8594AAF6, 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:03:06.493 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29984] 06:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8205, complete]! 06:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0CA3473A8594AAF6] 06:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29984] 06:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1171, 127.0.0.1:8205, complete] completed CON-POST MID=29984, Token=0CA3473A8594AAF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29984, Token=0CA3473A8594AAF6, 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:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173, 127.0.0.1:8205] send request 06:03:06.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29985], CON-POST MID=29985, 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:03:06.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-70BD524AE20E0B32], CON-POST MID=29985, Token=70BD524AE20E0B32, 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:03:06.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29985], KeyToken[127.0.0.1:8205-70BD524AE20E0B32]] 06:03:06.494 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29985, Token=70BD524AE20E0B32, 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:03:06.494 [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:8202 06:03:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29985] 06:03:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8202] replace CON-POST MID=29985, Token=70BD524AE20E0B32, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29985, Token=70BD524AE20E0B32, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1174, 127.0.0.1:8202] send response NON-2.05 MID=29985, Token=null, OptionSet={}, "server responds hi" 06:03:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8202, complete]! 06:03:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1174, 127.0.0.1:8202, complete] completed NON-2.04 MID=29985, Token=70BD524AE20E0B32, 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:03:06.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29985, Token=70BD524AE20E0B32, 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:03:06.495 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29985] 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8205, complete]! 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-70BD524AE20E0B32] 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29985] 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1173, 127.0.0.1:8205, complete] completed CON-POST MID=29985, Token=70BD524AE20E0B32, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29985, Token=70BD524AE20E0B32, 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:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175, 127.0.0.1:8205] send request 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29986], CON-POST MID=29986, 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:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C4BE17694E4EA19], CON-POST MID=29986, Token=7C4BE17694E4EA19, 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:03:06.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29986], KeyToken[127.0.0.1:8205-7C4BE17694E4EA19]] 06:03:06.495 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29986, Token=7C4BE17694E4EA19, 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:03:06.496 [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:8202 06:03:06.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29986] 06:03:06.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8202] replace CON-POST MID=29986, Token=7C4BE17694E4EA19, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29986, Token=7C4BE17694E4EA19, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1176, 127.0.0.1:8202] send response NON-2.05 MID=29986, Token=null, OptionSet={}, "server responds hi" 06:03:06.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8202, complete]! 06:03:06.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1176, 127.0.0.1:8202, complete] completed NON-2.04 MID=29986, Token=7C4BE17694E4EA19, 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:03:06.496 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29986, Token=7C4BE17694E4EA19, 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:03:06.496 [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 42 bytes from 127.0.0.1:8205 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29986] 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8205, complete]! 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C4BE17694E4EA19] 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29986] 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1175, 127.0.0.1:8205, complete] completed CON-POST MID=29986, Token=7C4BE17694E4EA19, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29986, Token=7C4BE17694E4EA19, 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:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177, 127.0.0.1:8205] send request 06:03:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29987], CON-POST MID=29987, 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:03:06.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5C20AB8E88B73674], CON-POST MID=29987, Token=5C20AB8E88B73674, 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:03:06.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29987], KeyToken[127.0.0.1:8205-5C20AB8E88B73674]] 06:03:06.497 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29987, Token=5C20AB8E88B73674, 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:03:06.497 [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:8202 06:03:06.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29987] 06:03:06.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8202] replace CON-POST MID=29987, Token=5C20AB8E88B73674, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29987, Token=5C20AB8E88B73674, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1178, 127.0.0.1:8202] send response NON-2.05 MID=29987, Token=null, OptionSet={}, "server responds hi" 06:03:06.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8202, complete]! 06:03:06.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1178, 127.0.0.1:8202, complete] completed NON-2.04 MID=29987, Token=5C20AB8E88B73674, 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:03:06.498 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29987, Token=5C20AB8E88B73674, 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:03:06.498 [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 42 bytes from 127.0.0.1:8205 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29987] 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8205, complete]! 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5C20AB8E88B73674] 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29987] 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1177, 127.0.0.1:8205, complete] completed CON-POST MID=29987, Token=5C20AB8E88B73674, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29987, Token=5C20AB8E88B73674, 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:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179, 127.0.0.1:8205] send request 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29988], CON-POST MID=29988, 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:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-983DFF9A6BDD6080], CON-POST MID=29988, Token=983DFF9A6BDD6080, 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:03:06.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29988], KeyToken[127.0.0.1:8205-983DFF9A6BDD6080]] 06:03:06.499 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.499 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29988, Token=983DFF9A6BDD6080, 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:03:06.499 [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:8202 06:03:06.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29988] 06:03:06.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8202] replace CON-POST MID=29988, Token=983DFF9A6BDD6080, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29988, Token=983DFF9A6BDD6080, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1180, 127.0.0.1:8202] send response NON-2.05 MID=29988, Token=null, OptionSet={}, "server responds hi" 06:03:06.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8202, complete]! 06:03:06.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1180, 127.0.0.1:8202, complete] completed NON-2.04 MID=29988, Token=983DFF9A6BDD6080, 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:03:06.499 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29988, Token=983DFF9A6BDD6080, 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:03:06.499 [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 42 bytes from 127.0.0.1:8205 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29988] 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8205, complete]! 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-983DFF9A6BDD6080] 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29988] 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1179, 127.0.0.1:8205, complete] completed CON-POST MID=29988, Token=983DFF9A6BDD6080, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29988, Token=983DFF9A6BDD6080, 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:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181, 127.0.0.1:8205] send request 06:03:06.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29989], CON-POST MID=29989, 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:03:06.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D48D69778230CBF6], CON-POST MID=29989, Token=D48D69778230CBF6, 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:03:06.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29989], KeyToken[127.0.0.1:8205-D48D69778230CBF6]] 06:03:06.500 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.500 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29989, Token=D48D69778230CBF6, 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:03:06.500 [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:8202 06:03:06.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29989] 06:03:06.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8202] replace CON-POST MID=29989, Token=D48D69778230CBF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29989, Token=D48D69778230CBF6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1182, 127.0.0.1:8202] send response NON-2.05 MID=29989, Token=null, OptionSet={}, "server responds hi" 06:03:06.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8202, complete]! 06:03:06.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1182, 127.0.0.1:8202, complete] completed NON-2.04 MID=29989, Token=D48D69778230CBF6, 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:03:06.501 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.501 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29989, Token=D48D69778230CBF6, 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:03:06.501 [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 42 bytes from 127.0.0.1:8205 06:03:06.501 [: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-29989] 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8205, complete]! 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D48D69778230CBF6] 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29989] 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1181, 127.0.0.1:8205, complete] completed CON-POST MID=29989, Token=D48D69778230CBF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29989, Token=D48D69778230CBF6, 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:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183, 127.0.0.1:8205] send request 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29990], CON-POST MID=29990, 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:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-50B6A42A45B5F9EE], CON-POST MID=29990, Token=50B6A42A45B5F9EE, 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:03:06.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29990], KeyToken[127.0.0.1:8205-50B6A42A45B5F9EE]] 06:03:06.501 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.501 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29990, Token=50B6A42A45B5F9EE, 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:03:06.502 [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:8202 06:03:06.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29990] 06:03:06.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8202] replace CON-POST MID=29990, Token=50B6A42A45B5F9EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29990, Token=50B6A42A45B5F9EE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1184, 127.0.0.1:8202] send response NON-2.05 MID=29990, Token=null, OptionSet={}, "server responds hi" 06:03:06.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8202, complete]! 06:03:06.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1184, 127.0.0.1:8202, complete] completed NON-2.04 MID=29990, Token=50B6A42A45B5F9EE, 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:03:06.502 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.502 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29990, Token=50B6A42A45B5F9EE, 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:03:06.502 [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 42 bytes from 127.0.0.1:8205 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29990] 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8205, complete]! 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-50B6A42A45B5F9EE] 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29990] 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1183, 127.0.0.1:8205, complete] completed CON-POST MID=29990, Token=50B6A42A45B5F9EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29990, Token=50B6A42A45B5F9EE, 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:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185, 127.0.0.1:8205] send request 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29991], CON-POST MID=29991, 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:03:06.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C0DE4671E203663A], CON-POST MID=29991, Token=C0DE4671E203663A, 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:03:06.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29991], KeyToken[127.0.0.1:8205-C0DE4671E203663A]] 06:03:06.503 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.503 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29991, Token=C0DE4671E203663A, 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:03:06.503 [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:8202 06:03:06.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29991] 06:03:06.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8202] replace CON-POST MID=29991, Token=C0DE4671E203663A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29991, Token=C0DE4671E203663A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1186, 127.0.0.1:8202] send response NON-2.05 MID=29991, Token=null, OptionSet={}, "server responds hi" 06:03:06.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8202, complete]! 06:03:06.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1186, 127.0.0.1:8202, complete] completed NON-2.04 MID=29991, Token=C0DE4671E203663A, 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:03:06.503 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29991, Token=C0DE4671E203663A, 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:03:06.550 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29991] 06:03:06.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8205, complete]! 06:03:06.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C0DE4671E203663A] 06:03:06.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29991] 06:03:06.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1185, 127.0.0.1:8205, complete] completed CON-POST MID=29991, Token=C0DE4671E203663A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29991, Token=C0DE4671E203663A, 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:03:06.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187, 127.0.0.1:8205] send request 06:03:06.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29992], CON-POST MID=29992, 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:03:06.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-78046108C18067BA], CON-POST MID=29992, Token=78046108C18067BA, 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:03:06.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29992], KeyToken[127.0.0.1:8205-78046108C18067BA]] 06:03:06.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:8205 06:03:06.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29992, Token=78046108C18067BA, 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:03:06.551 [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:8202 06:03:06.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29992] 06:03:06.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8202] replace CON-POST MID=29992, Token=78046108C18067BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29992, Token=78046108C18067BA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1188, 127.0.0.1:8202] send response NON-2.05 MID=29992, Token=null, OptionSet={}, "server responds hi" 06:03:06.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8202, complete]! 06:03:06.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1188, 127.0.0.1:8202, complete] completed NON-2.04 MID=29992, Token=78046108C18067BA, 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:03:06.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:8202 06:03:06.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29992, Token=78046108C18067BA, 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:03:06.552 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29992] 06:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8205, complete]! 06:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-78046108C18067BA] 06:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29992] 06:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1187, 127.0.0.1:8205, complete] completed CON-POST MID=29992, Token=78046108C18067BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29992, Token=78046108C18067BA, 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:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189, 127.0.0.1:8205] send request 06:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29993], CON-POST MID=29993, 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:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CC99AB8CF101AA5C], CON-POST MID=29993, Token=CC99AB8CF101AA5C, 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:03:06.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29993], KeyToken[127.0.0.1:8205-CC99AB8CF101AA5C]] 06:03:06.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:8205 06:03:06.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29993, Token=CC99AB8CF101AA5C, 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:03:06.553 [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:8202 06:03:06.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29993] 06:03:06.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8202] replace CON-POST MID=29993, Token=CC99AB8CF101AA5C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29993, Token=CC99AB8CF101AA5C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1190, 127.0.0.1:8202] send response NON-2.05 MID=29993, Token=null, OptionSet={}, "server responds hi" 06:03:06.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8202, complete]! 06:03:06.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1190, 127.0.0.1:8202, complete] completed NON-2.04 MID=29993, Token=CC99AB8CF101AA5C, 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:03:06.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29993, Token=CC99AB8CF101AA5C, 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:03:06.553 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29993] 06:03:06.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8205, complete]! 06:03:06.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CC99AB8CF101AA5C] 06:03:06.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29993] 06:03:06.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1189, 127.0.0.1:8205, complete] completed CON-POST MID=29993, Token=CC99AB8CF101AA5C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29993, Token=CC99AB8CF101AA5C, 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:03:06.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191, 127.0.0.1:8205] send request 06:03:06.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29994], CON-POST MID=29994, 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:03:06.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E8102D6725008F9B], CON-POST MID=29994, Token=E8102D6725008F9B, 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:03:06.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29994], KeyToken[127.0.0.1:8205-E8102D6725008F9B]] 06:03:06.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:8205 06:03:06.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29994, Token=E8102D6725008F9B, 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:03:06.554 [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:8202 06:03:06.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29994] 06:03:06.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8202] replace CON-POST MID=29994, Token=E8102D6725008F9B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29994, Token=E8102D6725008F9B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1192, 127.0.0.1:8202] send response NON-2.05 MID=29994, Token=null, OptionSet={}, "server responds hi" 06:03:06.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8202, complete]! 06:03:06.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1192, 127.0.0.1:8202, complete] completed NON-2.04 MID=29994, Token=E8102D6725008F9B, 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:03:06.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:8202 06:03:06.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29994, Token=E8102D6725008F9B, 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:03:06.554 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29994] 06:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8205, complete]! 06:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E8102D6725008F9B] 06:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29994] 06:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1191, 127.0.0.1:8205, complete] completed CON-POST MID=29994, Token=E8102D6725008F9B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29994, Token=E8102D6725008F9B, 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:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193, 127.0.0.1:8205] send request 06:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29995], CON-POST MID=29995, 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:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-486D553560803F61], CON-POST MID=29995, Token=486D553560803F61, 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:03:06.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29995], KeyToken[127.0.0.1:8205-486D553560803F61]] 06:03:06.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:8205 06:03:06.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29995, Token=486D553560803F61, 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:03:06.555 [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:8202 06:03:06.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29995] 06:03:06.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8202] replace CON-POST MID=29995, Token=486D553560803F61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29995, Token=486D553560803F61, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1194, 127.0.0.1:8202] send response NON-2.05 MID=29995, Token=null, OptionSet={}, "server responds hi" 06:03:06.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8202, complete]! 06:03:06.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1194, 127.0.0.1:8202, complete] completed NON-2.04 MID=29995, Token=486D553560803F61, 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:03:06.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:8202 06:03:06.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29995, Token=486D553560803F61, 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:03:06.556 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29995] 06:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8205, complete]! 06:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-486D553560803F61] 06:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29995] 06:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1193, 127.0.0.1:8205, complete] completed CON-POST MID=29995, Token=486D553560803F61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29995, Token=486D553560803F61, 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:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195, 127.0.0.1:8205] send request 06:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29996], CON-POST MID=29996, 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:03:06.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-10166E1B028A2F26], CON-POST MID=29996, Token=10166E1B028A2F26, 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:03:06.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29996], KeyToken[127.0.0.1:8205-10166E1B028A2F26]] 06:03:06.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:8205 06:03:06.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29996, Token=10166E1B028A2F26, 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:03:06.557 [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:8202 06:03:06.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29996] 06:03:06.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8202] replace CON-POST MID=29996, Token=10166E1B028A2F26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29996, Token=10166E1B028A2F26, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1196, 127.0.0.1:8202] send response NON-2.05 MID=29996, Token=null, OptionSet={}, "server responds hi" 06:03:06.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8202, complete]! 06:03:06.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1196, 127.0.0.1:8202, complete] completed NON-2.04 MID=29996, Token=10166E1B028A2F26, 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:03:06.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:8202 06:03:06.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29996, Token=10166E1B028A2F26, 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:03:06.557 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29996] 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8205, complete]! 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-10166E1B028A2F26] 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29996] 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1195, 127.0.0.1:8205, complete] completed CON-POST MID=29996, Token=10166E1B028A2F26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29996, Token=10166E1B028A2F26, 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:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197, 127.0.0.1:8205] send request 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29997], CON-POST MID=29997, 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:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9007AA1E8BACC9EC], CON-POST MID=29997, Token=9007AA1E8BACC9EC, 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:03:06.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29997], KeyToken[127.0.0.1:8205-9007AA1E8BACC9EC]] 06:03:06.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:8205 06:03:06.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29997, Token=9007AA1E8BACC9EC, 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:03:06.558 [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:8202 06:03:06.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29997] 06:03:06.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8202] replace CON-POST MID=29997, Token=9007AA1E8BACC9EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29997, Token=9007AA1E8BACC9EC, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1198, 127.0.0.1:8202] send response NON-2.05 MID=29997, Token=null, OptionSet={}, "server responds hi" 06:03:06.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8202, complete]! 06:03:06.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1198, 127.0.0.1:8202, complete] completed NON-2.04 MID=29997, Token=9007AA1E8BACC9EC, 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:03:06.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:8202 06:03:06.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29997, Token=9007AA1E8BACC9EC, 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:03:06.559 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29997] 06:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8205, complete]! 06:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9007AA1E8BACC9EC] 06:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29997] 06:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1197, 127.0.0.1:8205, complete] completed CON-POST MID=29997, Token=9007AA1E8BACC9EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29997, Token=9007AA1E8BACC9EC, 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:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199, 127.0.0.1:8205] send request 06:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29998], CON-POST MID=29998, 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:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4C80E585006592BE], CON-POST MID=29998, Token=4C80E585006592BE, 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:03:06.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29998], KeyToken[127.0.0.1:8205-4C80E585006592BE]] 06:03:06.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:8205 06:03:06.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29998, Token=4C80E585006592BE, 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:03:06.559 [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:8202 06:03:06.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29998] 06:03:06.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8202] replace CON-POST MID=29998, Token=4C80E585006592BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29998, Token=4C80E585006592BE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1200, 127.0.0.1:8202] send response NON-2.05 MID=29998, Token=null, OptionSet={}, "server responds hi" 06:03:06.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8202, complete]! 06:03:06.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1200, 127.0.0.1:8202, complete] completed NON-2.04 MID=29998, Token=4C80E585006592BE, 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:03:06.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:8202 06:03:06.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29998, Token=4C80E585006592BE, 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:03:06.560 [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 42 bytes from 127.0.0.1:8205 06:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-29998] 06:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8205, complete]! 06:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4C80E585006592BE] 06:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29998] 06:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1199, 127.0.0.1:8205, complete] completed CON-POST MID=29998, Token=4C80E585006592BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29998, Token=4C80E585006592BE, 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:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201, 127.0.0.1:8205] send request 06:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-29999], CON-POST MID=29999, 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:03:06.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F84DCE173F134464], CON-POST MID=29999, Token=F84DCE173F134464, 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:03:06.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-29999], KeyToken[127.0.0.1:8205-F84DCE173F134464]] 06:03:06.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=29999, Token=F84DCE173F134464, 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:03:06.561 [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:8202 06:03:06.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-29999] 06:03:06.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8202] replace CON-POST MID=29999, Token=F84DCE173F134464, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29999, Token=F84DCE173F134464, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1202, 127.0.0.1:8202] send response NON-2.05 MID=29999, Token=null, OptionSet={}, "server responds hi" 06:03:06.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8202, complete]! 06:03:06.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1202, 127.0.0.1:8202, complete] completed NON-2.04 MID=29999, Token=F84DCE173F134464, 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:03:06.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:8202 06:03:06.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=29999, Token=F84DCE173F134464, 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:03:06.561 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-29999] 06:03:06.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8205, complete]! 06:03:06.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F84DCE173F134464] 06:03:06.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-29999] 06:03:06.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1201, 127.0.0.1:8205, complete] completed CON-POST MID=29999, Token=F84DCE173F134464, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29999, Token=F84DCE173F134464, 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:03:06.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203, 127.0.0.1:8205] send request 06:03:06.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30000], CON-POST MID=30000, 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:03:06.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D00577BCED69C796], CON-POST MID=30000, Token=D00577BCED69C796, 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:03:06.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30000], KeyToken[127.0.0.1:8205-D00577BCED69C796]] 06:03:06.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30000, Token=D00577BCED69C796, 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:03:06.562 [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:8202 06:03:06.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30000] 06:03:06.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8202] replace CON-POST MID=30000, Token=D00577BCED69C796, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30000, Token=D00577BCED69C796, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1204, 127.0.0.1:8202] send response NON-2.05 MID=30000, Token=null, OptionSet={}, "server responds hi" 06:03:06.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8202, complete]! 06:03:06.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1204, 127.0.0.1:8202, complete] completed NON-2.04 MID=30000, Token=D00577BCED69C796, 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:03:06.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:8202 06:03:06.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30000, Token=D00577BCED69C796, 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:03:06.563 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30000] 06:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8205, complete]! 06:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D00577BCED69C796] 06:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30000] 06:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1203, 127.0.0.1:8205, complete] completed CON-POST MID=30000, Token=D00577BCED69C796, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30000, Token=D00577BCED69C796, 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:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205, 127.0.0.1:8205] send request 06:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30001], CON-POST MID=30001, 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:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D483A53F080E9927], CON-POST MID=30001, Token=D483A53F080E9927, 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:03:06.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30001], KeyToken[127.0.0.1:8205-D483A53F080E9927]] 06:03:06.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:8205 06:03:06.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30001, Token=D483A53F080E9927, 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:03:06.563 [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:8202 06:03:06.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30001] 06:03:06.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8202] replace CON-POST MID=30001, Token=D483A53F080E9927, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30001, Token=D483A53F080E9927, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1206, 127.0.0.1:8202] send response NON-2.05 MID=30001, Token=null, OptionSet={}, "server responds hi" 06:03:06.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8202, complete]! 06:03:06.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1206, 127.0.0.1:8202, complete] completed NON-2.04 MID=30001, Token=D483A53F080E9927, 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:03:06.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30001, Token=D483A53F080E9927, 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:03:06.564 [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 42 bytes from 127.0.0.1:8205 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30001] 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8205, complete]! 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D483A53F080E9927] 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30001] 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1205, 127.0.0.1:8205, complete] completed CON-POST MID=30001, Token=D483A53F080E9927, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30001, Token=D483A53F080E9927, 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:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207, 127.0.0.1:8205] send request 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30002], CON-POST MID=30002, 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:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-24D393A94A15A0D0], CON-POST MID=30002, Token=24D393A94A15A0D0, 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:03:06.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30002], KeyToken[127.0.0.1:8205-24D393A94A15A0D0]] 06:03:06.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:8205 06:03:06.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30002, Token=24D393A94A15A0D0, 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:03:06.565 [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:8202 06:03:06.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30002] 06:03:06.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8202] replace CON-POST MID=30002, Token=24D393A94A15A0D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30002, Token=24D393A94A15A0D0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1208, 127.0.0.1:8202] send response NON-2.05 MID=30002, Token=null, OptionSet={}, "server responds hi" 06:03:06.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8202, complete]! 06:03:06.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1208, 127.0.0.1:8202, complete] completed NON-2.04 MID=30002, Token=24D393A94A15A0D0, 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:03:06.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:8202 06:03:06.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30002, Token=24D393A94A15A0D0, 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:03:06.565 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30002] 06:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8205, complete]! 06:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-24D393A94A15A0D0] 06:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30002] 06:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1207, 127.0.0.1:8205, complete] completed CON-POST MID=30002, Token=24D393A94A15A0D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30002, Token=24D393A94A15A0D0, 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:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209, 127.0.0.1:8205] send request 06:03:06.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30003], CON-POST MID=30003, 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:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-84AA45EA1CA51443], CON-POST MID=30003, Token=84AA45EA1CA51443, 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:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30003], KeyToken[127.0.0.1:8205-84AA45EA1CA51443]] 06:03:06.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30003, Token=84AA45EA1CA51443, 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:03:06.566 [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:8202 06:03:06.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30003] 06:03:06.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8202] replace CON-POST MID=30003, Token=84AA45EA1CA51443, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30003, Token=84AA45EA1CA51443, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1210, 127.0.0.1:8202] send response NON-2.05 MID=30003, Token=null, OptionSet={}, "server responds hi" 06:03:06.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8202, complete]! 06:03:06.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1210, 127.0.0.1:8202, complete] completed NON-2.04 MID=30003, Token=84AA45EA1CA51443, 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:03:06.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:8202 06:03:06.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30003, Token=84AA45EA1CA51443, 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:03:06.566 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30003] 06:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8205, complete]! 06:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-84AA45EA1CA51443] 06:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30003] 06:03:06.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1209, 127.0.0.1:8205, complete] completed CON-POST MID=30003, Token=84AA45EA1CA51443, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30003, Token=84AA45EA1CA51443, 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:03:06.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211, 127.0.0.1:8205] send request 06:03:06.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30004], CON-POST MID=30004, 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:03:06.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A4D6BDAE0CBE0A94], CON-POST MID=30004, Token=A4D6BDAE0CBE0A94, 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:03:06.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30004], KeyToken[127.0.0.1:8205-A4D6BDAE0CBE0A94]] 06:03:06.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30004, Token=A4D6BDAE0CBE0A94, 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:03:06.567 [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:8202 06:03:06.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30004] 06:03:06.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8202] replace CON-POST MID=30004, Token=A4D6BDAE0CBE0A94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30004, Token=A4D6BDAE0CBE0A94, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1212, 127.0.0.1:8202] send response NON-2.05 MID=30004, Token=null, OptionSet={}, "server responds hi" 06:03:06.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8202, complete]! 06:03:06.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1212, 127.0.0.1:8202, complete] completed NON-2.04 MID=30004, Token=A4D6BDAE0CBE0A94, 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:03:06.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:8202 06:03:06.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30004, Token=A4D6BDAE0CBE0A94, 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:03:06.568 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30004] 06:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8205, complete]! 06:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A4D6BDAE0CBE0A94] 06:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30004] 06:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1211, 127.0.0.1:8205, complete] completed CON-POST MID=30004, Token=A4D6BDAE0CBE0A94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30004, Token=A4D6BDAE0CBE0A94, 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:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213, 127.0.0.1:8205] send request 06:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30005], CON-POST MID=30005, 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:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-50FC0800C9E27B10], CON-POST MID=30005, Token=50FC0800C9E27B10, 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:03:06.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30005], KeyToken[127.0.0.1:8205-50FC0800C9E27B10]] 06:03:06.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:8205 06:03:06.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30005, Token=50FC0800C9E27B10, 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:03:06.568 [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:8202 06:03:06.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30005] 06:03:06.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8202] replace CON-POST MID=30005, Token=50FC0800C9E27B10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30005, Token=50FC0800C9E27B10, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1214, 127.0.0.1:8202] send response NON-2.05 MID=30005, Token=null, OptionSet={}, "server responds hi" 06:03:06.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8202, complete]! 06:03:06.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1214, 127.0.0.1:8202, complete] completed NON-2.04 MID=30005, Token=50FC0800C9E27B10, 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:03:06.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:8202 06:03:06.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30005, Token=50FC0800C9E27B10, 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:03:06.569 [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 42 bytes from 127.0.0.1:8205 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30005] 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8205, complete]! 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-50FC0800C9E27B10] 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30005] 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1213, 127.0.0.1:8205, complete] completed CON-POST MID=30005, Token=50FC0800C9E27B10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30005, Token=50FC0800C9E27B10, 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:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215, 127.0.0.1:8205] send request 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30006], CON-POST MID=30006, 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:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-909F966F89F93E33], CON-POST MID=30006, Token=909F966F89F93E33, 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:03:06.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30006], KeyToken[127.0.0.1:8205-909F966F89F93E33]] 06:03:06.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30006, Token=909F966F89F93E33, 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:03:06.570 [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:8202 06:03:06.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30006] 06:03:06.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8202] replace CON-POST MID=30006, Token=909F966F89F93E33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30006, Token=909F966F89F93E33, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1216, 127.0.0.1:8202] send response NON-2.05 MID=30006, Token=null, OptionSet={}, "server responds hi" 06:03:06.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8202, complete]! 06:03:06.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1216, 127.0.0.1:8202, complete] completed NON-2.04 MID=30006, Token=909F966F89F93E33, 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:03:06.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:8202 06:03:06.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30006, Token=909F966F89F93E33, 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:03:06.570 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30006] 06:03:06.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8205, complete]! 06:03:06.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-909F966F89F93E33] 06:03:06.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30006] 06:03:06.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1215, 127.0.0.1:8205, complete] completed CON-POST MID=30006, Token=909F966F89F93E33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30006, Token=909F966F89F93E33, 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:03:06.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217, 127.0.0.1:8205] send request 06:03:06.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30007], CON-POST MID=30007, 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:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C0E89F57506D1676], CON-POST MID=30007, Token=C0E89F57506D1676, 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:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30007], KeyToken[127.0.0.1:8205-C0E89F57506D1676]] 06:03:06.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:8205 06:03:06.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30007, Token=C0E89F57506D1676, 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:03:06.571 [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:8202 06:03:06.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30007] 06:03:06.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8202] replace CON-POST MID=30007, Token=C0E89F57506D1676, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30007, Token=C0E89F57506D1676, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1218, 127.0.0.1:8202] send response NON-2.05 MID=30007, Token=null, OptionSet={}, "server responds hi" 06:03:06.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8202, complete]! 06:03:06.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1218, 127.0.0.1:8202, complete] completed NON-2.04 MID=30007, Token=C0E89F57506D1676, 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:03:06.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:8202 06:03:06.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30007, Token=C0E89F57506D1676, 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:03:06.571 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30007] 06:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8205, complete]! 06:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C0E89F57506D1676] 06:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30007] 06:03:06.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1217, 127.0.0.1:8205, complete] completed CON-POST MID=30007, Token=C0E89F57506D1676, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30007, Token=C0E89F57506D1676, 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:03:06.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219, 127.0.0.1:8205] send request 06:03:06.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30008], CON-POST MID=30008, 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:03:06.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-40003D17A83F3E01], CON-POST MID=30008, Token=40003D17A83F3E01, 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:03:06.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30008], KeyToken[127.0.0.1:8205-40003D17A83F3E01]] 06:03:06.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30008, Token=40003D17A83F3E01, 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:03:06.572 [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:8202 06:03:06.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30008] 06:03:06.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8202] replace CON-POST MID=30008, Token=40003D17A83F3E01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30008, Token=40003D17A83F3E01, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1220, 127.0.0.1:8202] send response NON-2.05 MID=30008, Token=null, OptionSet={}, "server responds hi" 06:03:06.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8202, complete]! 06:03:06.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1220, 127.0.0.1:8202, complete] completed NON-2.04 MID=30008, Token=40003D17A83F3E01, 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:03:06.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:8202 06:03:06.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30008, Token=40003D17A83F3E01, 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:03:06.573 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30008] 06:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8205, complete]! 06:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-40003D17A83F3E01] 06:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30008] 06:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1219, 127.0.0.1:8205, complete] completed CON-POST MID=30008, Token=40003D17A83F3E01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30008, Token=40003D17A83F3E01, 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:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221, 127.0.0.1:8205] send request 06:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30009], CON-POST MID=30009, 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:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B0E1D7D0CDC58D0E], CON-POST MID=30009, Token=B0E1D7D0CDC58D0E, 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:03:06.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30009], KeyToken[127.0.0.1:8205-B0E1D7D0CDC58D0E]] 06:03:06.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:8205 06:03:06.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30009, Token=B0E1D7D0CDC58D0E, 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:03:06.573 [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:8202 06:03:06.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30009] 06:03:06.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8202] replace CON-POST MID=30009, Token=B0E1D7D0CDC58D0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30009, Token=B0E1D7D0CDC58D0E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1222, 127.0.0.1:8202] send response NON-2.05 MID=30009, Token=null, OptionSet={}, "server responds hi" 06:03:06.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8202, complete]! 06:03:06.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1222, 127.0.0.1:8202, complete] completed NON-2.04 MID=30009, Token=B0E1D7D0CDC58D0E, 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:03:06.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:8202 06:03:06.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30009, Token=B0E1D7D0CDC58D0E, 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:03:06.574 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30009] 06:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8205, complete]! 06:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B0E1D7D0CDC58D0E] 06:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30009] 06:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1221, 127.0.0.1:8205, complete] completed CON-POST MID=30009, Token=B0E1D7D0CDC58D0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30009, Token=B0E1D7D0CDC58D0E, 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:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223, 127.0.0.1:8205] send request 06:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30010], CON-POST MID=30010, 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:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E0D0F1274892029F], CON-POST MID=30010, Token=E0D0F1274892029F, 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:03:06.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30010], KeyToken[127.0.0.1:8205-E0D0F1274892029F]] 06:03:06.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:8205 06:03:06.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30010, Token=E0D0F1274892029F, 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:03:06.575 [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:8202 06:03:06.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30010] 06:03:06.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8202] replace CON-POST MID=30010, Token=E0D0F1274892029F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30010, Token=E0D0F1274892029F, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1224, 127.0.0.1:8202] send response NON-2.05 MID=30010, Token=null, OptionSet={}, "server responds hi" 06:03:06.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8202, complete]! 06:03:06.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1224, 127.0.0.1:8202, complete] completed NON-2.04 MID=30010, Token=E0D0F1274892029F, 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:03:06.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:8202 06:03:06.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30010, Token=E0D0F1274892029F, 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:03:06.575 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30010] 06:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8205, complete]! 06:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E0D0F1274892029F] 06:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30010] 06:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1223, 127.0.0.1:8205, complete] completed CON-POST MID=30010, Token=E0D0F1274892029F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30010, Token=E0D0F1274892029F, 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:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225, 127.0.0.1:8205] send request 06:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30011], CON-POST MID=30011, 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:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C8ED14902175708D], CON-POST MID=30011, Token=C8ED14902175708D, 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:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30011], KeyToken[127.0.0.1:8205-C8ED14902175708D]] 06:03:06.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:8205 06:03:06.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30011, Token=C8ED14902175708D, 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:03:06.576 [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:8202 06:03:06.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30011] 06:03:06.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8202] replace CON-POST MID=30011, Token=C8ED14902175708D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30011, Token=C8ED14902175708D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1226, 127.0.0.1:8202] send response NON-2.05 MID=30011, Token=null, OptionSet={}, "server responds hi" 06:03:06.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8202, complete]! 06:03:06.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1226, 127.0.0.1:8202, complete] completed NON-2.04 MID=30011, Token=C8ED14902175708D, 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:03:06.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:8202 06:03:06.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30011, Token=C8ED14902175708D, 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:03:06.576 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30011] 06:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8205, complete]! 06:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C8ED14902175708D] 06:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30011] 06:03:06.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1225, 127.0.0.1:8205, complete] completed CON-POST MID=30011, Token=C8ED14902175708D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30011, Token=C8ED14902175708D, 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:03:06.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227, 127.0.0.1:8205] send request 06:03:06.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30012], CON-POST MID=30012, 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:03:06.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-681AF087720DC711], CON-POST MID=30012, Token=681AF087720DC711, 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:03:06.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30012], KeyToken[127.0.0.1:8205-681AF087720DC711]] 06:03:06.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30012, Token=681AF087720DC711, 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:03:06.577 [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:8202 06:03:06.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30012] 06:03:06.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8202] replace CON-POST MID=30012, Token=681AF087720DC711, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30012, Token=681AF087720DC711, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1228, 127.0.0.1:8202] send response NON-2.05 MID=30012, Token=null, OptionSet={}, "server responds hi" 06:03:06.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8202, complete]! 06:03:06.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1228, 127.0.0.1:8202, complete] completed NON-2.04 MID=30012, Token=681AF087720DC711, 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:03:06.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:8202 06:03:06.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30012, Token=681AF087720DC711, 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:03:06.578 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30012] 06:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8205, complete]! 06:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-681AF087720DC711] 06:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30012] 06:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1227, 127.0.0.1:8205, complete] completed CON-POST MID=30012, Token=681AF087720DC711, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30012, Token=681AF087720DC711, 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:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229, 127.0.0.1:8205] send request 06:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30013], CON-POST MID=30013, 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:03:06.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-40548B72583BCFA7], CON-POST MID=30013, Token=40548B72583BCFA7, 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:03:06.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30013], KeyToken[127.0.0.1:8205-40548B72583BCFA7]] 06:03:06.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:8205 06:03:06.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30013, Token=40548B72583BCFA7, 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:03:06.579 [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:8202 06:03:06.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30013] 06:03:06.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8202] replace CON-POST MID=30013, Token=40548B72583BCFA7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30013, Token=40548B72583BCFA7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1230, 127.0.0.1:8202] send response NON-2.05 MID=30013, Token=null, OptionSet={}, "server responds hi" 06:03:06.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8202, complete]! 06:03:06.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1230, 127.0.0.1:8202, complete] completed NON-2.04 MID=30013, Token=40548B72583BCFA7, 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:03:06.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30013, Token=40548B72583BCFA7, 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:03:06.579 [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 42 bytes from 127.0.0.1:8205 06:03:06.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30013] 06:03:06.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8205, complete]! 06:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-40548B72583BCFA7] 06:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30013] 06:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1229, 127.0.0.1:8205, complete] completed CON-POST MID=30013, Token=40548B72583BCFA7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30013, Token=40548B72583BCFA7, 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:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231, 127.0.0.1:8205] send request 06:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30014], CON-POST MID=30014, 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:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-1892F221D7ECC75B], CON-POST MID=30014, Token=1892F221D7ECC75B, 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:03:06.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30014], KeyToken[127.0.0.1:8205-1892F221D7ECC75B]] 06:03:06.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:8205 06:03:06.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30014, Token=1892F221D7ECC75B, 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:03:06.580 [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:8202 06:03:06.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30014] 06:03:06.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8202] replace CON-POST MID=30014, Token=1892F221D7ECC75B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30014, Token=1892F221D7ECC75B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1232, 127.0.0.1:8202] send response NON-2.05 MID=30014, Token=null, OptionSet={}, "server responds hi" 06:03:06.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8202, complete]! 06:03:06.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1232, 127.0.0.1:8202, complete] completed NON-2.04 MID=30014, Token=1892F221D7ECC75B, 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:03:06.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:8202 06:03:06.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30014, Token=1892F221D7ECC75B, 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:03:06.581 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30014] 06:03:06.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8205, complete]! 06:03:06.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-1892F221D7ECC75B] 06:03:06.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30014] 06:03:06.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1231, 127.0.0.1:8205, complete] completed CON-POST MID=30014, Token=1892F221D7ECC75B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30014, Token=1892F221D7ECC75B, 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:03:06.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233, 127.0.0.1:8205] send request 06:03:06.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30015], CON-POST MID=30015, 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:03:06.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F45FDC00AD4C3CB8], CON-POST MID=30015, Token=F45FDC00AD4C3CB8, 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:03:06.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30015], KeyToken[127.0.0.1:8205-F45FDC00AD4C3CB8]] 06:03:06.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30015, Token=F45FDC00AD4C3CB8, 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:03:06.582 [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:8202 06:03:06.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30015] 06:03:06.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8202] replace CON-POST MID=30015, Token=F45FDC00AD4C3CB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30015, Token=F45FDC00AD4C3CB8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1234, 127.0.0.1:8202] send response NON-2.05 MID=30015, Token=null, OptionSet={}, "server responds hi" 06:03:06.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8202, complete]! 06:03:06.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1234, 127.0.0.1:8202, complete] completed NON-2.04 MID=30015, Token=F45FDC00AD4C3CB8, 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:03:06.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30015, Token=F45FDC00AD4C3CB8, 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:03:06.583 [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 42 bytes from 127.0.0.1:8205 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30015] 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8205, complete]! 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F45FDC00AD4C3CB8] 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30015] 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1233, 127.0.0.1:8205, complete] completed CON-POST MID=30015, Token=F45FDC00AD4C3CB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30015, Token=F45FDC00AD4C3CB8, 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:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235, 127.0.0.1:8205] send request 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30016], CON-POST MID=30016, 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:03:06.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D8A9314DD27260E9], CON-POST MID=30016, Token=D8A9314DD27260E9, 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:03:06.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30016], KeyToken[127.0.0.1:8205-D8A9314DD27260E9]] 06:03:06.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:8205 06:03:06.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30016, Token=D8A9314DD27260E9, 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:03:06.584 [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:8202 06:03:06.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30016] 06:03:06.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8202] replace CON-POST MID=30016, Token=D8A9314DD27260E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30016, Token=D8A9314DD27260E9, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1236, 127.0.0.1:8202] send response NON-2.05 MID=30016, Token=null, OptionSet={}, "server responds hi" 06:03:06.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8202, complete]! 06:03:06.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1236, 127.0.0.1:8202, complete] completed NON-2.04 MID=30016, Token=D8A9314DD27260E9, 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:03:06.584 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.584 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30016, Token=D8A9314DD27260E9, 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:03:06.584 [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 42 bytes from 127.0.0.1:8205 06:03:06.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30016] 06:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8205, complete]! 06:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D8A9314DD27260E9] 06:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30016] 06:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1235, 127.0.0.1:8205, complete] completed CON-POST MID=30016, Token=D8A9314DD27260E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30016, Token=D8A9314DD27260E9, 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:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237, 127.0.0.1:8205] send request 06:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30017], CON-POST MID=30017, 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:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-347B5B74C466F856], CON-POST MID=30017, Token=347B5B74C466F856, 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:03:06.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30017], KeyToken[127.0.0.1:8205-347B5B74C466F856]] 06:03:06.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30017, Token=347B5B74C466F856, 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:03:06.586 [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:8202 06:03:06.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30017] 06:03:06.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8202] replace CON-POST MID=30017, Token=347B5B74C466F856, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30017, Token=347B5B74C466F856, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1238, 127.0.0.1:8202] send response NON-2.05 MID=30017, Token=null, OptionSet={}, "server responds hi" 06:03:06.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8202, complete]! 06:03:06.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1238, 127.0.0.1:8202, complete] completed NON-2.04 MID=30017, Token=347B5B74C466F856, 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:03:06.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:8202 06:03:06.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30017, Token=347B5B74C466F856, 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:03:06.586 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30017] 06:03:06.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8205, complete]! 06:03:06.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-347B5B74C466F856] 06:03:06.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30017] 06:03:06.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1237, 127.0.0.1:8205, complete] completed CON-POST MID=30017, Token=347B5B74C466F856, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30017, Token=347B5B74C466F856, 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:03:06.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239, 127.0.0.1:8205] send request 06:03:06.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30018], CON-POST MID=30018, 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:03:06.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A8B223BF1FDE87A6], CON-POST MID=30018, Token=A8B223BF1FDE87A6, 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:03:06.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-30018], KeyToken[127.0.0.1:8205-A8B223BF1FDE87A6]] 06:03:06.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:8205 06:03:06.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30018, Token=A8B223BF1FDE87A6, 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:03:06.587 [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:8202 06:03:06.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30018] 06:03:06.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8202] replace CON-POST MID=30018, Token=A8B223BF1FDE87A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30018, Token=A8B223BF1FDE87A6, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1240, 127.0.0.1:8202] send response NON-2.05 MID=30018, Token=null, OptionSet={}, "server responds hi" 06:03:06.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8202, complete]! 06:03:06.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1240, 127.0.0.1:8202, complete] completed NON-2.04 MID=30018, Token=A8B223BF1FDE87A6, 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:03:06.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30018, Token=A8B223BF1FDE87A6, 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:03:06.588 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30018] 06:03:06.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8205, complete]! 06:03:06.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A8B223BF1FDE87A6] 06:03:06.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30018] 06:03:06.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1239, 127.0.0.1:8205, complete] completed CON-POST MID=30018, Token=A8B223BF1FDE87A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30018, Token=A8B223BF1FDE87A6, 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:03:06.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241, 127.0.0.1:8205] send request 06:03:06.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30019], CON-POST MID=30019, 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:03:06.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-70E02F9EF1DE5F6A], CON-POST MID=30019, Token=70E02F9EF1DE5F6A, 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:03:06.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30019], KeyToken[127.0.0.1:8205-70E02F9EF1DE5F6A]] 06:03:06.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:8205 06:03:06.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30019, Token=70E02F9EF1DE5F6A, 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:03:06.589 [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:8202 06:03:06.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30019] 06:03:06.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8202] replace CON-POST MID=30019, Token=70E02F9EF1DE5F6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30019, Token=70E02F9EF1DE5F6A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1242, 127.0.0.1:8202] send response NON-2.05 MID=30019, Token=null, OptionSet={}, "server responds hi" 06:03:06.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8202, complete]! 06:03:06.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1242, 127.0.0.1:8202, complete] completed NON-2.04 MID=30019, Token=70E02F9EF1DE5F6A, 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:03:06.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30019, Token=70E02F9EF1DE5F6A, 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:03:06.590 [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 42 bytes from 127.0.0.1:8205 06:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30019] 06:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8205, complete]! 06:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-70E02F9EF1DE5F6A] 06:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30019] 06:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1241, 127.0.0.1:8205, complete] completed CON-POST MID=30019, Token=70E02F9EF1DE5F6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30019, Token=70E02F9EF1DE5F6A, 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:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243, 127.0.0.1:8205] send request 06:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30020], CON-POST MID=30020, 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:03:06.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-84DFE0642874B8F8], CON-POST MID=30020, Token=84DFE0642874B8F8, 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:03:06.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30020], KeyToken[127.0.0.1:8205-84DFE0642874B8F8]] 06:03:06.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:8205 06:03:06.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30020, Token=84DFE0642874B8F8, 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:03:06.591 [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:8202 06:03:06.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30020] 06:03:06.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8202] replace CON-POST MID=30020, Token=84DFE0642874B8F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30020, Token=84DFE0642874B8F8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1244, 127.0.0.1:8202] send response NON-2.05 MID=30020, Token=null, OptionSet={}, "server responds hi" 06:03:06.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8202, complete]! 06:03:06.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1244, 127.0.0.1:8202, complete] completed NON-2.04 MID=30020, Token=84DFE0642874B8F8, 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:03:06.591 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30020, Token=84DFE0642874B8F8, 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:03:06.591 [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 42 bytes from 127.0.0.1:8205 06:03:06.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30020] 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8205, complete]! 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-84DFE0642874B8F8] 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30020] 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1243, 127.0.0.1:8205, complete] completed CON-POST MID=30020, Token=84DFE0642874B8F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30020, Token=84DFE0642874B8F8, 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:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245, 127.0.0.1:8205] send request 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30021], CON-POST MID=30021, 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:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4401AFA224BBC639], CON-POST MID=30021, Token=4401AFA224BBC639, 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:03:06.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30021], KeyToken[127.0.0.1:8205-4401AFA224BBC639]] 06:03:06.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30021, Token=4401AFA224BBC639, 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:03:06.593 [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:8202 06:03:06.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30021] 06:03:06.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8202] replace CON-POST MID=30021, Token=4401AFA224BBC639, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30021, Token=4401AFA224BBC639, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1246, 127.0.0.1:8202] send response NON-2.05 MID=30021, Token=null, OptionSet={}, "server responds hi" 06:03:06.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8202, complete]! 06:03:06.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1246, 127.0.0.1:8202, complete] completed NON-2.04 MID=30021, Token=4401AFA224BBC639, 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:03:06.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:8202 06:03:06.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30021, Token=4401AFA224BBC639, 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:03:06.593 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30021] 06:03:06.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8205, complete]! 06:03:06.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4401AFA224BBC639] 06:03:06.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30021] 06:03:06.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1245, 127.0.0.1:8205, complete] completed CON-POST MID=30021, Token=4401AFA224BBC639, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30021, Token=4401AFA224BBC639, 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:03:06.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247, 127.0.0.1:8205] send request 06:03:06.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30022], CON-POST MID=30022, 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:03:06.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E8F12A38844D959D], CON-POST MID=30022, Token=E8F12A38844D959D, 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:03:06.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30022], KeyToken[127.0.0.1:8205-E8F12A38844D959D]] 06:03:06.594 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30022, Token=E8F12A38844D959D, 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:03:06.594 [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:8202 06:03:06.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30022] 06:03:06.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8202] replace CON-POST MID=30022, Token=E8F12A38844D959D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30022, Token=E8F12A38844D959D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1248, 127.0.0.1:8202] send response NON-2.05 MID=30022, Token=null, OptionSet={}, "server responds hi" 06:03:06.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8202, complete]! 06:03:06.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1248, 127.0.0.1:8202, complete] completed NON-2.04 MID=30022, Token=E8F12A38844D959D, 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:03:06.595 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30022, Token=E8F12A38844D959D, 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:03:06.595 [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 42 bytes from 127.0.0.1:8205 06:03:06.595 [: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-30022] 06:03:06.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8205, complete]! 06:03:06.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E8F12A38844D959D] 06:03:06.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30022] 06:03:06.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1247, 127.0.0.1:8205, complete] completed CON-POST MID=30022, Token=E8F12A38844D959D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30022, Token=E8F12A38844D959D, 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:03:06.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249, 127.0.0.1:8205] send request 06:03:06.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30023], CON-POST MID=30023, 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:03:06.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-901A843C3C1FC681], CON-POST MID=30023, Token=901A843C3C1FC681, 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:03:06.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30023], KeyToken[127.0.0.1:8205-901A843C3C1FC681]] 06:03:06.596 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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:03:06.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30023, Token=901A843C3C1FC681, 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:03:06.596 [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:8202 06:03:06.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30023] 06:03:06.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8202] replace CON-POST MID=30023, Token=901A843C3C1FC681, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30023, Token=901A843C3C1FC681, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1250, 127.0.0.1:8202] send response NON-2.05 MID=30023, Token=null, OptionSet={}, "server responds hi" 06:03:06.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8202, complete]! 06:03:06.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1250, 127.0.0.1:8202, complete] completed NON-2.04 MID=30023, Token=901A843C3C1FC681, 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:03:06.597 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.597 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30023, Token=901A843C3C1FC681, 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:03:06.597 [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 42 bytes from 127.0.0.1:8205 06:03:06.597 [: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-30023] 06:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8205, complete]! 06:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-901A843C3C1FC681] 06:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30023] 06:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1249, 127.0.0.1:8205, complete] completed CON-POST MID=30023, Token=901A843C3C1FC681, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30023, Token=901A843C3C1FC681, 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:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251, 127.0.0.1:8205] send request 06:03:06.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30024], CON-POST MID=30024, 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:03:06.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-30A1A7EFFE8A6154], CON-POST MID=30024, Token=30A1A7EFFE8A6154, 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:03:06.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30024], KeyToken[127.0.0.1:8205-30A1A7EFFE8A6154]] 06:03:06.598 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30024, Token=30A1A7EFFE8A6154, 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:03:06.598 [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:8202 06:03:06.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30024] 06:03:06.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8202] replace CON-POST MID=30024, Token=30A1A7EFFE8A6154, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30024, Token=30A1A7EFFE8A6154, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1252, 127.0.0.1:8202] send response NON-2.05 MID=30024, Token=null, OptionSet={}, "server responds hi" 06:03:06.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8202, complete]! 06:03:06.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1252, 127.0.0.1:8202, complete] completed NON-2.04 MID=30024, Token=30A1A7EFFE8A6154, 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:03:06.599 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30024, Token=30A1A7EFFE8A6154, 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:03:06.599 [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 42 bytes from 127.0.0.1:8205 06:03:06.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30024] 06:03:06.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8205, complete]! 06:03:06.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-30A1A7EFFE8A6154] 06:03:06.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30024] 06:03:06.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1251, 127.0.0.1:8205, complete] completed CON-POST MID=30024, Token=30A1A7EFFE8A6154, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30024, Token=30A1A7EFFE8A6154, 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:03:06.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253, 127.0.0.1:8205] send request 06:03:06.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30025], CON-POST MID=30025, 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:03:06.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B0A72207F9AEEFAD], CON-POST MID=30025, Token=B0A72207F9AEEFAD, 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:03:06.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30025], KeyToken[127.0.0.1:8205-B0A72207F9AEEFAD]] 06:03:06.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:8205 06:03:06.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30025, Token=B0A72207F9AEEFAD, 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:03:06.651 [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:8202 06:03:06.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30025] 06:03:06.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8202] replace CON-POST MID=30025, Token=B0A72207F9AEEFAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30025, Token=B0A72207F9AEEFAD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1254, 127.0.0.1:8202] send response NON-2.05 MID=30025, Token=null, OptionSet={}, "server responds hi" 06:03:06.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8202, complete]! 06:03:06.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1254, 127.0.0.1:8202, complete] completed NON-2.04 MID=30025, Token=B0A72207F9AEEFAD, 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:03:06.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30025, Token=B0A72207F9AEEFAD, 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:03:06.652 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30025] 06:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8205, complete]! 06:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B0A72207F9AEEFAD] 06:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30025] 06:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1253, 127.0.0.1:8205, complete] completed CON-POST MID=30025, Token=B0A72207F9AEEFAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30025, Token=B0A72207F9AEEFAD, 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:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255, 127.0.0.1:8205] send request 06:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30026], CON-POST MID=30026, 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:03:06.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E8EB6FEA6CF1B90C], CON-POST MID=30026, Token=E8EB6FEA6CF1B90C, 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:03:06.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30026], KeyToken[127.0.0.1:8205-E8EB6FEA6CF1B90C]] 06:03:06.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:8205 06:03:06.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30026, Token=E8EB6FEA6CF1B90C, 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:03:06.653 [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:8202 06:03:06.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30026] 06:03:06.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8202] replace CON-POST MID=30026, Token=E8EB6FEA6CF1B90C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30026, Token=E8EB6FEA6CF1B90C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1256, 127.0.0.1:8202] send response NON-2.05 MID=30026, Token=null, OptionSet={}, "server responds hi" 06:03:06.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8202, complete]! 06:03:06.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1256, 127.0.0.1:8202, complete] completed NON-2.04 MID=30026, Token=E8EB6FEA6CF1B90C, 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:03:06.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:8202 06:03:06.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30026, Token=E8EB6FEA6CF1B90C, 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:03:06.654 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30026] 06:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8205, complete]! 06:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E8EB6FEA6CF1B90C] 06:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30026] 06:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1255, 127.0.0.1:8205, complete] completed CON-POST MID=30026, Token=E8EB6FEA6CF1B90C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30026, Token=E8EB6FEA6CF1B90C, 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:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257, 127.0.0.1:8205] send request 06:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30027], CON-POST MID=30027, 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:03:06.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-4C52219D9D6CE5CF], CON-POST MID=30027, Token=4C52219D9D6CE5CF, 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:03:06.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30027], KeyToken[127.0.0.1:8205-4C52219D9D6CE5CF]] 06:03:06.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 06:03:06.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30027, Token=4C52219D9D6CE5CF, 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:03:06.655 [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:8202 06:03:06.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30027] 06:03:06.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8202] replace CON-POST MID=30027, Token=4C52219D9D6CE5CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30027, Token=4C52219D9D6CE5CF, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1258, 127.0.0.1:8202] send response NON-2.05 MID=30027, Token=null, OptionSet={}, "server responds hi" 06:03:06.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8202, complete]! 06:03:06.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1258, 127.0.0.1:8202, complete] completed NON-2.04 MID=30027, Token=4C52219D9D6CE5CF, 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:03:06.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:8202 06:03:06.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30027, Token=4C52219D9D6CE5CF, 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:03:06.655 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30027] 06:03:06.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8205, complete]! 06:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-4C52219D9D6CE5CF] 06:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30027] 06:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1257, 127.0.0.1:8205, complete] completed CON-POST MID=30027, Token=4C52219D9D6CE5CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30027, Token=4C52219D9D6CE5CF, 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:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259, 127.0.0.1:8205] send request 06:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30028], CON-POST MID=30028, 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:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F4953840C6D31D13], CON-POST MID=30028, Token=F4953840C6D31D13, 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:03:06.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30028], KeyToken[127.0.0.1:8205-F4953840C6D31D13]] 06:03:06.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:8205 06:03:06.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30028, Token=F4953840C6D31D13, 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:03:06.656 [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:8202 06:03:06.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30028] 06:03:06.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8202] replace CON-POST MID=30028, Token=F4953840C6D31D13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30028, Token=F4953840C6D31D13, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1260, 127.0.0.1:8202] send response NON-2.05 MID=30028, Token=null, OptionSet={}, "server responds hi" 06:03:06.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8202, complete]! 06:03:06.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1260, 127.0.0.1:8202, complete] completed NON-2.04 MID=30028, Token=F4953840C6D31D13, 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:03:06.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:8202 06:03:06.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30028, Token=F4953840C6D31D13, 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:03:06.657 [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 42 bytes from 127.0.0.1:8205 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30028] 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8205, complete]! 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F4953840C6D31D13] 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30028] 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1259, 127.0.0.1:8205, complete] completed CON-POST MID=30028, Token=F4953840C6D31D13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30028, Token=F4953840C6D31D13, 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:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261, 127.0.0.1:8205] send request 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30029], CON-POST MID=30029, 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:03:06.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5CAB2345FE63F5B3], CON-POST MID=30029, Token=5CAB2345FE63F5B3, 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:03:06.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30029], KeyToken[127.0.0.1:8205-5CAB2345FE63F5B3]] 06:03:06.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:8205 06:03:06.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30029, Token=5CAB2345FE63F5B3, 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:03:06.658 [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:8202 06:03:06.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30029] 06:03:06.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8202] replace CON-POST MID=30029, Token=5CAB2345FE63F5B3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30029, Token=5CAB2345FE63F5B3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1262, 127.0.0.1:8202] send response NON-2.05 MID=30029, Token=null, OptionSet={}, "server responds hi" 06:03:06.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8202, complete]! 06:03:06.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1262, 127.0.0.1:8202, complete] completed NON-2.04 MID=30029, Token=5CAB2345FE63F5B3, 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:03:06.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:8202 06:03:06.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30029, Token=5CAB2345FE63F5B3, 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:03:06.658 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30029] 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8205, complete]! 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5CAB2345FE63F5B3] 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30029] 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1261, 127.0.0.1:8205, complete] completed CON-POST MID=30029, Token=5CAB2345FE63F5B3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30029, Token=5CAB2345FE63F5B3, 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:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263, 127.0.0.1:8205] send request 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30030], CON-POST MID=30030, 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:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-6C5BAD4566A20DBD], CON-POST MID=30030, Token=6C5BAD4566A20DBD, 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:03:06.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30030], KeyToken[127.0.0.1:8205-6C5BAD4566A20DBD]] 06:03:06.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30030, Token=6C5BAD4566A20DBD, 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:03:06.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30030] 06:03:06.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8202] replace CON-POST MID=30030, Token=6C5BAD4566A20DBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30030, Token=6C5BAD4566A20DBD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1264, 127.0.0.1:8202] send response NON-2.05 MID=30030, Token=null, OptionSet={}, "server responds hi" 06:03:06.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8202, complete]! 06:03:06.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1264, 127.0.0.1:8202, complete] completed NON-2.04 MID=30030, Token=6C5BAD4566A20DBD, 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:03:06.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:8202 06:03:06.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30030, Token=6C5BAD4566A20DBD, 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:03:06.660 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30030] 06:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8205, complete]! 06:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-6C5BAD4566A20DBD] 06:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30030] 06:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1263, 127.0.0.1:8205, complete] completed CON-POST MID=30030, Token=6C5BAD4566A20DBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30030, Token=6C5BAD4566A20DBD, 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:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265, 127.0.0.1:8205] send request 06:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30031], CON-POST MID=30031, 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:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DC1B684856924988], CON-POST MID=30031, Token=DC1B684856924988, 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:03:06.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30031], KeyToken[127.0.0.1:8205-DC1B684856924988]] 06:03:06.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30031, Token=DC1B684856924988, 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:03:06.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30031] 06:03:06.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8202] replace CON-POST MID=30031, Token=DC1B684856924988, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30031, Token=DC1B684856924988, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1266, 127.0.0.1:8202] send response NON-2.05 MID=30031, Token=null, OptionSet={}, "server responds hi" 06:03:06.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8202, complete]! 06:03:06.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1266, 127.0.0.1:8202, complete] completed NON-2.04 MID=30031, Token=DC1B684856924988, 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:03:06.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:8202 06:03:06.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30031, Token=DC1B684856924988, 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:03:06.661 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30031] 06:03:06.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8205, complete]! 06:03:06.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DC1B684856924988] 06:03:06.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30031] 06:03:06.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1265, 127.0.0.1:8205, complete] completed CON-POST MID=30031, Token=DC1B684856924988, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30031, Token=DC1B684856924988, 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:03:06.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267, 127.0.0.1:8205] send request 06:03:06.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30032], CON-POST MID=30032, 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:03:06.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E016BE120ACE5AF3], CON-POST MID=30032, Token=E016BE120ACE5AF3, 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:03:06.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30032], KeyToken[127.0.0.1:8205-E016BE120ACE5AF3]] 06:03:06.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30032, Token=E016BE120ACE5AF3, 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:03:06.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30032] 06:03:06.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8202] replace CON-POST MID=30032, Token=E016BE120ACE5AF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30032, Token=E016BE120ACE5AF3, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1268, 127.0.0.1:8202] send response NON-2.05 MID=30032, Token=null, OptionSet={}, "server responds hi" 06:03:06.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8202, complete]! 06:03:06.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1268, 127.0.0.1:8202, complete] completed NON-2.04 MID=30032, Token=E016BE120ACE5AF3, 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:03:06.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30032, Token=E016BE120ACE5AF3, 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:03:06.663 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30032] 06:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8205, complete]! 06:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E016BE120ACE5AF3] 06:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30032] 06:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1267, 127.0.0.1:8205, complete] completed CON-POST MID=30032, Token=E016BE120ACE5AF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30032, Token=E016BE120ACE5AF3, 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:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269, 127.0.0.1:8205] send request 06:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30033], CON-POST MID=30033, 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:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0CEFF42A679D1E20], CON-POST MID=30033, Token=0CEFF42A679D1E20, 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:03:06.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30033], KeyToken[127.0.0.1:8205-0CEFF42A679D1E20]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30033, Token=0CEFF42A679D1E20, 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:03:06.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30033] 06:03:06.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8202] replace CON-POST MID=30033, Token=0CEFF42A679D1E20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30033, Token=0CEFF42A679D1E20, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1270, 127.0.0.1:8202] send response NON-2.05 MID=30033, Token=null, OptionSet={}, "server responds hi" 06:03:06.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8202, complete]! 06:03:06.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1270, 127.0.0.1:8202, complete] completed NON-2.04 MID=30033, Token=0CEFF42A679D1E20, 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:03:06.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30033, Token=0CEFF42A679D1E20, 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:03:06.664 [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 42 bytes from 127.0.0.1:8205 06:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30033] 06:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8205, complete]! 06:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0CEFF42A679D1E20] 06:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30033] 06:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1269, 127.0.0.1:8205, complete] completed CON-POST MID=30033, Token=0CEFF42A679D1E20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30033, Token=0CEFF42A679D1E20, 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:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271, 127.0.0.1:8205] send request 06:03:06.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30034], CON-POST MID=30034, 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:03:06.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-94A7024837A82AB5], CON-POST MID=30034, Token=94A7024837A82AB5, 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:03:06.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30034], KeyToken[127.0.0.1:8205-94A7024837A82AB5]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30034, Token=94A7024837A82AB5, 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:03:06.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30034] 06:03:06.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8202] replace CON-POST MID=30034, Token=94A7024837A82AB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30034, Token=94A7024837A82AB5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1272, 127.0.0.1:8202] send response NON-2.05 MID=30034, Token=null, OptionSet={}, "server responds hi" 06:03:06.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8202, complete]! 06:03:06.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1272, 127.0.0.1:8202, complete] completed NON-2.04 MID=30034, Token=94A7024837A82AB5, 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:03:06.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:8202 06:03:06.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30034, Token=94A7024837A82AB5, 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:03:06.665 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30034] 06:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8205, complete]! 06:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-94A7024837A82AB5] 06:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30034] 06:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1271, 127.0.0.1:8205, complete] completed CON-POST MID=30034, Token=94A7024837A82AB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30034, Token=94A7024837A82AB5, 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:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273, 127.0.0.1:8205] send request 06:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30035], CON-POST MID=30035, 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:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-60F3055CD388CCD2], CON-POST MID=30035, Token=60F3055CD388CCD2, 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:03:06.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30035], KeyToken[127.0.0.1:8205-60F3055CD388CCD2]] 06:03:06.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30035, Token=60F3055CD388CCD2, 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:03:06.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30035] 06:03:06.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8202] replace CON-POST MID=30035, Token=60F3055CD388CCD2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30035, Token=60F3055CD388CCD2, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1274, 127.0.0.1:8202] send response NON-2.05 MID=30035, Token=null, OptionSet={}, "server responds hi" 06:03:06.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8202, complete]! 06:03:06.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1274, 127.0.0.1:8202, complete] completed NON-2.04 MID=30035, Token=60F3055CD388CCD2, 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:03:06.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30035, Token=60F3055CD388CCD2, 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:03:06.667 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30035] 06:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8205, complete]! 06:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-60F3055CD388CCD2] 06:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30035] 06:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1273, 127.0.0.1:8205, complete] completed CON-POST MID=30035, Token=60F3055CD388CCD2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30035, Token=60F3055CD388CCD2, 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:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275, 127.0.0.1:8205] send request 06:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30036], CON-POST MID=30036, 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:03:06.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14DA55C69DA35747], CON-POST MID=30036, Token=14DA55C69DA35747, 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:03:06.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30036], KeyToken[127.0.0.1:8205-14DA55C69DA35747]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30036, Token=14DA55C69DA35747, 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:03:06.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30036] 06:03:06.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8202] replace CON-POST MID=30036, Token=14DA55C69DA35747, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30036, Token=14DA55C69DA35747, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1276, 127.0.0.1:8202] send response NON-2.05 MID=30036, Token=null, OptionSet={}, "server responds hi" 06:03:06.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8202, complete]! 06:03:06.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1276, 127.0.0.1:8202, complete] completed NON-2.04 MID=30036, Token=14DA55C69DA35747, 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:03:06.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:8202 06:03:06.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30036, Token=14DA55C69DA35747, 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:03:06.668 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30036] 06:03:06.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8205, complete]! 06:03:06.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14DA55C69DA35747] 06:03:06.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30036] 06:03:06.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1275, 127.0.0.1:8205, complete] completed CON-POST MID=30036, Token=14DA55C69DA35747, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30036, Token=14DA55C69DA35747, 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:03:06.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277, 127.0.0.1:8205] send request 06:03:06.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30037], CON-POST MID=30037, 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:03:06.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-088256335C55DAAA], CON-POST MID=30037, Token=088256335C55DAAA, 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:03:06.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30037], KeyToken[127.0.0.1:8205-088256335C55DAAA]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30037, Token=088256335C55DAAA, 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:03:06.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30037] 06:03:06.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8202] replace CON-POST MID=30037, Token=088256335C55DAAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30037, Token=088256335C55DAAA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1278, 127.0.0.1:8202] send response NON-2.05 MID=30037, Token=null, OptionSet={}, "server responds hi" 06:03:06.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8202, complete]! 06:03:06.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1278, 127.0.0.1:8202, complete] completed NON-2.04 MID=30037, Token=088256335C55DAAA, 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:03:06.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:8202 06:03:06.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30037, Token=088256335C55DAAA, 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:03:06.670 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30037] 06:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8205, complete]! 06:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-088256335C55DAAA] 06:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30037] 06:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1277, 127.0.0.1:8205, complete] completed CON-POST MID=30037, Token=088256335C55DAAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30037, Token=088256335C55DAAA, 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:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279, 127.0.0.1:8205] send request 06:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30038], CON-POST MID=30038, 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:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8C0EE75BF4E0CDDB], CON-POST MID=30038, Token=8C0EE75BF4E0CDDB, 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:03:06.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30038], KeyToken[127.0.0.1:8205-8C0EE75BF4E0CDDB]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30038, Token=8C0EE75BF4E0CDDB, 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:03:06.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30038] 06:03:06.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8202] replace CON-POST MID=30038, Token=8C0EE75BF4E0CDDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30038, Token=8C0EE75BF4E0CDDB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1280, 127.0.0.1:8202] send response NON-2.05 MID=30038, Token=null, OptionSet={}, "server responds hi" 06:03:06.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8202, complete]! 06:03:06.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1280, 127.0.0.1:8202, complete] completed NON-2.04 MID=30038, Token=8C0EE75BF4E0CDDB, 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:03:06.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:8202 06:03:06.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30038, Token=8C0EE75BF4E0CDDB, 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:03:06.671 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30038] 06:03:06.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8205, complete]! 06:03:06.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8C0EE75BF4E0CDDB] 06:03:06.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30038] 06:03:06.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1279, 127.0.0.1:8205, complete] completed CON-POST MID=30038, Token=8C0EE75BF4E0CDDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30038, Token=8C0EE75BF4E0CDDB, 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:03:06.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281, 127.0.0.1:8205] send request 06:03:06.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30039], CON-POST MID=30039, 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:03:06.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-787C1E533B3CD1A4], CON-POST MID=30039, Token=787C1E533B3CD1A4, 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:03:06.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30039], KeyToken[127.0.0.1:8205-787C1E533B3CD1A4]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30039, Token=787C1E533B3CD1A4, 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:03:06.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30039] 06:03:06.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8202] replace CON-POST MID=30039, Token=787C1E533B3CD1A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30039, Token=787C1E533B3CD1A4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1282, 127.0.0.1:8202] send response NON-2.05 MID=30039, Token=null, OptionSet={}, "server responds hi" 06:03:06.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8202, complete]! 06:03:06.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1282, 127.0.0.1:8202, complete] completed NON-2.04 MID=30039, Token=787C1E533B3CD1A4, 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:03:06.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:8202 06:03:06.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30039, Token=787C1E533B3CD1A4, 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:03:06.673 [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 42 bytes from 127.0.0.1:8205 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30039] 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8205, complete]! 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-787C1E533B3CD1A4] 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30039] 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1281, 127.0.0.1:8205, complete] completed CON-POST MID=30039, Token=787C1E533B3CD1A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30039, Token=787C1E533B3CD1A4, 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:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283, 127.0.0.1:8205] send request 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30040], CON-POST MID=30040, 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:03:06.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0838E59A2A5924AE], CON-POST MID=30040, Token=0838E59A2A5924AE, 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:03:06.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30040], KeyToken[127.0.0.1:8205-0838E59A2A5924AE]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30040, Token=0838E59A2A5924AE, 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:03:06.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30040] 06:03:06.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8202] replace CON-POST MID=30040, Token=0838E59A2A5924AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30040, Token=0838E59A2A5924AE, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1284, 127.0.0.1:8202] send response NON-2.05 MID=30040, Token=null, OptionSet={}, "server responds hi" 06:03:06.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8202, complete]! 06:03:06.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1284, 127.0.0.1:8202, complete] completed NON-2.04 MID=30040, Token=0838E59A2A5924AE, 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:03:06.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:8202 06:03:06.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30040, Token=0838E59A2A5924AE, 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:03:06.675 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30040] 06:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8205, complete]! 06:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0838E59A2A5924AE] 06:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30040] 06:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1283, 127.0.0.1:8205, complete] completed CON-POST MID=30040, Token=0838E59A2A5924AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30040, Token=0838E59A2A5924AE, 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:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285, 127.0.0.1:8205] send request 06:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30041], CON-POST MID=30041, 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:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-303E483D712E7486], CON-POST MID=30041, Token=303E483D712E7486, 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:03:06.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30041], KeyToken[127.0.0.1:8205-303E483D712E7486]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30041, Token=303E483D712E7486, 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:03:06.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30041] 06:03:06.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8202] replace CON-POST MID=30041, Token=303E483D712E7486, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30041, Token=303E483D712E7486, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1286, 127.0.0.1:8202] send response NON-2.05 MID=30041, Token=null, OptionSet={}, "server responds hi" 06:03:06.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8202, complete]! 06:03:06.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1286, 127.0.0.1:8202, complete] completed NON-2.04 MID=30041, Token=303E483D712E7486, 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:03:06.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:8202 06:03:06.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30041, Token=303E483D712E7486, 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:03:06.676 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30041] 06:03:06.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8205, complete]! 06:03:06.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-303E483D712E7486] 06:03:06.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30041] 06:03:06.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1285, 127.0.0.1:8205, complete] completed CON-POST MID=30041, Token=303E483D712E7486, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30041, Token=303E483D712E7486, 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:03:06.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287, 127.0.0.1:8205] send request 06:03:06.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30042], CON-POST MID=30042, 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:03:06.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7488D0E62706521E], CON-POST MID=30042, Token=7488D0E62706521E, 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:03:06.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30042], KeyToken[127.0.0.1:8205-7488D0E62706521E]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30042, Token=7488D0E62706521E, 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:03:06.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30042] 06:03:06.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8202] replace CON-POST MID=30042, Token=7488D0E62706521E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30042, Token=7488D0E62706521E, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1288, 127.0.0.1:8202] send response NON-2.05 MID=30042, Token=null, OptionSet={}, "server responds hi" 06:03:06.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8202, complete]! 06:03:06.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1288, 127.0.0.1:8202, complete] completed NON-2.04 MID=30042, Token=7488D0E62706521E, 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:03:06.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:8202 06:03:06.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30042, Token=7488D0E62706521E, 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:03:06.678 [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 42 bytes from 127.0.0.1:8205 06:03:06.678 [: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-30042] 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8205, complete]! 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7488D0E62706521E] 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30042] 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1287, 127.0.0.1:8205, complete] completed CON-POST MID=30042, Token=7488D0E62706521E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30042, Token=7488D0E62706521E, 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:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289, 127.0.0.1:8205] send request 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30043], CON-POST MID=30043, 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:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-383C139C36BA7780], CON-POST MID=30043, Token=383C139C36BA7780, 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:03:06.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30043], KeyToken[127.0.0.1:8205-383C139C36BA7780]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30043, Token=383C139C36BA7780, 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:03:06.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30043] 06:03:06.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8202] replace CON-POST MID=30043, Token=383C139C36BA7780, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30043, Token=383C139C36BA7780, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1290, 127.0.0.1:8202] send response NON-2.05 MID=30043, Token=null, OptionSet={}, "server responds hi" 06:03:06.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8202, complete]! 06:03:06.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1290, 127.0.0.1:8202, complete] completed NON-2.04 MID=30043, Token=383C139C36BA7780, 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:03:06.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:8202 06:03:06.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30043, Token=383C139C36BA7780, 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:03:06.679 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30043] 06:03:06.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8205, complete]! 06:03:06.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-383C139C36BA7780] 06:03:06.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30043] 06:03:06.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1289, 127.0.0.1:8205, complete] completed CON-POST MID=30043, Token=383C139C36BA7780, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30043, Token=383C139C36BA7780, 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:03:06.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291, 127.0.0.1:8205] send request 06:03:06.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30044], CON-POST MID=30044, 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:03:06.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-2825E5CBD37470C5], CON-POST MID=30044, Token=2825E5CBD37470C5, 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:03:06.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30044], KeyToken[127.0.0.1:8205-2825E5CBD37470C5]] 06:03:06.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30044, Token=2825E5CBD37470C5, 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:03:06.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30044] 06:03:06.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8202] replace CON-POST MID=30044, Token=2825E5CBD37470C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30044, Token=2825E5CBD37470C5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1292, 127.0.0.1:8202] send response NON-2.05 MID=30044, Token=null, OptionSet={}, "server responds hi" 06:03:06.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8202, complete]! 06:03:06.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1292, 127.0.0.1:8202, complete] completed NON-2.04 MID=30044, Token=2825E5CBD37470C5, 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:03:06.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:8202 06:03:06.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30044, Token=2825E5CBD37470C5, 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:03:06.681 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30044] 06:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8205, complete]! 06:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-2825E5CBD37470C5] 06:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30044] 06:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1291, 127.0.0.1:8205, complete] completed CON-POST MID=30044, Token=2825E5CBD37470C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30044, Token=2825E5CBD37470C5, 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:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293, 127.0.0.1:8205] send request 06:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30045], CON-POST MID=30045, 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:03:06.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-045133F8A1056DA8], CON-POST MID=30045, Token=045133F8A1056DA8, 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:03:06.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30045], KeyToken[127.0.0.1:8205-045133F8A1056DA8]] 06:03:06.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30045, Token=045133F8A1056DA8, 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:03:06.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30045] 06:03:06.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8202] replace CON-POST MID=30045, Token=045133F8A1056DA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30045, Token=045133F8A1056DA8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1294, 127.0.0.1:8202] send response NON-2.05 MID=30045, Token=null, OptionSet={}, "server responds hi" 06:03:06.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8202, complete]! 06:03:06.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1294, 127.0.0.1:8202, complete] completed NON-2.04 MID=30045, Token=045133F8A1056DA8, 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:03:06.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:8202 06:03:06.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30045, Token=045133F8A1056DA8, 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:03:06.683 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30045] 06:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8205, complete]! 06:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-045133F8A1056DA8] 06:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30045] 06:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1293, 127.0.0.1:8205, complete] completed CON-POST MID=30045, Token=045133F8A1056DA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30045, Token=045133F8A1056DA8, 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:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295, 127.0.0.1:8205] send request 06:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30046], CON-POST MID=30046, 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:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-54892747B5A8253A], CON-POST MID=30046, Token=54892747B5A8253A, 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:03:06.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30046], KeyToken[127.0.0.1:8205-54892747B5A8253A]] 06:03:06.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30046, Token=54892747B5A8253A, 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:03:06.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30046] 06:03:06.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8202] replace CON-POST MID=30046, Token=54892747B5A8253A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30046, Token=54892747B5A8253A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1296, 127.0.0.1:8202] send response NON-2.05 MID=30046, Token=null, OptionSet={}, "server responds hi" 06:03:06.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8202, complete]! 06:03:06.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1296, 127.0.0.1:8202, complete] completed NON-2.04 MID=30046, Token=54892747B5A8253A, 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:03:06.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30046, Token=54892747B5A8253A, 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:03:06.684 [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 42 bytes from 127.0.0.1:8205 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30046] 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8205, complete]! 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-54892747B5A8253A] 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30046] 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1295, 127.0.0.1:8205, complete] completed CON-POST MID=30046, Token=54892747B5A8253A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30046, Token=54892747B5A8253A, 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:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297, 127.0.0.1:8205] send request 06:03:06.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30047], CON-POST MID=30047, 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:03:06.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D4EA5AEF2118AC50], CON-POST MID=30047, Token=D4EA5AEF2118AC50, 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:03:06.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30047], KeyToken[127.0.0.1:8205-D4EA5AEF2118AC50]] 06:03:06.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30047, Token=D4EA5AEF2118AC50, 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:03:06.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30047] 06:03:06.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8202] replace CON-POST MID=30047, Token=D4EA5AEF2118AC50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30047, Token=D4EA5AEF2118AC50, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1298, 127.0.0.1:8202] send response NON-2.05 MID=30047, Token=null, OptionSet={}, "server responds hi" 06:03:06.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8202, complete]! 06:03:06.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1298, 127.0.0.1:8202, complete] completed NON-2.04 MID=30047, Token=D4EA5AEF2118AC50, 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:03:06.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:8202 06:03:06.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30047, Token=D4EA5AEF2118AC50, 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:03:06.686 [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 42 bytes from 127.0.0.1:8205 06:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30047] 06:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8205, complete]! 06:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D4EA5AEF2118AC50] 06:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30047] 06:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1297, 127.0.0.1:8205, complete] completed CON-POST MID=30047, Token=D4EA5AEF2118AC50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30047, Token=D4EA5AEF2118AC50, 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:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299, 127.0.0.1:8205] send request 06:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30048], CON-POST MID=30048, 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:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C89738E0FAD09206], CON-POST MID=30048, Token=C89738E0FAD09206, 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:03:06.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30048], KeyToken[127.0.0.1:8205-C89738E0FAD09206]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30048, Token=C89738E0FAD09206, 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:03:06.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30048] 06:03:06.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8202] replace CON-POST MID=30048, Token=C89738E0FAD09206, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30048, Token=C89738E0FAD09206, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1300, 127.0.0.1:8202] send response NON-2.05 MID=30048, Token=null, OptionSet={}, "server responds hi" 06:03:06.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8202, complete]! 06:03:06.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1300, 127.0.0.1:8202, complete] completed NON-2.04 MID=30048, Token=C89738E0FAD09206, 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:03:06.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:8202 06:03:06.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30048, Token=C89738E0FAD09206, 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:03:06.687 [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 42 bytes from 127.0.0.1:8205 06:03:06.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30048] 06:03:06.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8205, complete]! 06:03:06.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C89738E0FAD09206] 06:03:06.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30048] 06:03:06.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1299, 127.0.0.1:8205, complete] completed CON-POST MID=30048, Token=C89738E0FAD09206, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30048, Token=C89738E0FAD09206, 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:03:06.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301, 127.0.0.1:8205] send request 06:03:06.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30049], CON-POST MID=30049, 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:03:06.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-CC3913A8C04AE2FB], CON-POST MID=30049, Token=CC3913A8C04AE2FB, 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:03:06.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30049], KeyToken[127.0.0.1:8205-CC3913A8C04AE2FB]] 06:03:06.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30049, Token=CC3913A8C04AE2FB, 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:03:06.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30049] 06:03:06.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8202] replace CON-POST MID=30049, Token=CC3913A8C04AE2FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30049, Token=CC3913A8C04AE2FB, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1302, 127.0.0.1:8202] send response NON-2.05 MID=30049, Token=null, OptionSet={}, "server responds hi" 06:03:06.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8202, complete]! 06:03:06.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1302, 127.0.0.1:8202, complete] completed NON-2.04 MID=30049, Token=CC3913A8C04AE2FB, 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:03:06.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30049, Token=CC3913A8C04AE2FB, 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:03:06.689 [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 42 bytes from 127.0.0.1:8205 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30049] 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8205, complete]! 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-CC3913A8C04AE2FB] 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30049] 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1301, 127.0.0.1:8205, complete] completed CON-POST MID=30049, Token=CC3913A8C04AE2FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30049, Token=CC3913A8C04AE2FB, 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:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303, 127.0.0.1:8205] send request 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30050], CON-POST MID=30050, 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:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F45034482CA43E91], CON-POST MID=30050, Token=F45034482CA43E91, 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:03:06.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30050], KeyToken[127.0.0.1:8205-F45034482CA43E91]] 06:03:06.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30050, Token=F45034482CA43E91, 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:03:06.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30050] 06:03:06.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8202] replace CON-POST MID=30050, Token=F45034482CA43E91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30050, Token=F45034482CA43E91, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1304, 127.0.0.1:8202] send response NON-2.05 MID=30050, Token=null, OptionSet={}, "server responds hi" 06:03:06.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8202, complete]! 06:03:06.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1304, 127.0.0.1:8202, complete] completed NON-2.04 MID=30050, Token=F45034482CA43E91, 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:03:06.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:8202 06:03:06.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30050, Token=F45034482CA43E91, 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:03:06.690 [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 42 bytes from 127.0.0.1:8205 06:03:06.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30050] 06:03:06.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8205, complete]! 06:03:06.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F45034482CA43E91] 06:03:06.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30050] 06:03:06.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1303, 127.0.0.1:8205, complete] completed CON-POST MID=30050, Token=F45034482CA43E91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30050, Token=F45034482CA43E91, 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:03:06.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305, 127.0.0.1:8205] send request 06:03:06.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30051], CON-POST MID=30051, 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:03:06.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14D3939A34478E06], CON-POST MID=30051, Token=14D3939A34478E06, 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:03:06.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30051], KeyToken[127.0.0.1:8205-14D3939A34478E06]] 06:03:06.691 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30051, Token=14D3939A34478E06, 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:03:06.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30051] 06:03:06.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8202] replace CON-POST MID=30051, Token=14D3939A34478E06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30051, Token=14D3939A34478E06, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1306, 127.0.0.1:8202] send response NON-2.05 MID=30051, Token=null, OptionSet={}, "server responds hi" 06:03:06.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8202, complete]! 06:03:06.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1306, 127.0.0.1:8202, complete] completed NON-2.04 MID=30051, Token=14D3939A34478E06, 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:03:06.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:8202 06:03:06.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30051, Token=14D3939A34478E06, 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:03:06.692 [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 42 bytes from 127.0.0.1:8205 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30051] 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8205, complete]! 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14D3939A34478E06] 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30051] 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1305, 127.0.0.1:8205, complete] completed CON-POST MID=30051, Token=14D3939A34478E06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30051, Token=14D3939A34478E06, 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:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307, 127.0.0.1:8205] send request 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30052], CON-POST MID=30052, 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:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-14F40462CAFFCC87], CON-POST MID=30052, Token=14F40462CAFFCC87, 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:03:06.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30052], KeyToken[127.0.0.1:8205-14F40462CAFFCC87]] 06:03:06.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30052, Token=14F40462CAFFCC87, 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:03:06.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30052] 06:03:06.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8202] replace CON-POST MID=30052, Token=14F40462CAFFCC87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30052, Token=14F40462CAFFCC87, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1308, 127.0.0.1:8202] send response NON-2.05 MID=30052, Token=null, OptionSet={}, "server responds hi" 06:03:06.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8202, complete]! 06:03:06.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1308, 127.0.0.1:8202, complete] completed NON-2.04 MID=30052, Token=14F40462CAFFCC87, 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:03:06.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30052, Token=14F40462CAFFCC87, 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:03:06.693 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30052] 06:03:06.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8205, complete]! 06:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-14F40462CAFFCC87] 06:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30052] 06:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1307, 127.0.0.1:8205, complete] completed CON-POST MID=30052, Token=14F40462CAFFCC87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30052, Token=14F40462CAFFCC87, 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:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309, 127.0.0.1:8205] send request 06:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30053], CON-POST MID=30053, 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:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-10DB9A995536FC95], CON-POST MID=30053, Token=10DB9A995536FC95, 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:03:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30053], KeyToken[127.0.0.1:8205-10DB9A995536FC95]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30053, Token=10DB9A995536FC95, 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:03:06.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30053] 06:03:06.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8202] replace CON-POST MID=30053, Token=10DB9A995536FC95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30053, Token=10DB9A995536FC95, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1310, 127.0.0.1:8202] send response NON-2.05 MID=30053, Token=null, OptionSet={}, "server responds hi" 06:03:06.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8202, complete]! 06:03:06.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1310, 127.0.0.1:8202, complete] completed NON-2.04 MID=30053, Token=10DB9A995536FC95, 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:03:06.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30053, Token=10DB9A995536FC95, 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:03:06.695 [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 42 bytes from 127.0.0.1:8205 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30053] 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8205, complete]! 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-10DB9A995536FC95] 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30053] 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1309, 127.0.0.1:8205, complete] completed CON-POST MID=30053, Token=10DB9A995536FC95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30053, Token=10DB9A995536FC95, 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:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311, 127.0.0.1:8205] send request 06:03:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30054], CON-POST MID=30054, 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:03:06.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-206692F1F2C704A5], CON-POST MID=30054, Token=206692F1F2C704A5, 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:03:06.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30054], KeyToken[127.0.0.1:8205-206692F1F2C704A5]] 06:03:06.696 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30054, Token=206692F1F2C704A5, 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:03:06.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30054] 06:03:06.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8202] replace CON-POST MID=30054, Token=206692F1F2C704A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30054, Token=206692F1F2C704A5, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1312, 127.0.0.1:8202] send response NON-2.05 MID=30054, Token=null, OptionSet={}, "server responds hi" 06:03:06.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8202, complete]! 06:03:06.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1312, 127.0.0.1:8202, complete] completed NON-2.04 MID=30054, Token=206692F1F2C704A5, 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:03:06.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:8202 06:03:06.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30054, Token=206692F1F2C704A5, 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:03:06.697 [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 42 bytes from 127.0.0.1:8205 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30054] 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8205, complete]! 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-206692F1F2C704A5] 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30054] 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1311, 127.0.0.1:8205, complete] completed CON-POST MID=30054, Token=206692F1F2C704A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30054, Token=206692F1F2C704A5, 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:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313, 127.0.0.1:8205] send request 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30055], CON-POST MID=30055, 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:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B88686060604CA3D], CON-POST MID=30055, Token=B88686060604CA3D, 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:03:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30055], KeyToken[127.0.0.1:8205-B88686060604CA3D]] 06:03:06.698 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30055, Token=B88686060604CA3D, 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:03:06.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30055] 06:03:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8202] replace CON-POST MID=30055, Token=B88686060604CA3D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30055, Token=B88686060604CA3D, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1314, 127.0.0.1:8202] send response NON-2.05 MID=30055, Token=null, OptionSet={}, "server responds hi" 06:03:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8202, complete]! 06:03:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1314, 127.0.0.1:8202, complete] completed NON-2.04 MID=30055, Token=B88686060604CA3D, 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:03:06.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:8202 06:03:06.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30055, Token=B88686060604CA3D, 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:03:06.698 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30055] 06:03:06.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8205, complete]! 06:03:06.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B88686060604CA3D] 06:03:06.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30055] 06:03:06.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1313, 127.0.0.1:8205, complete] completed CON-POST MID=30055, Token=B88686060604CA3D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30055, Token=B88686060604CA3D, 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:03:06.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315, 127.0.0.1:8205] send request 06:03:06.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30056], CON-POST MID=30056, 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:03:06.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-748544BCFED3190A], CON-POST MID=30056, Token=748544BCFED3190A, 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:03:06.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30056], KeyToken[127.0.0.1:8205-748544BCFED3190A]] 06:03:06.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30056, Token=748544BCFED3190A, 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:03:06.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30056] 06:03:06.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8202] replace CON-POST MID=30056, Token=748544BCFED3190A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30056, Token=748544BCFED3190A, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1316, 127.0.0.1:8202] send response NON-2.05 MID=30056, Token=null, OptionSet={}, "server responds hi" 06:03:06.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8202, complete]! 06:03:06.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1316, 127.0.0.1:8202, complete] completed NON-2.04 MID=30056, Token=748544BCFED3190A, 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:03:06.700 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30056, Token=748544BCFED3190A, 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:03:06.700 [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 42 bytes from 127.0.0.1:8205 06:03:06.700 [: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-30056] 06:03:06.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8205, complete]! 06:03:06.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-748544BCFED3190A] 06:03:06.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30056] 06:03:06.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1315, 127.0.0.1:8205, complete] completed CON-POST MID=30056, Token=748544BCFED3190A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30056, Token=748544BCFED3190A, 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:03:06.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317, 127.0.0.1:8205] send request 06:03:06.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30057], CON-POST MID=30057, 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:03:06.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E88A81E583AAEE23], CON-POST MID=30057, Token=E88A81E583AAEE23, 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:03:06.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30057], KeyToken[127.0.0.1:8205-E88A81E583AAEE23]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30057, Token=E88A81E583AAEE23, 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:03:06.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30057] 06:03:06.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8202] replace CON-POST MID=30057, Token=E88A81E583AAEE23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30057, Token=E88A81E583AAEE23, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1318, 127.0.0.1:8202] send response NON-2.05 MID=30057, Token=null, OptionSet={}, "server responds hi" 06:03:06.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8202, complete]! 06:03:06.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1318, 127.0.0.1:8202, complete] completed NON-2.04 MID=30057, Token=E88A81E583AAEE23, 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:03:06.751 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30057, Token=E88A81E583AAEE23, 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:03:06.751 [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 42 bytes from 127.0.0.1:8205 06:03:06.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30057] 06:03:06.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8205, complete]! 06:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E88A81E583AAEE23] 06:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30057] 06:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1317, 127.0.0.1:8205, complete] completed CON-POST MID=30057, Token=E88A81E583AAEE23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30057, Token=E88A81E583AAEE23, 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:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319, 127.0.0.1:8205] send request 06:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30058], CON-POST MID=30058, 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:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-F4D4256DCADBAAE7], CON-POST MID=30058, Token=F4D4256DCADBAAE7, 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:03:06.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30058], KeyToken[127.0.0.1:8205-F4D4256DCADBAAE7]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30058, Token=F4D4256DCADBAAE7, 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:03:06.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30058] 06:03:06.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8202] replace CON-POST MID=30058, Token=F4D4256DCADBAAE7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30058, Token=F4D4256DCADBAAE7, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1320, 127.0.0.1:8202] send response NON-2.05 MID=30058, Token=null, OptionSet={}, "server responds hi" 06:03:06.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8202, complete]! 06:03:06.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1320, 127.0.0.1:8202, complete] completed NON-2.04 MID=30058, Token=F4D4256DCADBAAE7, 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:03:06.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:8202 06:03:06.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30058, Token=F4D4256DCADBAAE7, 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:03:06.753 [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 42 bytes from 127.0.0.1:8205 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30058] 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8205, complete]! 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-F4D4256DCADBAAE7] 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30058] 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1319, 127.0.0.1:8205, complete] completed CON-POST MID=30058, Token=F4D4256DCADBAAE7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30058, Token=F4D4256DCADBAAE7, 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:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321, 127.0.0.1:8205] send request 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30059], CON-POST MID=30059, 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:03:06.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A84B6ACCDC822241], CON-POST MID=30059, Token=A84B6ACCDC822241, 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:03:06.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30059], KeyToken[127.0.0.1:8205-A84B6ACCDC822241]] 06:03:06.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30059, Token=A84B6ACCDC822241, 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:03:06.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30059] 06:03:06.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8202] replace CON-POST MID=30059, Token=A84B6ACCDC822241, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30059, Token=A84B6ACCDC822241, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1322, 127.0.0.1:8202] send response NON-2.05 MID=30059, Token=null, OptionSet={}, "server responds hi" 06:03:06.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8202, complete]! 06:03:06.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1322, 127.0.0.1:8202, complete] completed NON-2.04 MID=30059, Token=A84B6ACCDC822241, 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:03:06.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:8202 06:03:06.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30059, Token=A84B6ACCDC822241, 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:03:06.754 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30059] 06:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8205, complete]! 06:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A84B6ACCDC822241] 06:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30059] 06:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1321, 127.0.0.1:8205, complete] completed CON-POST MID=30059, Token=A84B6ACCDC822241, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30059, Token=A84B6ACCDC822241, 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:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323, 127.0.0.1:8205] send request 06:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30060], CON-POST MID=30060, 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:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-508F17CCCB5C2FFA], CON-POST MID=30060, Token=508F17CCCB5C2FFA, 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:03:06.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30060], KeyToken[127.0.0.1:8205-508F17CCCB5C2FFA]] 06:03:06.755 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205 06:03:06.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30060, Token=508F17CCCB5C2FFA, 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:03:06.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30060] 06:03:06.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8202] replace CON-POST MID=30060, Token=508F17CCCB5C2FFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30060, Token=508F17CCCB5C2FFA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1324, 127.0.0.1:8202] send response NON-2.05 MID=30060, Token=null, OptionSet={}, "server responds hi" 06:03:06.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8202, complete]! 06:03:06.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1324, 127.0.0.1:8202, complete] completed NON-2.04 MID=30060, Token=508F17CCCB5C2FFA, 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:03:06.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:8202 06:03:06.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30060, Token=508F17CCCB5C2FFA, 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:03:06.756 [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 42 bytes from 127.0.0.1:8205 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30060] 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8205, complete]! 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-508F17CCCB5C2FFA] 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30060] 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1323, 127.0.0.1:8205, complete] completed CON-POST MID=30060, Token=508F17CCCB5C2FFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30060, Token=508F17CCCB5C2FFA, 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:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325, 127.0.0.1:8205] send request 06:03:06.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30061], CON-POST MID=30061, 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:03:06.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-A47CAF4C7179F0C0], CON-POST MID=30061, Token=A47CAF4C7179F0C0, 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:03:06.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30061], KeyToken[127.0.0.1:8205-A47CAF4C7179F0C0]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30061, Token=A47CAF4C7179F0C0, 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:03:06.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30061] 06:03:06.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8202] replace CON-POST MID=30061, Token=A47CAF4C7179F0C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30061, Token=A47CAF4C7179F0C0, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1326, 127.0.0.1:8202] send response NON-2.05 MID=30061, Token=null, OptionSet={}, "server responds hi" 06:03:06.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8202, complete]! 06:03:06.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1326, 127.0.0.1:8202, complete] completed NON-2.04 MID=30061, Token=A47CAF4C7179F0C0, 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:03:06.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30061, Token=A47CAF4C7179F0C0, 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:03:06.757 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30061] 06:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8205, complete]! 06:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-A47CAF4C7179F0C0] 06:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30061] 06:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1325, 127.0.0.1:8205, complete] completed CON-POST MID=30061, Token=A47CAF4C7179F0C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30061, Token=A47CAF4C7179F0C0, 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:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327, 127.0.0.1:8205] send request 06:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30062], CON-POST MID=30062, 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:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-00C406D464F88C84], CON-POST MID=30062, Token=00C406D464F88C84, 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:03:06.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30062], KeyToken[127.0.0.1:8205-00C406D464F88C84]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30062, Token=00C406D464F88C84, 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:03:06.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30062] 06:03:06.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8202] replace CON-POST MID=30062, Token=00C406D464F88C84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30062, Token=00C406D464F88C84, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1328, 127.0.0.1:8202] send response NON-2.05 MID=30062, Token=null, OptionSet={}, "server responds hi" 06:03:06.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8202, complete]! 06:03:06.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1328, 127.0.0.1:8202, complete] completed NON-2.04 MID=30062, Token=00C406D464F88C84, 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:03:06.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:8202 06:03:06.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30062, Token=00C406D464F88C84, 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:03:06.759 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30062] 06:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8205, complete]! 06:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-00C406D464F88C84] 06:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30062] 06:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1327, 127.0.0.1:8205, complete] completed CON-POST MID=30062, Token=00C406D464F88C84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30062, Token=00C406D464F88C84, 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:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329, 127.0.0.1:8205] send request 06:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30063], CON-POST MID=30063, 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:03:06.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-B83580581C8F0F12], CON-POST MID=30063, Token=B83580581C8F0F12, 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:03:06.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30063], KeyToken[127.0.0.1:8205-B83580581C8F0F12]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30063, Token=B83580581C8F0F12, 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:03:06.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30063] 06:03:06.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8202] replace CON-POST MID=30063, Token=B83580581C8F0F12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30063, Token=B83580581C8F0F12, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1330, 127.0.0.1:8202] send response NON-2.05 MID=30063, Token=null, OptionSet={}, "server responds hi" 06:03:06.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8202, complete]! 06:03:06.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1330, 127.0.0.1:8202, complete] completed NON-2.04 MID=30063, Token=B83580581C8F0F12, 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:03:06.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:8202 06:03:06.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30063, Token=B83580581C8F0F12, 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:03:06.760 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30063] 06:03:06.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8205, complete]! 06:03:06.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-B83580581C8F0F12] 06:03:06.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30063] 06:03:06.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1329, 127.0.0.1:8205, complete] completed CON-POST MID=30063, Token=B83580581C8F0F12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30063, Token=B83580581C8F0F12, 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:03:06.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331, 127.0.0.1:8205] send request 06:03:06.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30064], CON-POST MID=30064, 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:03:06.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-7C3A1DF4C737B1BA], CON-POST MID=30064, Token=7C3A1DF4C737B1BA, 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:03:06.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30064], KeyToken[127.0.0.1:8205-7C3A1DF4C737B1BA]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30064, Token=7C3A1DF4C737B1BA, 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:03:06.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30064] 06:03:06.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8202] replace CON-POST MID=30064, Token=7C3A1DF4C737B1BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30064, Token=7C3A1DF4C737B1BA, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1332, 127.0.0.1:8202] send response NON-2.05 MID=30064, Token=null, OptionSet={}, "server responds hi" 06:03:06.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8202, complete]! 06:03:06.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1332, 127.0.0.1:8202, complete] completed NON-2.04 MID=30064, Token=7C3A1DF4C737B1BA, 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:03:06.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:8202 06:03:06.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30064, Token=7C3A1DF4C737B1BA, 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:03:06.762 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30064] 06:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8205, complete]! 06:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-7C3A1DF4C737B1BA] 06:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30064] 06:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1331, 127.0.0.1:8205, complete] completed CON-POST MID=30064, Token=7C3A1DF4C737B1BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30064, Token=7C3A1DF4C737B1BA, 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:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333, 127.0.0.1:8205] send request 06:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30065], CON-POST MID=30065, 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:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-E414C7CC46C39F51], CON-POST MID=30065, Token=E414C7CC46C39F51, 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:03:06.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30065], KeyToken[127.0.0.1:8205-E414C7CC46C39F51]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30065, Token=E414C7CC46C39F51, 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:03:06.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30065] 06:03:06.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8202] replace CON-POST MID=30065, Token=E414C7CC46C39F51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30065, Token=E414C7CC46C39F51, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1334, 127.0.0.1:8202] send response NON-2.05 MID=30065, Token=null, OptionSet={}, "server responds hi" 06:03:06.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8202, complete]! 06:03:06.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1334, 127.0.0.1:8202, complete] completed NON-2.04 MID=30065, Token=E414C7CC46C39F51, 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:03:06.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:8202 06:03:06.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30065, Token=E414C7CC46C39F51, 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:03:06.763 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30065] 06:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8205, complete]! 06:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-E414C7CC46C39F51] 06:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30065] 06:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1333, 127.0.0.1:8205, complete] completed CON-POST MID=30065, Token=E414C7CC46C39F51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30065, Token=E414C7CC46C39F51, 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:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335, 127.0.0.1:8205] send request 06:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30066], CON-POST MID=30066, 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:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-30E27F39F7D32FB8], CON-POST MID=30066, Token=30E27F39F7D32FB8, 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:03:06.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30066], KeyToken[127.0.0.1:8205-30E27F39F7D32FB8]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30066, Token=30E27F39F7D32FB8, 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:03:06.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30066] 06:03:06.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8202] replace CON-POST MID=30066, Token=30E27F39F7D32FB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30066, Token=30E27F39F7D32FB8, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1336, 127.0.0.1:8202] send response NON-2.05 MID=30066, Token=null, OptionSet={}, "server responds hi" 06:03:06.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8202, complete]! 06:03:06.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1336, 127.0.0.1:8202, complete] completed NON-2.04 MID=30066, Token=30E27F39F7D32FB8, 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:03:06.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30066, Token=30E27F39F7D32FB8, 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:03:06.764 [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 42 bytes from 127.0.0.1:8205 06:03:06.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30066] 06:03:06.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8205, complete]! 06:03:06.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-30E27F39F7D32FB8] 06:03:06.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30066] 06:03:06.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1335, 127.0.0.1:8205, complete] completed CON-POST MID=30066, Token=30E27F39F7D32FB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30066, Token=30E27F39F7D32FB8, 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:03:06.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337, 127.0.0.1:8205] send request 06:03:06.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30067], CON-POST MID=30067, 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:03:06.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-747381A5E65A5121], CON-POST MID=30067, Token=747381A5E65A5121, 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:03:06.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30067], KeyToken[127.0.0.1:8205-747381A5E65A5121]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30067, Token=747381A5E65A5121, 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:03:06.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30067] 06:03:06.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8202] replace CON-POST MID=30067, Token=747381A5E65A5121, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30067, Token=747381A5E65A5121, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1338, 127.0.0.1:8202] send response NON-2.05 MID=30067, Token=null, OptionSet={}, "server responds hi" 06:03:06.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8202, complete]! 06:03:06.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1338, 127.0.0.1:8202, complete] completed NON-2.04 MID=30067, Token=747381A5E65A5121, 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:03:06.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:8202 06:03:06.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30067, Token=747381A5E65A5121, 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:03:06.766 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30067] 06:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8205, complete]! 06:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-747381A5E65A5121] 06:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30067] 06:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1337, 127.0.0.1:8205, complete] completed CON-POST MID=30067, Token=747381A5E65A5121, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30067, Token=747381A5E65A5121, 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:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339, 127.0.0.1:8205] send request 06:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30068], CON-POST MID=30068, 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:03:06.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-44F31354FFD3E941], CON-POST MID=30068, Token=44F31354FFD3E941, 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:03:06.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-30068], KeyToken[127.0.0.1:8205-44F31354FFD3E941]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30068, Token=44F31354FFD3E941, 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:03:06.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30068] 06:03:06.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8202] replace CON-POST MID=30068, Token=44F31354FFD3E941, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30068, Token=44F31354FFD3E941, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1340, 127.0.0.1:8202] send response NON-2.05 MID=30068, Token=null, OptionSet={}, "server responds hi" 06:03:06.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8202, complete]! 06:03:06.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1340, 127.0.0.1:8202, complete] completed NON-2.04 MID=30068, Token=44F31354FFD3E941, 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:03:06.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:8202 06:03:06.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30068, Token=44F31354FFD3E941, 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:03:06.767 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30068] 06:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8205, complete]! 06:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-44F31354FFD3E941] 06:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30068] 06:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1339, 127.0.0.1:8205, complete] completed CON-POST MID=30068, Token=44F31354FFD3E941, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30068, Token=44F31354FFD3E941, 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:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341, 127.0.0.1:8205] send request 06:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30069], CON-POST MID=30069, 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:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-5424557D39AF912C], CON-POST MID=30069, Token=5424557D39AF912C, 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:03:06.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30069], KeyToken[127.0.0.1:8205-5424557D39AF912C]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30069, Token=5424557D39AF912C, 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:03:06.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30069] 06:03:06.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8202] replace CON-POST MID=30069, Token=5424557D39AF912C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30069, Token=5424557D39AF912C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1342, 127.0.0.1:8202] send response NON-2.05 MID=30069, Token=null, OptionSet={}, "server responds hi" 06:03:06.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8202, complete]! 06:03:06.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1342, 127.0.0.1:8202, complete] completed NON-2.04 MID=30069, Token=5424557D39AF912C, 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:03:06.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:8202 06:03:06.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30069, Token=5424557D39AF912C, 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:03:06.768 [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 42 bytes from 127.0.0.1:8205 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30069] 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8205, complete]! 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-5424557D39AF912C] 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30069] 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1341, 127.0.0.1:8205, complete] completed CON-POST MID=30069, Token=5424557D39AF912C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30069, Token=5424557D39AF912C, 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:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343, 127.0.0.1:8205] send request 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30070], CON-POST MID=30070, 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:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-30D19C4C710B207C], CON-POST MID=30070, Token=30D19C4C710B207C, 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:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30070], KeyToken[127.0.0.1:8205-30D19C4C710B207C]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30070, Token=30D19C4C710B207C, 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:03:06.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30070] 06:03:06.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8202] replace CON-POST MID=30070, Token=30D19C4C710B207C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30070, Token=30D19C4C710B207C, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1344, 127.0.0.1:8202] send response NON-2.05 MID=30070, Token=null, OptionSet={}, "server responds hi" 06:03:06.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8202, complete]! 06:03:06.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1344, 127.0.0.1:8202, complete] completed NON-2.04 MID=30070, Token=30D19C4C710B207C, 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:03:06.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:8202 06:03:06.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30070, Token=30D19C4C710B207C, 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:03:06.769 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30070] 06:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8205, complete]! 06:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-30D19C4C710B207C] 06:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30070] 06:03:06.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1343, 127.0.0.1:8205, complete] completed CON-POST MID=30070, Token=30D19C4C710B207C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30070, Token=30D19C4C710B207C, 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:03:06.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345, 127.0.0.1:8205] send request 06:03:06.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30071], CON-POST MID=30071, 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:03:06.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-0C648BF55D431D7B], CON-POST MID=30071, Token=0C648BF55D431D7B, 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:03:06.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30071], KeyToken[127.0.0.1:8205-0C648BF55D431D7B]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30071, Token=0C648BF55D431D7B, 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:03:06.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30071] 06:03:06.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8202] replace CON-POST MID=30071, Token=0C648BF55D431D7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30071, Token=0C648BF55D431D7B, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1346, 127.0.0.1:8202] send response NON-2.05 MID=30071, Token=null, OptionSet={}, "server responds hi" 06:03:06.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8202, complete]! 06:03:06.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1346, 127.0.0.1:8202, complete] completed NON-2.04 MID=30071, Token=0C648BF55D431D7B, 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:03:06.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:8202 06:03:06.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30071, Token=0C648BF55D431D7B, 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:03:06.771 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30071] 06:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8205, complete]! 06:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-0C648BF55D431D7B] 06:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30071] 06:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1345, 127.0.0.1:8205, complete] completed CON-POST MID=30071, Token=0C648BF55D431D7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30071, Token=0C648BF55D431D7B, 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:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347, 127.0.0.1:8205] send request 06:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30072], CON-POST MID=30072, 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:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-C495EE1C86E21BC4], CON-POST MID=30072, Token=C495EE1C86E21BC4, 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:03:06.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30072], KeyToken[127.0.0.1:8205-C495EE1C86E21BC4]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30072, Token=C495EE1C86E21BC4, 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:03:06.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30072] 06:03:06.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8202] replace CON-POST MID=30072, Token=C495EE1C86E21BC4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30072, Token=C495EE1C86E21BC4, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1348, 127.0.0.1:8202] send response NON-2.05 MID=30072, Token=null, OptionSet={}, "server responds hi" 06:03:06.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8202, complete]! 06:03:06.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1348, 127.0.0.1:8202, complete] completed NON-2.04 MID=30072, Token=C495EE1C86E21BC4, 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:03:06.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30072, Token=C495EE1C86E21BC4, 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:03:06.772 [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 42 bytes from 127.0.0.1:8205 06:03:06.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:8205-30072] 06:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8205, complete]! 06:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-C495EE1C86E21BC4] 06:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30072] 06:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1347, 127.0.0.1:8205, complete] completed CON-POST MID=30072, Token=C495EE1C86E21BC4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30072, Token=C495EE1C86E21BC4, 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:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349, 127.0.0.1:8205] send request 06:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":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:03:06.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-30073], CON-POST MID=30073, 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:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BC678B4B381D1941], CON-POST MID=30073, Token=BC678B4B381D1941, 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:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-30073], KeyToken[127.0.0.1:8205-BC678B4B381D1941]] 06:03:06.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 41 bytes to 127.0.0.1:8205 06:03:06.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T78) 127.0.0.1:8,202 ==> :8,205 [CON-POST MID=30073, Token=BC678B4B381D1941, 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:03:06.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 41 bytes from 127.0.0.1:8202 06:03:06.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-30073] 06:03:06.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8202] replace CON-POST MID=30073, Token=BC678B4B381D1941, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30073, Token=BC678B4B381D1941, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1350, 127.0.0.1:8202] send response NON-2.05 MID=30073, Token=null, OptionSet={}, "server responds hi" 06:03:06.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8202, complete]! 06:03:06.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1350, 127.0.0.1:8202, complete] completed NON-2.04 MID=30073, Token=BC678B4B381D1941, 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:03:06.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T63) 127.0.0.1:8,205 ==> :8,202 [NON-2.04 MID=30073, Token=BC678B4B381D1941, 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:03:06.773 [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 42 bytes from 127.0.0.1:8205 06:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-30073] 06:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8205, complete]! 06:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BC678B4B381D1941] 06:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-30073] 06:03:06.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1349, 127.0.0.1:8205, complete] completed CON-POST MID=30073, Token=BC678B4B381D1941, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30073, Token=BC678B4B381D1941, 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:03:06.774 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.774 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 06:03:06.774 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 06:03:06.774 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 06:03:06.774 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 06:03:06.774 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 06:03:06.774 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 06:03:06.774 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:06.775 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.775 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.775 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.775 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.775 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.775 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.775 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.775 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.775 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.775 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 06:03:06.776 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.776 [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:03:06.776 [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:03:06.776 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 06:03:06.776 [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:03:06.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351, 127.0.0.1:8206] send request 06:03:06.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351, 127.0.0.1:8206] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 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":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:03:06.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351, 127.0.0.1:8206] added with KeyMID[127.0.0.1:8206-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:03:06.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351, 127.0.0.1:8206] added with generated token KeyToken[127.0.0.1:8206-28CA9ED03CA67DCD], CON-POST MID=10000, Token=28CA9ED03CA67DCD, 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:03:06.776 [: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-28CA9ED03CA67DCD]] 06:03:06.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:8206 06:03:06.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T83) 127.0.0.1:8,202 ==> :8,206 [CON-POST MID=10000, Token=28CA9ED03CA67DCD, 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:03:06.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8206) received 40 bytes from 127.0.0.1:8202 06:03:06.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000] 06:03:06.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8202] replace CON-POST MID=10000, Token=28CA9ED03CA67DCD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=28CA9ED03CA67DCD, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1352, 127.0.0.1:8202] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 06:03:06.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8202, complete]! 06:03:06.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1352, 127.0.0.1:8202, complete] completed NON-2.04 MID=10000, Token=28CA9ED03CA67DCD, 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:03:06.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:8202 06:03:06.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T63) 127.0.0.1:8,206 ==> :8,202 [NON-2.04 MID=10000, Token=28CA9ED03CA67DCD, 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:03:06.777 [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 42 bytes from 127.0.0.1:8206 06:03:06.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:8206-10000] 06:03:06.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 127.0.0.1:8206, complete]! 06:03:06.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, 127.0.0.1:8206, complete] for token KeyToken[127.0.0.1:8206-28CA9ED03CA67DCD] 06:03:06.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, 127.0.0.1:8206, complete] for MID KeyMID[127.0.0.1:8206-10000] 06:03:06.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1351, 127.0.0.1:8206, complete] completed CON-POST MID=10000, Token=28CA9ED03CA67DCD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=28CA9ED03CA67DCD, 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:03:06.778 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.778 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:03:06.778 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 06:03:06.778 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 06:03:06.778 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 06:03:06.778 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 06:03:06.778 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 06:03:06.778 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:06.779 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.779 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.779 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.779 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.779 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.779 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.779 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.779 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.779 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.779 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 06:03:06.779 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.780 [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:03:06.780 [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:03:06.780 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207 06:03:06.780 [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:03:06.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353, 127.0.0.1:8207] send request 06:03:06.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353, 127.0.0.1:8207] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8207] 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:03:06.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353, 127.0.0.1:8207] added with KeyMID[127.0.0.1:8207-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:03:06.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-ACC0D0E43EE2D076], CON-POST MID=10000, Token=ACC0D0E43EE2D076, 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:03:06.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-10000], KeyToken[127.0.0.1:8207-ACC0D0E43EE2D076]] 06:03:06.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 41 bytes to 127.0.0.1:8207 06:03:06.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T88) 127.0.0.1:8,202 ==> :8,207 [CON-POST MID=10000, Token=ACC0D0E43EE2D076, 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:03:06.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 41 bytes from 127.0.0.1:8202 06:03:06.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000] 06:03:06.781 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 06:03:06.781 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 06:03:06.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, 127.0.0.1:8202, complete]! 06:03:06.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1354, 127.0.0.1:8202, complete] completed ACK-4.01 MID=10000, Token=ACC0D0E43EE2D076, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 06:03:06.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8202 06:03:06.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T63) 127.0.0.1:8,207 ==> :8,202 [ACK-4.01 MID=10000, Token=ACC0D0E43EE2D076, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 06:03:06.781 [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 41 bytes from 127.0.0.1:8207 06:03:06.781 [: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:03:06.781 [: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=ACC0D0E43EE2D076, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 06:03:06.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8207, complete]! 06:03:06.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-ACC0D0E43EE2D076] 06:03:06.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-10000] 06:03:06.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1353, 127.0.0.1:8207, complete] completed CON-POST MID=10000, Token=ACC0D0E43EE2D076, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=ACC0D0E43EE2D076, 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:03:06.781 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.781 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 06:03:06.781 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207 06:03:06.781 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ... 06:03:06.781 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1 06:03:06.781 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped. 06:03:06.781 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207 06:03:06.781 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:06.782 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.782 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.782 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.782 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.782 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.782 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.782 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.782 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.782 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.782 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 06:03:06.782 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.783 [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:03:06.783 [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:03:06.783 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 06:03:06.783 [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:03:06.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355, 127.0.0.1:8208] send request 06:03:06.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355, 127.0.0.1:8208] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 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":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:03:06.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-14059], CON-POST MID=14059, 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:03:06.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-F8D2FE7A2129F898], CON-POST MID=14059, Token=F8D2FE7A2129F898, 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:03:06.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-14059], KeyToken[127.0.0.1:8208-F8D2FE7A2129F898]] 06:03:06.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:8208 06:03:06.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T93) 127.0.0.1:8,202 ==> :8,208 [CON-POST MID=14059, Token=F8D2FE7A2129F898, 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:03:06.784 [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:8202 06:03:06.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-14059] 06:03:06.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8202] replace CON-POST MID=14059, Token=F8D2FE7A2129F898, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=14059, Token=F8D2FE7A2129F898, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1356, 127.0.0.1:8202] send response NON-2.05 MID=14059, Token=null, OptionSet={}, "server responds hi" 06:03:06.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8202, complete]! 06:03:06.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1356, 127.0.0.1:8202, complete] completed NON-2.04 MID=14059, Token=F8D2FE7A2129F898, 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:03:06.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202 06:03:06.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T63) 127.0.0.1:8,208 ==> :8,202 [NON-2.04 MID=14059, Token=F8D2FE7A2129F898, 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:03:06.784 [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 42 bytes from 127.0.0.1:8208 06:03:06.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-14059] 06:03:06.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 127.0.0.1:8208, complete]! 06:03:06.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-F8D2FE7A2129F898] 06:03:06.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-14059] 06:03:06.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1355, 127.0.0.1:8208, complete] completed CON-POST MID=14059, Token=F8D2FE7A2129F898, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=14059, Token=F8D2FE7A2129F898, 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:03:06.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357, 127.0.0.1:8208] send request 06:03:06.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357, 127.0.0.1:8208] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 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":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:03:06.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-14060], CON-POST MID=14060, 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:03:06.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-2883C6118462D142], CON-POST MID=14060, Token=2883C6118462D142, 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:03:06.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-14060], KeyToken[127.0.0.1:8208-2883C6118462D142]] 06:03:06.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8208 06:03:06.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T93) 127.0.0.1:8,202 ==> :8,208 [CON-POST MID=14060, Token=2883C6118462D142, 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:03:06.785 [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:8202 06:03:06.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-14060] 06:03:06.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8202] replace CON-POST MID=14060, Token=2883C6118462D142, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=14060, Token=2883C6118462D142, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1358, 127.0.0.1:8202] send response NON-2.05 MID=14060, Token=null, OptionSet={}, "server responds hi" 06:03:06.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8202, complete]! 06:03:06.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1358, 127.0.0.1:8202, complete] completed NON-2.04 MID=14060, Token=2883C6118462D142, 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:03:06.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:8202 06:03:06.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T63) 127.0.0.1:8,208 ==> :8,202 [NON-2.04 MID=14060, Token=2883C6118462D142, 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:03:06.786 [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 42 bytes from 127.0.0.1:8208 06:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-14060] 06:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 127.0.0.1:8208, complete]! 06:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-2883C6118462D142] 06:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-14060] 06:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1357, 127.0.0.1:8208, complete] completed CON-POST MID=14060, Token=2883C6118462D142, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=14060, Token=2883C6118462D142, 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:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359, 127.0.0.1:8208] send request 06:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359, 127.0.0.1:8208] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 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":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:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-14061], CON-POST MID=14061, 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:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-404D9D8203FE4DF9], CON-POST MID=14061, Token=404D9D8203FE4DF9, 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:03:06.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-14061], KeyToken[127.0.0.1:8208-404D9D8203FE4DF9]] 06:03:06.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:8208 06:03:06.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T93) 127.0.0.1:8,202 ==> :8,208 [CON-POST MID=14061, Token=404D9D8203FE4DF9, 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:03:06.786 [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:8202 06:03:06.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-14061] 06:03:06.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.786 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:03:06.786 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:03:06.786 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:03:06.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, 127.0.0.1:8202, complete]! 06:03:06.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1360, 127.0.0.1:8202, complete] completed ACK-4.01 MID=14061, Token=404D9D8203FE4DF9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:03:06.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 30 bytes to 127.0.0.1:8202 06:03:06.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T63) 127.0.0.1:8,208 ==> :8,202 [ACK-4.01 MID=14061, Token=404D9D8203FE4DF9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:03:06.787 [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 30 bytes from 127.0.0.1:8208 06:03:06.787 [: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:03:06.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=14061, Token=404D9D8203FE4DF9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:03:06.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 127.0.0.1:8208, complete]! 06:03:06.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-404D9D8203FE4DF9] 06:03:06.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-14061] 06:03:06.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1359, 127.0.0.1:8208, complete] completed CON-POST MID=14061, Token=404D9D8203FE4DF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=14061, Token=404D9D8203FE4DF9, 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:03:06.787 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.787 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:03:06.787 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 06:03:06.787 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 06:03:06.787 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 06:03:06.787 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 06:03:06.787 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 06:03:06.787 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:03:06.788 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.788 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.788 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.788 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.788 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.789 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.789 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.789 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.789 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.789 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 06:03:06.789 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.789 [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:03:06.789 [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:03:06.789 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209 06:03:06.789 [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:03:06.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361, 127.0.0.1:8209] send request 06:03:06.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361, 127.0.0.1:8209] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8209] 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:03:06.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361, 127.0.0.1:8209] added with KeyMID[127.0.0.1:8209-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:03:06.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-9857EDAFE5D1CC6F], CON-POST MID=10000, Token=9857EDAFE5D1CC6F, 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:03:06.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-10000], KeyToken[127.0.0.1:8209-9857EDAFE5D1CC6F]] 06:03:06.790 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 06:03:06.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T98) 127.0.0.1:8,202 ==> :8,209 [CON-POST MID=10000, Token=9857EDAFE5D1CC6F, 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:03:06.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8202 06:03:06.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000] 06:03:06.790 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 06:03:06.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, 127.0.0.1:8202, complete]! 06:03:06.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1362, 127.0.0.1:8202, complete] completed ACK-4.01 MID=10000, Token=9857EDAFE5D1CC6F, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 06:03:06.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 66 bytes to 127.0.0.1:8202 06:03:06.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T63) 127.0.0.1:8,209 ==> :8,202 [ACK-4.01 MID=10000, Token=9857EDAFE5D1CC6F, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 06:03:06.790 [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 66 bytes from 127.0.0.1:8209 06:03:06.790 [: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:03:06.790 [: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=9857EDAFE5D1CC6F, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 06:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8209, complete]! 06:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-9857EDAFE5D1CC6F] 06:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-10000] 06:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1361, 127.0.0.1:8209, complete] completed CON-POST MID=10000, Token=9857EDAFE5D1CC6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=9857EDAFE5D1CC6F, 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:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363, 127.0.0.1:8209] send request 06:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363, 127.0.0.1:8209] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8209] 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:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363, 127.0.0.1:8209] added with KeyMID[127.0.0.1:8209-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:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-141202245A543982], CON-POST MID=10001, Token=141202245A543982, 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:03:06.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-10001], KeyToken[127.0.0.1:8209-141202245A543982]] 06:03:06.791 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8209 06:03:06.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T98) 127.0.0.1:8,202 ==> :8,209 [CON-POST MID=10001, Token=141202245A543982, 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:03:06.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 49 bytes from 127.0.0.1:8202 06:03:06.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10001] 06:03:06.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8202] replace CON-POST MID=10001, Token=141202245A543982, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=141202245A543982, OptionSet={"Object-Security":0x}, "client says hi" 06:03:06.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1364, 127.0.0.1:8202] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 06:03:06.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8202, complete]! 06:03:06.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1364, 127.0.0.1:8202, complete] completed NON-2.04 MID=10001, Token=141202245A543982, 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:03:06.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:8202 06:03:06.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T63) 127.0.0.1:8,209 ==> :8,202 [NON-2.04 MID=10001, Token=141202245A543982, 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:03:06.792 [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 42 bytes from 127.0.0.1:8209 06:03:06.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:8209-10001] 06:03:06.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8209, complete]! 06:03:06.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-141202245A543982] 06:03:06.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-10001] 06:03:06.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1363, 127.0.0.1:8209, complete] completed CON-POST MID=10001, Token=141202245A543982, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=141202245A543982, 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:03:06.792 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.793 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209 06:03:06.793 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209 06:03:06.793 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ... 06:03:06.793 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1 06:03:06.793 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped. 06:03:06.793 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209 06:03:06.793 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 06:03:06.793 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:06.793 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202 06:03:06.793 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202 06:03:06.793 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ... 06:03:06.793 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0 06:03:06.793 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped. 06:03:06.793 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202 06:03:06.793 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 s - in org.eclipse.californium.oscore.OSCoreServerClientTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 06:03:06.795 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.795 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.795 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.795 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.795 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.796 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.796 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.796 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.796 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.796 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 06:03:06.796 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.796 [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:03:06.796 [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:03:06.796 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210 06:03:06.796 [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:03:06.797 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.797 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.797 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.797 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.798 [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:03:06.798 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.798 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.798 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.798 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.798 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 06:03:06.798 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.798 [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:03:06.798 [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:03:06.798 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 06:03:06.798 [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:03:06.798 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap client sent request 06:03:06.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365, 127.0.0.1:8210] send request 06:03:06.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365, 127.0.0.1:8210] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:03:06.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8210] 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:03:06.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365, 127.0.0.1:8210] added with generated mid KeyMID[127.0.0.1:8210-45114], CON-POST MID=45114, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:06.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365, 127.0.0.1:8210] added with generated token KeyToken[127.0.0.1:8210-402F29469D49633A], CON-POST MID=45114, Token=402F29469D49633A, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:06.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-45114], KeyToken[127.0.0.1:8210-402F29469D49633A]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:06.799 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8210 06:03:06.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T103) 127.0.0.1:8,211 ==> :8,210 [CON-POST MID=45114, Token=402F29469D49633A, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:03:06.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8210) received 29 bytes from 127.0.0.1:8211 06:03:06.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-45114] 06:03:06.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8211] replace CON-POST MID=45114, Token=402F29469D49633A, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=45114, Token=402F29469D49633A, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:06.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1366, 127.0.0.1:8211] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:03:06.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8211, complete]! 06:03:06.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1366, 127.0.0.1:8211, complete] completed ACK-2.04 MID=45114, Token=402F29469D49633A, 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:03:06.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:8211 06:03:06.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T106) 127.0.0.1:8,210 ==> :8,211 [ACK-2.04 MID=45114, Token=402F29469D49633A, 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:03:06.800 [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:03:06.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8210, complete]! 06:03:06.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, 127.0.0.1:8210, complete] for token KeyToken[127.0.0.1:8210-402F29469D49633A] 06:03:06.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, 127.0.0.1:8210, complete] for MID KeyMID[127.0.0.1:8210-45114] 06:03:06.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1365, 127.0.0.1:8210, complete] completed CON-GET MID=45114, Token=402F29469D49633A, OptionSet={"Object-Security":0x}, -/- CON-POST MID=45114, Token=402F29469D49633A, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 06:03:06.800 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.800 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 06:03:06.800 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210 06:03:06.800 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ... 06:03:06.800 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1 06:03:06.800 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped. 06:03:06.800 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210 06:03:06.801 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 06:03:06.801 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.801 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.801 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.801 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.801 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.802 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.802 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.802 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.802 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.802 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 06:03:06.802 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.802 [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:03:06.802 [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:03:06.802 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 06:03:06.802 [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:03:06.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367, 127.0.0.1:8212] send request 06:03:06.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367, 127.0.0.1:8212] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:03:06.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8212] 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:03:06.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-37085], CON-POST MID=37085, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:06.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-A422FCCF24BE29F0], CON-POST MID=37085, Token=A422FCCF24BE29F0, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:06.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-37085], KeyToken[127.0.0.1:8212-A422FCCF24BE29F0]] 06:03:06.803 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8212 06:03:06.803 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T111) 127.0.0.1:8,211 ==> :8,212 [CON-POST MID=37085, Token=A422FCCF24BE29F0, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:03:06.803 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 29 bytes from 127.0.0.1:8211 06:03:06.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-37085] 06:03:06.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8211] replace CON-POST MID=37085, Token=A422FCCF24BE29F0, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=37085, Token=A422FCCF24BE29F0, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:06.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1368, 127.0.0.1:8211] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:03:06.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8211, complete]! 06:03:06.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1368, 127.0.0.1:8211, complete] completed ACK-2.04 MID=37085, Token=A422FCCF24BE29F0, 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:03:06.803 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211 06:03:06.850 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T106) 127.0.0.1:8,212 ==> :8,211 [ACK-2.04 MID=37085, Token=A422FCCF24BE29F0, 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:03:06.850 [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:8212 06:03:06.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8212, complete]! 06:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-A422FCCF24BE29F0] 06:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-37085] 06:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1367, 127.0.0.1:8212, complete] completed CON-GET MID=37085, Token=A422FCCF24BE29F0, OptionSet={"Object-Security":0x}, -/- CON-POST MID=37085, Token=A422FCCF24BE29F0, 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:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369, 127.0.0.1:8212] send request 06:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369, 127.0.0.1:8212] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8212] 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:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-37086], CON-POST MID=37086, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:03:06.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-0448C7076A950745], CON-POST MID=37086, Token=0448C7076A950745, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:03:06.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-37086], KeyToken[127.0.0.1:8212-0448C7076A950745]] 06:03:06.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 29 bytes to 127.0.0.1:8212 06:03:06.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T111) 127.0.0.1:8,211 ==> :8,212 [CON-POST MID=37086, Token=0448C7076A950745, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 06:03:06.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 29 bytes from 127.0.0.1:8211 06:03:06.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-37086] 06:03:06.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8211] replace CON-POST MID=37086, Token=0448C7076A950745, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=37086, Token=0448C7076A950745, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:06.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1370, 127.0.0.1:8211] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:03:06.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8211, complete]! 06:03:06.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1370, 127.0.0.1:8211, complete] completed ACK-2.04 MID=37086, Token=0448C7076A950745, 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:03:06.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:8211 06:03:06.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T106) 127.0.0.1:8,212 ==> :8,211 [ACK-2.04 MID=37086, Token=0448C7076A950745, 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:03:06.852 [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:8212 06:03:06.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8212, complete]! 06:03:06.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-0448C7076A950745] 06:03:06.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-37086] 06:03:06.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1369, 127.0.0.1:8212, complete] completed CON-GET MID=37086, Token=0448C7076A950745, OptionSet={"Object-Security":0x}, -/- CON-POST MID=37086, Token=0448C7076A950745, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 06:03:06.852 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.852 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:03:06.852 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 06:03:06.852 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 06:03:06.852 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 06:03:06.852 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 06:03:06.852 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 06:03:06.852 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 06:03:06.852 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:06.852 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 06:03:06.852 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 06:03:06.852 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 06:03:06.852 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 06:03:06.853 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 06:03:06.853 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 06:03:06.853 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 06:03:06.856 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:03:06.857 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.857 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.857 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.858 [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:03:06.858 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.858 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.858 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.858 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 06:03:06.858 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.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:03:06.859 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8213, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213 06:03:06.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:03:06.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.859 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.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:03:06.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:03:06.859 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.859 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.859 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.859 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.859 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214 06:03:06.859 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.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:03:06.860 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8214, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.860 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8214 06:03:06.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:03:06.861 [: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:03:06.863 [: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:8213]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:06.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9833], CON-POST MID= 9833, 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:03:06.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A449CB1BD35183C0], CON-POST MID= 9833, Token=A449CB1BD35183C0, 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:03:06.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9833], KeyToken[127.0.0.1:8213-A449CB1BD35183C0]] 06:03:06.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 107 bytes to 127.0.0.1:8213 06:03:06.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9833, Token=A449CB1BD35183C0, 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:03:06.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 107 bytes from 127.0.0.1:8214 06:03:06.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9833] 06:03:06.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8214] replace CON-POST MID= 9833, Token=A449CB1BD35183C0, 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= 9833, Token=A449CB1BD35183C0, 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:03:06.865 [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:03:06.865 [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:8214]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:06.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:06.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1372, 127.0.0.1:8214] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 06:03:06.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8214, complete]! 06:03:06.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1372, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9833, Token=A449CB1BD35183C0, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:03:06.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 26 bytes to 127.0.0.1:8214 06:03:06.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9833, Token=A449CB1BD35183C0, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:03:06.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213 06:03:06.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.866 [: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:03:06.867 [: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:03:06.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9833, Token=A449CB1BD35183C0, 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:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9834], CON-POST MID= 9834, 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:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9833] 06:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC72FD2236EB0807], CON-POST MID= 9834, Token=EC72FD2236EB0807, 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:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-A449CB1BD35183C0] 06:03:06.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9834], KeyToken[127.0.0.1:8213-EC72FD2236EB0807]] 06:03:06.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 103 bytes to 127.0.0.1:8213 06:03:06.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9834, Token=EC72FD2236EB0807, 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:03:06.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 103 bytes from 127.0.0.1:8214 06:03:06.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9834] 06:03:06.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8214] replace CON-POST MID= 9834, Token=EC72FD2236EB0807, 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= 9834, Token=EC72FD2236EB0807, 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:03:06.869 [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:03:06.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8214] for CON-POST MID= 9834, Token=EC72FD2236EB0807, 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:03:06.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:06.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1373, 127.0.0.1:8214] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 06:03:06.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8214, complete]! 06:03:06.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1373, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9834, Token=EC72FD2236EB0807, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:03:06.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 26 bytes to 127.0.0.1:8214 06:03:06.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9834, Token=EC72FD2236EB0807, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:03:06.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213 06:03:06.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.869 [: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:03:06.869 [: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:03:06.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9834, Token=EC72FD2236EB0807, 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:03:06.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9835], CON-POST MID= 9835, 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:03:06.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9834] 06:03:06.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D82C8E86533EFA21], CON-POST MID= 9835, Token=D82C8E86533EFA21, 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:03:06.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-EC72FD2236EB0807] 06:03:06.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9835], KeyToken[127.0.0.1:8213-D82C8E86533EFA21]] 06:03:06.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 103 bytes to 127.0.0.1:8213 06:03:06.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9835, Token=D82C8E86533EFA21, 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:03:06.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 103 bytes from 127.0.0.1:8214 06:03:06.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9835] 06:03:06.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8214] replace CON-POST MID= 9835, Token=D82C8E86533EFA21, 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= 9835, Token=D82C8E86533EFA21, 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:03:06.870 [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:03:06.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8214] for CON-POST MID= 9835, Token=D82C8E86533EFA21, 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:03:06.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:06.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1374, 127.0.0.1:8214] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 06:03:06.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8214, complete]! 06:03:06.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1374, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9835, Token=D82C8E86533EFA21, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:03:06.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 26 bytes to 127.0.0.1:8214 06:03:06.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9835, Token=D82C8E86533EFA21, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:03:06.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213 06:03:06.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.871 [: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:03:06.871 [: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:03:06.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9835, Token=D82C8E86533EFA21, 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:03:06.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9836], CON-POST MID= 9836, 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:03:06.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9835] 06:03:06.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-80123EC715016566], CON-POST MID= 9836, Token=80123EC715016566, 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:03:06.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-D82C8E86533EFA21] 06:03:06.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9836], KeyToken[127.0.0.1:8213-80123EC715016566]] 06:03:06.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 103 bytes to 127.0.0.1:8213 06:03:06.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9836, Token=80123EC715016566, 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:03:06.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 103 bytes from 127.0.0.1:8214 06:03:06.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9836] 06:03:06.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8214] replace CON-POST MID= 9836, Token=80123EC715016566, 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= 9836, Token=80123EC715016566, 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:03:06.873 [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:03:06.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8214] for CON-POST MID= 9836, Token=80123EC715016566, 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:03:06.873 [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:03:06.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8214]], block1 transfers still in progress: 0 06:03:06.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 06:03:06.874 [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:8214]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 06:03:06.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1375, 127.0.0.1:8214] 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:03:06.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8214, complete]! 06:03:06.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1375, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9836, Token=80123EC715016566, 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:03:06.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 96 bytes to 127.0.0.1:8214 06:03:06.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9836, Token=80123EC715016566, 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:03:06.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 96 bytes from 127.0.0.1:8213 06:03:06.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.875 [: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:03:06.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 06:03:06.875 [: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:8213]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID= 9836, Token=80123EC715016566, 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:03:06.875 [: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:03:06.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9836, Token=80123EC715016566, 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:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9837], CON-POST MID= 9837, 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:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9836] 06:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-988137DC17253442], CON-POST MID= 9837, Token=988137DC17253442, 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:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-80123EC715016566] 06:03:06.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9837], KeyToken[127.0.0.1:8213-988137DC17253442]] 06:03:06.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 38 bytes to 127.0.0.1:8213 06:03:06.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9837, Token=988137DC17253442, 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:03:06.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214 06:03:06.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9837] 06:03:06.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8214] replace CON-POST MID= 9837, Token=988137DC17253442, 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= 9837, Token=988137DC17253442, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 06:03:06.877 [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:8214]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 06:03:06.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1376, 127.0.0.1:8214] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 06:03:06.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8214, complete]! 06:03:06.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1376, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9837, Token=988137DC17253442, 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:03:06.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:8214 06:03:06.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9837, Token=988137DC17253442, 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:03:06.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213 06:03:06.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.877 [: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:03:06.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9837, Token=988137DC17253442, 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:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9838], CON-POST MID= 9838, 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:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9837] 06:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-94069F5DC608293E], CON-POST MID= 9838, Token=94069F5DC608293E, 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:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-988137DC17253442] 06:03:06.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9838], KeyToken[127.0.0.1:8213-94069F5DC608293E]] 06:03:06.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 38 bytes to 127.0.0.1:8213 06:03:06.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9838, Token=94069F5DC608293E, 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:03:06.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214 06:03:06.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9838] 06:03:06.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8214] replace CON-POST MID= 9838, Token=94069F5DC608293E, 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= 9838, Token=94069F5DC608293E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 06:03:06.879 [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:8214]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 06:03:06.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1377, 127.0.0.1:8214] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 06:03:06.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8214, complete]! 06:03:06.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1377, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9838, Token=94069F5DC608293E, 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:03:06.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 91 bytes to 127.0.0.1:8214 06:03:06.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9838, Token=94069F5DC608293E, 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:03:06.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213 06:03:06.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.879 [: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:03:06.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9838, Token=94069F5DC608293E, 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:03:06.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9839], CON-POST MID= 9839, 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:03:06.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9838] 06:03:06.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-586F006E32786ECB], CON-POST MID= 9839, Token=586F006E32786ECB, 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:03:06.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-94069F5DC608293E] 06:03:06.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9839], KeyToken[127.0.0.1:8213-586F006E32786ECB]] 06:03:06.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 38 bytes to 127.0.0.1:8213 06:03:06.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9839, Token=586F006E32786ECB, 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:03:06.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214 06:03:06.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9839] 06:03:06.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8214] replace CON-POST MID= 9839, Token=586F006E32786ECB, 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= 9839, Token=586F006E32786ECB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 06:03:06.880 [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:8214]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 06:03:06.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1378, 127.0.0.1:8214] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 06:03:06.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8214, complete]! 06:03:06.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1378, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9839, Token=586F006E32786ECB, 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:03:06.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 91 bytes to 127.0.0.1:8214 06:03:06.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9839, Token=586F006E32786ECB, 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:03:06.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213 06:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.881 [: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:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9839, Token=586F006E32786ECB, 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:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9840], CON-POST MID= 9840, 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:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9839] 06:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C0879630EB7E2193], CON-POST MID= 9840, Token=C0879630EB7E2193, 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:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-586F006E32786ECB] 06:03:06.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9840], KeyToken[127.0.0.1:8213-C0879630EB7E2193]] 06:03:06.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 38 bytes to 127.0.0.1:8213 06:03:06.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9840, Token=C0879630EB7E2193, 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:03:06.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214 06:03:06.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9840] 06:03:06.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8214] replace CON-POST MID= 9840, Token=C0879630EB7E2193, 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= 9840, Token=C0879630EB7E2193, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 06:03:06.882 [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:8214]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 06:03:06.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1379, 127.0.0.1:8214] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 06:03:06.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8214, complete]! 06:03:06.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1379, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9840, Token=C0879630EB7E2193, 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:03:06.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 91 bytes to 127.0.0.1:8214 06:03:06.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9840, Token=C0879630EB7E2193, 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:03:06.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213 06:03:06.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.882 [: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:03:06.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9840, Token=C0879630EB7E2193, 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:03:06.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9841], CON-POST MID= 9841, 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:03:06.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9840] 06:03:06.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC650CE73C226D82], CON-POST MID= 9841, Token=EC650CE73C226D82, 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:03:06.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-C0879630EB7E2193] 06:03:06.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9841], KeyToken[127.0.0.1:8213-EC650CE73C226D82]] 06:03:06.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 38 bytes to 127.0.0.1:8213 06:03:06.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9841, Token=EC650CE73C226D82, 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:03:06.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214 06:03:06.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9841] 06:03:06.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8214] replace CON-POST MID= 9841, Token=EC650CE73C226D82, 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= 9841, Token=EC650CE73C226D82, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 06:03:06.884 [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:8214]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 06:03:06.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1380, 127.0.0.1:8214] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 06:03:06.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8214, complete]! 06:03:06.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1380, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9841, Token=EC650CE73C226D82, 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:03:06.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 91 bytes to 127.0.0.1:8214 06:03:06.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9841, Token=EC650CE73C226D82, 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:03:06.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213 06:03:06.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.884 [: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:03:06.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9841, Token=EC650CE73C226D82, 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:03:06.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9842], CON-POST MID= 9842, 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:03:06.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9841] 06:03:06.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D4EAE98829D22AB6], CON-POST MID= 9842, Token=D4EAE98829D22AB6, 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:03:06.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-EC650CE73C226D82] 06:03:06.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9842], KeyToken[127.0.0.1:8213-D4EAE98829D22AB6]] 06:03:06.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 38 bytes to 127.0.0.1:8213 06:03:06.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9842, Token=D4EAE98829D22AB6, 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:03:06.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214 06:03:06.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9842] 06:03:06.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8214] replace CON-POST MID= 9842, Token=D4EAE98829D22AB6, 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= 9842, Token=D4EAE98829D22AB6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 06:03:06.885 [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:8214]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 06:03:06.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1381, 127.0.0.1:8214] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 06:03:06.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8214, complete]! 06:03:06.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1381, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9842, Token=D4EAE98829D22AB6, 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:03:06.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 91 bytes to 127.0.0.1:8214 06:03:06.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9842, Token=D4EAE98829D22AB6, 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:03:06.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213 06:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.886 [: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:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9842, Token=D4EAE98829D22AB6, 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:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] send request 06:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8213] 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:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] 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:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-9843], CON-POST MID= 9843, 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:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for MID KeyMID[127.0.0.1:8213-9842] 06:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1811A7C705B80A54], CON-POST MID= 9843, Token=1811A7C705B80A54, 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:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213] for token KeyToken[127.0.0.1:8213-D4EAE98829D22AB6] 06:03:06.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-9843], KeyToken[127.0.0.1:8213-1811A7C705B80A54]] 06:03:06.886 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8213 06:03:06.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T116) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID= 9843, Token=1811A7C705B80A54, 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:03:06.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 38 bytes from 127.0.0.1:8214 06:03:06.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-9843] 06:03:06.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8214] replace CON-POST MID= 9843, Token=1811A7C705B80A54, 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= 9843, Token=1811A7C705B80A54, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 06:03:06.887 [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:8214]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 06:03:06.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1382, 127.0.0.1:8214] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 06:03:06.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8214, complete]! 06:03:06.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1382, 127.0.0.1:8214, complete] completed ACK-2.04 MID= 9843, Token=1811A7C705B80A54, 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:03:06.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 91 bytes to 127.0.0.1:8214 06:03:06.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T119) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID= 9843, Token=1811A7C705B80A54, 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:03:06.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213 06:03:06.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.887 [: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:03:06.887 [: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:8213]], block2 transfers still in progress: 0 06:03:06.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID= 9836, Token=80123EC715016566, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 06:03:06.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213] replace CON-POST MID= 9843, Token=1811A7C705B80A54, 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= 9833, Token=A449CB1BD35183C0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 06:03:06.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213, complete]! 06:03:06.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1811A7C705B80A54] 06:03:06.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-9843] 06:03:06.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1371, 127.0.0.1:8213, complete] completed CON-POST MID= 9833, Token=A449CB1BD35183C0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 06:03:06.888 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.888 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.888 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213 06:03:06.888 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213 06:03:06.888 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ... 06:03:06.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1 06:03:06.889 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped. 06:03:06.889 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213 06:03:06.889 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:06.889 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8214 06:03:06.889 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8214 06:03:06.889 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] stopping ... 06:03:06.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /0.0.0.0 06:03:06.889 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] has stopped. 06:03:06.889 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8214 06:03:06.889 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:03:06.890 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:03:06.890 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.890 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.891 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.891 [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:03:06.891 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.891 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.891 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.891 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.891 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.891 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215 06:03:06.891 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.892 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8215, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.895 [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:03:06.895 [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:03:06.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8215 06:03:06.896 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.896 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.896 [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:03:06.896 [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:03:06.896 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.896 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.896 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216 06:03:06.896 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.897 [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:03:06.897 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8216, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.897 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8216 06:03:06.897 [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:03:06.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request 06:03:06.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:06.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] 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:03:06.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-46175], CON-POST MID=46175, 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:03:06.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-B4985A427BB1E642], CON-POST MID=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:06.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-46175], KeyToken[127.0.0.1:8215-B4985A427BB1E642]] 06:03:06.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8215 06:03:06.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST MID=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:06.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 34 bytes from 127.0.0.1:8216 06:03:06.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-46175] 06:03:06.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8216] replace CON-POST MID=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:06.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 06:03:06.898 [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:8216]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:06.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1384, 127.0.0.1:8216] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:03:06.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8216, complete]! 06:03:06.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1384, 127.0.0.1:8216, complete] completed ACK-2.04 MID=46175, Token=B4985A427BB1E642, 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:03:06.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 94 bytes to 127.0.0.1:8216 06:03:06.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04 MID=46175, Token=B4985A427BB1E642, 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:03:06.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 94 bytes from 127.0.0.1:8215 06:03:06.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.899 [: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:8215]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:03:06.899 [: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:03:06.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST MID=46175, Token=B4985A427BB1E642, 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:03:06.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request 06:03:06.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] 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:03:06.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] 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:03:06.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-46176], CON-POST MID=46176, 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:03:06.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for MID KeyMID[127.0.0.1:8215-46175] 06:03:06.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-809123FF2329D2C2], CON-POST MID=46176, Token=809123FF2329D2C2, 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:03:06.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for token KeyToken[127.0.0.1:8215-B4985A427BB1E642] 06:03:06.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-46176], KeyToken[127.0.0.1:8215-809123FF2329D2C2]] 06:03:06.900 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8215 06:03:06.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST MID=46176, Token=809123FF2329D2C2, 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:03:06.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 36 bytes from 127.0.0.1:8216 06:03:06.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-46176] 06:03:06.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8216] replace CON-POST MID=46176, Token=809123FF2329D2C2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=46176, Token=809123FF2329D2C2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 06:03:06.900 [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:8216]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 06:03:06.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1385, 127.0.0.1:8216] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 06:03:06.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8216, complete]! 06:03:06.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1385, 127.0.0.1:8216, complete] completed ACK-2.04 MID=46176, Token=809123FF2329D2C2, 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:03:06.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8216 06:03:06.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04 MID=46176, Token=809123FF2329D2C2, 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:03:06.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 91 bytes from 127.0.0.1:8215 06:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.901 [: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:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST MID=46176, Token=809123FF2329D2C2, 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:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request 06:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] 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:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] 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:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-46177], CON-POST MID=46177, 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:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for MID KeyMID[127.0.0.1:8215-46176] 06:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-FC1226E12B5EC820], CON-POST MID=46177, Token=FC1226E12B5EC820, 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:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for token KeyToken[127.0.0.1:8215-809123FF2329D2C2] 06:03:06.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-46177], KeyToken[127.0.0.1:8215-FC1226E12B5EC820]] 06:03:06.902 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8215 06:03:06.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST MID=46177, Token=FC1226E12B5EC820, 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:03:06.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 36 bytes from 127.0.0.1:8216 06:03:06.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-46177] 06:03:06.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8216] replace CON-POST MID=46177, Token=FC1226E12B5EC820, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=46177, Token=FC1226E12B5EC820, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 06:03:06.902 [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:8216]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 06:03:06.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1386, 127.0.0.1:8216] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 06:03:06.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8216, complete]! 06:03:06.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1386, 127.0.0.1:8216, complete] completed ACK-2.04 MID=46177, Token=FC1226E12B5EC820, 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:03:06.902 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8216 06:03:06.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04 MID=46177, Token=FC1226E12B5EC820, 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:03:06.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 91 bytes from 127.0.0.1:8215 06:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.903 [: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:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST MID=46177, Token=FC1226E12B5EC820, 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:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] send request 06:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8215] 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:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] 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:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated mid KeyMID[127.0.0.1:8215-46178], CON-POST MID=46178, 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:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for MID KeyMID[127.0.0.1:8215-46177] 06:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-0830198BBE2E5F89], CON-POST MID=46178, Token=0830198BBE2E5F89, 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:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215] for token KeyToken[127.0.0.1:8215-FC1226E12B5EC820] 06:03:06.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-46178], KeyToken[127.0.0.1:8215-0830198BBE2E5F89]] 06:03:06.903 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8215 06:03:06.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T124) 127.0.0.1:8,216 ==> :8,215 [CON-POST MID=46178, Token=0830198BBE2E5F89, 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:03:06.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 36 bytes from 127.0.0.1:8216 06:03:06.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-46178] 06:03:06.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8216] replace CON-POST MID=46178, Token=0830198BBE2E5F89, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=46178, Token=0830198BBE2E5F89, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 06:03:06.904 [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:8216]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 06:03:06.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1387, 127.0.0.1:8216] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 06:03:06.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8216, complete]! 06:03:06.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1387, 127.0.0.1:8216, complete] completed ACK-2.04 MID=46178, Token=0830198BBE2E5F89, 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:03:06.904 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8216 06:03:06.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T127) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04 MID=46178, Token=0830198BBE2E5F89, 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:03:06.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8216) received 91 bytes from 127.0.0.1:8215 06:03:06.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.904 [: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:03:06.904 [: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:8215]], block2 transfers still in progress: 0 06:03:06.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 06:03:06.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215] replace CON-POST MID=46178, Token=0830198BBE2E5F89, 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=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:06.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215, complete]! 06:03:06.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215, complete] for token KeyToken[127.0.0.1:8215-0830198BBE2E5F89] 06:03:06.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8215, complete] for MID KeyMID[127.0.0.1:8215-46178] 06:03:06.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1383, 127.0.0.1:8215, complete] completed CON-GET MID=46175, Token=B4985A427BB1E642, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 06:03:06.905 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.905 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.905 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8215 06:03:06.905 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8215 06:03:06.905 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] stopping ... 06:03:06.905 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /127.0.0.1 06:03:06.905 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] has stopped. 06:03:06.905 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8215 06:03:06.905 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:06.905 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8216 06:03:06.905 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8216 06:03:06.905 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8216] stopping ... 06:03:06.905 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /0.0.0.0 06:03:06.905 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8216] has stopped. 06:03:06.905 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8216 06:03:06.906 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:03:06.906 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:03:06.907 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.907 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.907 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.907 [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:03:06.907 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.907 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.907 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.907 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.907 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.907 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217 06:03:06.907 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.908 [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:03:06.908 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8217, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.908 [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:03:06.908 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8217 06:03:06.908 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.908 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.908 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.908 [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:03:06.908 [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:03:06.908 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.908 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.908 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.908 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.908 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218 06:03:06.908 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.908 [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:03:06.908 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8218, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.908 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8218 06:03:06.908 [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:03:06.909 [: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:03:06.909 [: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:8217]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:06.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] 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:03:06.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request 06:03:06.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] 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:03:06.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] 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:03:06.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-32940], CON-POST MID=32940, 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:03:06.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-50C24795007A935C], CON-POST MID=32940, Token=50C24795007A935C, 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:03:06.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-32940], KeyToken[127.0.0.1:8217-50C24795007A935C]] 06:03:06.910 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8217 06:03:06.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST MID=32940, Token=50C24795007A935C, 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:03:06.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 107 bytes from 127.0.0.1:8218 06:03:06.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-32940] 06:03:06.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8218] replace CON-POST MID=32940, Token=50C24795007A935C, 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=32940, Token=50C24795007A935C, 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:03:06.951 [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:03:06.951 [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:8218]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:06.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:06.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1389, 127.0.0.1:8218] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 06:03:06.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8218, complete]! 06:03:06.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1389, 127.0.0.1:8218, complete] completed ACK-2.04 MID=32940, Token=50C24795007A935C, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:03:06.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 26 bytes to 127.0.0.1:8218 06:03:06.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04 MID=32940, Token=50C24795007A935C, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:03:06.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217 06:03:06.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.951 [: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:03:06.951 [: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:03:06.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-POST MID=32940, Token=50C24795007A935C, 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:03:06.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request 06:03:06.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] 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:03:06.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] 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:03:06.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-32941], CON-POST MID=32941, 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:03:06.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for MID KeyMID[127.0.0.1:8217-32940] 06:03:06.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-B0ED3F8BC70FE080], CON-POST MID=32941, Token=B0ED3F8BC70FE080, 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:03:06.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for token KeyToken[127.0.0.1:8217-50C24795007A935C] 06:03:06.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-32941], KeyToken[127.0.0.1:8217-B0ED3F8BC70FE080]] 06:03:06.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 103 bytes to 127.0.0.1:8217 06:03:06.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST MID=32941, Token=B0ED3F8BC70FE080, 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:03:06.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 103 bytes from 127.0.0.1:8218 06:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-32941] 06:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8218] replace CON-POST MID=32941, Token=B0ED3F8BC70FE080, 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=32941, Token=B0ED3F8BC70FE080, 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:03:06.952 [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:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8218] for CON-PUT MID=32941, Token=B0ED3F8BC70FE080, 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:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1390, 127.0.0.1:8218] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 06:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8218, complete]! 06:03:06.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1390, 127.0.0.1:8218, complete] completed ACK-2.04 MID=32941, Token=B0ED3F8BC70FE080, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:03:06.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:8218 06:03:06.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04 MID=32941, Token=B0ED3F8BC70FE080, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:03:06.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217 06:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.953 [: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:03:06.953 [: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:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-POST MID=32941, Token=B0ED3F8BC70FE080, 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:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request 06:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] 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:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] 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:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-32942], CON-POST MID=32942, 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:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for MID KeyMID[127.0.0.1:8217-32941] 06:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-0463EC82201D9DD5], CON-POST MID=32942, Token=0463EC82201D9DD5, 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:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for token KeyToken[127.0.0.1:8217-B0ED3F8BC70FE080] 06:03:06.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-32942], KeyToken[127.0.0.1:8217-0463EC82201D9DD5]] 06:03:06.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 103 bytes to 127.0.0.1:8217 06:03:06.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST MID=32942, Token=0463EC82201D9DD5, 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:03:06.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 103 bytes from 127.0.0.1:8218 06:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-32942] 06:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8218] replace CON-POST MID=32942, Token=0463EC82201D9DD5, 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=32942, Token=0463EC82201D9DD5, 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:03:06.954 [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:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8218] for CON-PUT MID=32942, Token=0463EC82201D9DD5, 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:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1391, 127.0.0.1:8218] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 06:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8218, complete]! 06:03:06.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1391, 127.0.0.1:8218, complete] completed ACK-2.04 MID=32942, Token=0463EC82201D9DD5, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:03:06.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 26 bytes to 127.0.0.1:8218 06:03:06.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04 MID=32942, Token=0463EC82201D9DD5, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:03:06.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217 06:03:06.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.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=true, num=2) 06:03:06.954 [: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:03:06.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] replace CON-POST MID=32942, Token=0463EC82201D9DD5, 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:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] send request 06:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8217] 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:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217] 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:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated mid KeyMID[127.0.0.1:8217-32943], CON-POST MID=32943, 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:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for MID KeyMID[127.0.0.1:8217-32942] 06:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-B8287F9DF43433CD], CON-POST MID=32943, Token=B8287F9DF43433CD, 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:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217] for token KeyToken[127.0.0.1:8217-0463EC82201D9DD5] 06:03:06.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-32943], KeyToken[127.0.0.1:8217-B8287F9DF43433CD]] 06:03:06.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 103 bytes to 127.0.0.1:8217 06:03:06.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T132) 127.0.0.1:8,218 ==> :8,217 [CON-POST MID=32943, Token=B8287F9DF43433CD, 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:03:06.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 103 bytes from 127.0.0.1:8218 06:03:06.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-32943] 06:03:06.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8218] replace CON-POST MID=32943, Token=B8287F9DF43433CD, 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=32943, Token=B8287F9DF43433CD, 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:03:06.955 [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:03:06.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8218] for CON-PUT MID=32943, Token=B8287F9DF43433CD, 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:03:06.955 [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:03:06.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8218]], block1 transfers still in progress: 0 06:03:06.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1392, 127.0.0.1:8218] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 06:03:06.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8218, complete]! 06:03:06.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1392, 127.0.0.1:8218, complete] completed ACK-2.04 MID=32943, Token=B8287F9DF43433CD, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 06:03:06.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 26 bytes to 127.0.0.1:8218 06:03:06.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T135) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04 MID=32943, Token=B8287F9DF43433CD, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 06:03:06.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 26 bytes from 127.0.0.1:8217 06:03:06.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.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:03:06.956 [: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:03:06.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217, complete]! 06:03:06.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217, complete] for token KeyToken[127.0.0.1:8217-B8287F9DF43433CD] 06:03:06.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8217, complete] for MID KeyMID[127.0.0.1:8217-32943] 06:03:06.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1388, 127.0.0.1:8217, complete] completed CON-PUT MID=32940, Token=50C24795007A935C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=32943, Token=B8287F9DF43433CD, 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:03:06.956 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.956 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8217 06:03:06.956 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8217 06:03:06.956 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] stopping ... 06:03:06.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /127.0.0.1 06:03:06.956 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] has stopped. 06:03:06.956 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8217 06:03:06.956 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:06.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8218 06:03:06.957 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8218 06:03:06.957 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] stopping ... 06:03:06.957 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /0.0.0.0 06:03:06.957 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] has stopped. 06:03:06.957 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8218 06:03:06.957 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:03:06.957 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:03:06.958 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.958 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.958 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.958 [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:03:06.958 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.959 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.959 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.959 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.959 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.959 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219 06:03:06.959 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.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:03:06.959 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8219, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.959 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8219 06:03:06.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:03:06.959 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.959 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.959 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.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:03:06.960 [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:03:06.960 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.960 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.960 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.960 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.960 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220 06:03:06.960 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.960 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8220, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.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:03:06.960 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8220 06:03:06.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:03:06.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393, 127.0.0.1:8219] send request 06:03:06.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393, 127.0.0.1:8219] 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:03:06.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, 127.0.0.1:8219, complete]! 06:03:06.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1393, 127.0.0.1:8219, complete] request [MID=-1, null] 06:03:06.965 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.965 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.965 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8219 06:03:06.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8219 06:03:06.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8219] stopping ... 06:03:06.965 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /127.0.0.1 06:03:06.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8219] has stopped. 06:03:06.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8219 06:03:06.965 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:06.965 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8220 06:03:06.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8220 06:03:06.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8220] stopping ... 06:03:06.965 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /0.0.0.0 06:03:06.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8220] has stopped. 06:03:06.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8220 06:03:06.967 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:03:06.967 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:06.968 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 06:03:06.969 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:03:06.969 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.969 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.969 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.969 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.970 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.970 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.970 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.970 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221 06:03:06.970 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.970 [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:03:06.970 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8221, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.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:03:06.970 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8221 06:03:06.971 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.971 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.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:03:06.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:03:06.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.972 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.972 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222 06:03:06.972 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.972 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8222, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.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:03:06.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8222 06:03:06.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:03:06.972 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8222 06:03:06.979 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.979 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.979 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.979 [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:03:06.980 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.981 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.981 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223 06:03:06.981 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.981 [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:03:06.981 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8223, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.981 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8223 06:03:06.981 [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:03:06.981 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.981 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.981 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.982 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.982 [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:03:06.982 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.982 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.982 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.982 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.982 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224 06:03:06.982 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.982 [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:03:06.982 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8224, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.982 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8224 06:03:06.982 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8224 06:03:06.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:03:06.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8223] send request 06:03:06.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8223] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8221/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:06.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-62912], NON-POST MID=62912, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:06.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-C4D4A93F8A842D48], NON-POST MID=62912, Token=C4D4A93F8A842D48, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:06.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-62912], KeyToken[127.0.0.1:8223-C4D4A93F8A842D48]] 06:03:06.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 58 bytes to 127.0.0.1:8223 06:03:06.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T156) 127.0.0.1:8,224 ==> :8,223 [NON-POST MID=62912, Token=C4D4A93F8A842D48, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:06.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 58 bytes from 127.0.0.1:8224 06:03:06.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-62912] 06:03:06.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8221 ==[ CoAP Request ]============================================= MID : 62912 Token : C4D4A93F8A842D48 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:03:06.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1396, 127.0.0.1:8221] send request 06:03:06.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1396, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61621], NON-POST MID=61621, 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:03:06.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1396, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-E8647F58AE94DD24], NON-POST MID=61621, Token=E8647F58AE94DD24, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:06.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61621], KeyToken[127.0.0.1:8221-E8647F58AE94DD24]] 06:03:06.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 34 bytes to 127.0.0.1:8221 06:03:06.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T148) 127.0.0.1:8,222 ==> :8,221 [NON-POST MID=61621, Token=E8647F58AE94DD24, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:06.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 34 bytes from 127.0.0.1:8222 06:03:06.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61621] 06:03:06.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:06.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222] replace NON-POST MID=61621, Token=E8647F58AE94DD24, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=61621, Token=E8647F58AE94DD24, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:06.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1397, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:03:06.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222, complete]! 06:03:06.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1397, 127.0.0.1:8222, complete] completed NON-2.04 MID=23009, Token=E8647F58AE94DD24, 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:03:06.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 153 bytes to 127.0.0.1:8222 06:03:06.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T151) 127.0.0.1:8,221 ==> :8,222 [NON-2.04 MID=23009, Token=E8647F58AE94DD24, 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:03:06.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 153 bytes from 127.0.0.1:8221 06:03:06.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:8221-23009] 06:03:06.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1396, 127.0.0.1:8221, complete]! 06:03:06.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1396, 127.0.0.1:8221, complete] for token KeyToken[127.0.0.1:8221-E8647F58AE94DD24] 06:03:06.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1396, 127.0.0.1:8221, complete] for MID KeyMID[127.0.0.1:8221-61621] 06:03:06.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1396, 127.0.0.1:8221, complete] completed NON-POST MID=61621, Token=E8647F58AE94DD24, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:06.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:06.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 06:03:06.986 [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:8224]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1 06:03:06.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1395, 127.0.0.1:8224] 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:03:06.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1395, 127.0.0.1:8224, complete]! 06:03:06.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1395, 127.0.0.1:8224, 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=61717, Token=C4D4A93F8A842D48, 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:03:06.987 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8224 06:03:06.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T159) 127.0.0.1:8,223 ==> :8,224 [NON-2.04 MID=61717, Token=C4D4A93F8A842D48, 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:03:06.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 51 bytes from 127.0.0.1:8223 06:03:06.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8223-61717] 06:03:06.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:06.987 [: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:03:06.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8223, complete]! 06:03:06.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8223, complete] for token KeyToken[127.0.0.1:8223-C4D4A93F8A842D48] 06:03:06.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8223, complete] for MID KeyMID[127.0.0.1:8223-62912] 06:03:06.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1394, 127.0.0.1:8223, complete] completed NON-GET MID=62912, Token=C4D4A93F8A842D48, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8221/resource"}, -/- NON-POST MID=62912, Token=C4D4A93F8A842D48, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8221"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:06.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1394, 127.0.0.1:8223, complete] request [MID=62912, Token=C4D4A93F8A842D48] 06:03:06.987 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.987 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.987 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8221 06:03:06.987 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8221 06:03:06.987 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] stopping ... 06:03:06.987 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /127.0.0.1 06:03:06.987 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] has stopped. 06:03:06.987 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8221 06:03:06.988 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:06.988 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.988 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8222 06:03:06.988 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8222 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] stopping ... 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /0.0.0.0 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] has stopped. 06:03:06.988 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8222 06:03:06.988 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.988 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:06.988 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8223 06:03:06.988 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8223 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] stopping ... 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /127.0.0.1 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] has stopped. 06:03:06.988 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8223 06:03:06.988 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:06.988 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:06.988 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8224 06:03:06.988 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8224 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] stopping ... 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /0.0.0.0 06:03:06.988 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] has stopped. 06:03:06.988 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8224 06:03:06.988 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:03:06.989 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:03:06.989 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.989 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.989 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.989 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.989 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.990 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.990 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.990 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.990 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.990 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225 06:03:06.990 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.990 [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:03:06.990 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8225, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.990 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8225 06:03:06.990 [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:03:06.990 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.990 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.991 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.991 [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:03:06.991 [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:03:06.991 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.991 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.991 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.991 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.991 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226 06:03:06.991 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.991 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8226, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.991 [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:03:06.991 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8226 06:03:06.991 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8226 06:03:06.991 [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:03:06.991 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.991 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.991 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.991 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.991 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:06.992 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:06.992 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.992 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.992 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:06.992 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227 06:03:06.992 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.992 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8227, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.992 [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:03:06.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8227 06:03:06.992 [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:03:06.992 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:06.992 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:06.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:06.992 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:06.992 [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:03:06.993 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:06.993 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:06.993 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:06.993 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:06.993 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228 06:03:06.993 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:06.993 [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:03:06.993 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8228, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:06.993 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8228 06:03:06.993 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8228 06:03:06.993 [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:03:06.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1398, 127.0.0.1:8227] send request 06:03:06.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227] 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:8225/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] added with generated mid KeyMID[127.0.0.1:8227-702], NON-POST MID= 702, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] added with generated token KeyToken[127.0.0.1:8227-7C50CA742E542DD4], NON-POST MID= 702, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8227-702], KeyToken[127.0.0.1:8227-7C50CA742E542DD4]] 06:03:06.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 189 bytes to 127.0.0.1:8227 06:03:06.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T172) 127.0.0.1:8,228 ==> :8,227 [NON-POST MID= 702, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8227) received 189 bytes from 127.0.0.1:8228 06:03:06.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8228-702] 06:03:06.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8225 ==[ CoAP Request ]============================================= MID : 702 Token : 7C50CA742E542DD4 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:06.994 [: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:03:06.994 [: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:8225]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:06.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1400, 127.0.0.1:8225] 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:03:06.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1400, 127.0.0.1:8225] send request 06:03:06.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1400, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-1267], NON-POST MID= 1267, 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:03:06.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1400, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-FC625146984E7B90], NON-POST MID= 1267, Token=FC625146984E7B90, 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:03:06.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-1267], KeyToken[127.0.0.1:8225-FC625146984E7B90]] 06:03:06.995 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8225 06:03:06.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T164) 127.0.0.1:8,226 ==> :8,225 [NON-POST MID= 1267, Token=FC625146984E7B90, 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:03:06.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 54 bytes from 127.0.0.1:8226 06:03:06.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-1267] 06:03:06.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1401, 127.0.0.1:8226] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:06.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1401, 127.0.0.1:8226, complete]! 06:03:06.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1401, 127.0.0.1:8226, complete] completed NON-4.13 MID=22579, Token=FC625146984E7B90, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:06.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8226 06:03:06.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T167) 127.0.0.1:8,225 ==> :8,226 [NON-4.13 MID=22579, Token=FC625146984E7B90, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:06.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 45 bytes from 127.0.0.1:8225 06:03:06.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8225-22579] 06:03:06.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=22579, Token=FC625146984E7B90, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:06.996 [: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:8225]], block1 transfers still in progress: 0 06:03:06.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1400, 127.0.0.1:8225, complete]! 06:03:06.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1400, 127.0.0.1:8225, complete] for token KeyToken[127.0.0.1:8225-FC625146984E7B90] 06:03:06.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1400, 127.0.0.1:8225, complete] for MID KeyMID[127.0.0.1:8225-1267] 06:03:06.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1400, 127.0.0.1:8225, complete] completed NON-POST MID= 1267, Token=FC625146984E7B90, 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= 1267, Token=FC625146984E7B90, 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:03:06.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:06.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1399, 127.0.0.1:8228] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:06.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1399, 127.0.0.1:8228, complete]! 06:03:06.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1399, 127.0.0.1:8228, complete] completed NON-4.13 MID=11041, Token=7C50CA742E542DD4, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:06.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 45 bytes to 127.0.0.1:8228 06:03:06.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T175) 127.0.0.1:8,227 ==> :8,228 [NON-4.13 MID=11041, Token=7C50CA742E542DD4, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:06.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8228) received 45 bytes from 127.0.0.1:8227 06:03:06.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:8227-11041] 06:03:06.997 [: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:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=11041, Token=7C50CA742E542DD4, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:06.997 [: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:8227]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 06:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227] replace NON-POST MID= 702, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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=7C50CA742E542DD4, 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:8225/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 06:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1398, 127.0.0.1:8227] send request 06:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227] replace NON-PUT MID= -1, Token=7C50CA742E542DD4, 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:8225/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] added with generated mid KeyMID[127.0.0.1:8227-703], NON-POST MID= 703, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227] for MID KeyMID[127.0.0.1:8227-702] 06:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] keep for KeyToken[127.0.0.1:8227-7C50CA742E542DD4], NON-POST MID= 703, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8227-703], KeyToken[127.0.0.1:8227-7C50CA742E542DD4]] 06:03:06.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8227 06:03:06.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T172) 127.0.0.1:8,228 ==> :8,227 [NON-POST MID= 703, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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:03:06.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8227) received 130 bytes from 127.0.0.1:8228 06:03:06.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8228-703] 06:03:06.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8225 ==[ CoAP Request ]============================================= MID : 703 Token : 7C50CA742E542DD4 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"} Payload: 90 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901} Payload: 90 Bytes =============================================================== 06:03:06.998 [: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:03:06.998 [: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:8225]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 06:03:06.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8225] 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:03:06.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403, 127.0.0.1:8225] send request 06:03:06.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-1268], NON-POST MID= 1268, 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:03:06.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-B059F9654D1FDB8D], NON-POST MID= 1268, Token=B059F9654D1FDB8D, 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:03:06.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-1268], KeyToken[127.0.0.1:8225-B059F9654D1FDB8D]] 06:03:06.998 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8225 06:03:06.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T164) 127.0.0.1:8,226 ==> :8,225 [NON-POST MID= 1268, Token=B059F9654D1FDB8D, 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:03:06.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 54 bytes from 127.0.0.1:8226 06:03:06.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-1268] 06:03:06.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404, 127.0.0.1:8226] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:06.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8226, complete]! 06:03:06.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, 127.0.0.1:8226, complete] completed NON-4.13 MID=22580, Token=B059F9654D1FDB8D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:06.999 [UDP-Sender-localhost/127.0.0.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:8226 06:03:06.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T167) 127.0.0.1:8,225 ==> :8,226 [NON-4.13 MID=22580, Token=B059F9654D1FDB8D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:06.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 45 bytes from 127.0.0.1:8225 06:03:06.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8225-22580] 06:03:06.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=22580, Token=B059F9654D1FDB8D, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:06.999 [: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:8225]], block1 transfers still in progress: 0 06:03:06.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8225, complete]! 06:03:06.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, 127.0.0.1:8225, complete] for token KeyToken[127.0.0.1:8225-B059F9654D1FDB8D] 06:03:06.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, 127.0.0.1:8225, complete] for MID KeyMID[127.0.0.1:8225-1268] 06:03:06.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1403, 127.0.0.1:8225, complete] completed NON-POST MID= 1268, Token=B059F9654D1FDB8D, 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= 1268, Token=B059F9654D1FDB8D, 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:03:06.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:06.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402, 127.0.0.1:8228] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:06.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8228, complete]! 06:03:06.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, 127.0.0.1:8228, complete] completed NON-4.13 MID=11042, Token=7C50CA742E542DD4, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:06.999 [UDP-Sender-localhost/127.0.0.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:8228 06:03:06.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T175) 127.0.0.1:8,227 ==> :8,228 [NON-4.13 MID=11042, Token=7C50CA742E542DD4, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:06.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8228) received 45 bytes from 127.0.0.1:8227 06:03:06.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-11042] 06:03:07.000 [: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:03:07.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=11042, Token=7C50CA742E542DD4, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:07.000 [: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:8227]], block1 transfers still in progress: 0 06:03:07.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227, complete]! 06:03:07.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227, complete] for token KeyToken[127.0.0.1:8227-7C50CA742E542DD4] 06:03:07.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227, complete] for MID KeyMID[127.0.0.1:8227-703] 06:03:07.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1398, 127.0.0.1:8227, complete] completed NON-PUT MID= 702, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8225/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID= 703, Token=7C50CA742E542DD4, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8225"}, 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 : 7C50CA742E542DD4 Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 6 ms Payload: 29 Bytes =============================================================== 06:03:07.000 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.000 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.000 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8225 06:03:07.000 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8225 06:03:07.000 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] stopping ... 06:03:07.000 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /127.0.0.1 06:03:07.000 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] has stopped. 06:03:07.000 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8225 06:03:07.000 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.000 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.000 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8226 06:03:07.000 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8226 06:03:07.000 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] stopping ... 06:03:07.000 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /0.0.0.0 06:03:07.000 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] has stopped. 06:03:07.000 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8226 06:03:07.001 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.001 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.001 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8227 06:03:07.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8227 06:03:07.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] stopping ... 06:03:07.001 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /127.0.0.1 06:03:07.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] has stopped. 06:03:07.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8227 06:03:07.001 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.001 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.001 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8228 06:03:07.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8228 06:03:07.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] stopping ... 06:03:07.001 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /0.0.0.0 06:03:07.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] has stopped. 06:03:07.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8228 06:03:07.001 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:03:07.002 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:03:07.002 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.002 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.002 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.002 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.002 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.003 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.003 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.003 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.003 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.003 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229 06:03:07.003 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.003 [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:03:07.003 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8229, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8229 06:03:07.003 [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:03:07.003 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.003 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.004 [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:03:07.004 [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:03:07.004 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.004 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.004 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230 06:03:07.004 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.004 [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:03:07.004 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8230, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.004 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8230 06:03:07.004 [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:03:07.004 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8230 06:03:07.004 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.004 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.004 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.004 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.004 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.005 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.005 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.005 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.005 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.005 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231 06:03:07.005 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.005 [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:03:07.005 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8231, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8231 06:03:07.005 [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:03:07.006 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.006 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.006 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.006 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.006 [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:03:07.006 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.006 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.006 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.006 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.006 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232 06:03:07.006 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.006 [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:03:07.006 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8232, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.006 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8232 06:03:07.006 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8232 06:03:07.006 [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:03:07.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405, 127.0.0.1:8231] send request 06:03:07.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405, 127.0.0.1:8231] 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:8229/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8231] 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:8229/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, 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:03:07.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405, 127.0.0.1:8231] added with generated mid KeyMID[127.0.0.1:8231-38216], CON-POST MID=38216, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, 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:03:07.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405, 127.0.0.1:8231] added with generated token KeyToken[127.0.0.1:8231-A8E530543A70D43D], CON-POST MID=38216, Token=A8E530543A70D43D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, 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:03:07.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8231-38216], KeyToken[127.0.0.1:8231-A8E530543A70D43D]] 06:03:07.007 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8231 06:03:07.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T188) 127.0.0.1:8,232 ==> :8,231 [CON-POST MID=38216, Token=A8E530543A70D43D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, 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:03:07.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8231) received 189 bytes from 127.0.0.1:8232 06:03:07.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8232-38216] 06:03:07.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8229 ==[ CoAP Request ]============================================= MID : 38216 Token : A8E530543A70D43D Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:07.008 [: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:03:07.008 [: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:8229]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] 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:03:07.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request 06:03:07.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] 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:03:07.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-27126], CON-POST MID=27126, 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:03:07.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-70AAAFB38CDC0E0D], CON-POST MID=27126, Token=70AAAFB38CDC0E0D, 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:03:07.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-27126], KeyToken[127.0.0.1:8229-70AAAFB38CDC0E0D]] 06:03:07.008 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST MID=27126, Token=70AAAFB38CDC0E0D, 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:03:07.008 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 54 bytes from 127.0.0.1:8230 06:03:07.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-27126] 06:03:07.008 [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:03:07.008 [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:8230]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:07.009 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8229 06:03:07.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408, 127.0.0.1:8230] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:03:07.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8230, complete]! 06:03:07.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, 127.0.0.1:8230, complete] completed ACK-2.31 MID=27126, Token=70AAAFB38CDC0E0D, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:03:07.009 [UDP-Sender-localhost/127.0.0.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:8230 06:03:07.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31 MID=27126, Token=70AAAFB38CDC0E0D, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:03:07.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229 06:03:07.009 [: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:03:07.009 [: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:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST MID=27126, Token=70AAAFB38CDC0E0D, 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:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request 06:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] 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:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-27127], CON-POST MID=27127, 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:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-27126] 06:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-A4F9AF641EC3D36D], CON-POST MID=27127, Token=A4F9AF641EC3D36D, 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:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-70AAAFB38CDC0E0D] 06:03:07.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-27127], KeyToken[127.0.0.1:8229-A4F9AF641EC3D36D]] 06:03:07.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 51 bytes to 127.0.0.1:8229 06:03:07.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST MID=27127, Token=A4F9AF641EC3D36D, 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:03:07.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 51 bytes from 127.0.0.1:8230 06:03:07.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-27127] 06:03:07.050 [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:03:07.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST MID=27127, Token=A4F9AF641EC3D36D, 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:03:07.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:07.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1409, 127.0.0.1:8230] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:03:07.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1409, 127.0.0.1:8230, complete]! 06:03:07.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1409, 127.0.0.1:8230, complete] completed ACK-2.31 MID=27127, Token=A4F9AF641EC3D36D, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8230 06:03:07.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31 MID=27127, Token=A4F9AF641EC3D36D, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:03:07.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229 06:03:07.051 [: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:03:07.051 [: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:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST MID=27127, Token=A4F9AF641EC3D36D, 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:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request 06:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] 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:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-27128], CON-POST MID=27128, 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:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-27127] 06:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-04E76E056EB7EB64], CON-POST MID=27128, Token=04E76E056EB7EB64, 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:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-A4F9AF641EC3D36D] 06:03:07.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-27128], KeyToken[127.0.0.1:8229-04E76E056EB7EB64]] 06:03:07.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 51 bytes to 127.0.0.1:8229 06:03:07.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST MID=27128, Token=04E76E056EB7EB64, 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:03:07.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 51 bytes from 127.0.0.1:8230 06:03:07.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-27128] 06:03:07.052 [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:03:07.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST MID=27128, Token=04E76E056EB7EB64, 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:03:07.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:07.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410, 127.0.0.1:8230] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:03:07.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8230, complete]! 06:03:07.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, 127.0.0.1:8230, complete] completed ACK-2.31 MID=27128, Token=04E76E056EB7EB64, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8230 06:03:07.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31 MID=27128, Token=04E76E056EB7EB64, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:03:07.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229 06:03:07.052 [: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:03:07.052 [: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:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST MID=27128, Token=04E76E056EB7EB64, 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:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request 06:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] 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:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-27129], CON-POST MID=27129, 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:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-27128] 06:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-B8CDE185786143C1], CON-POST MID=27129, Token=B8CDE185786143C1, 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:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-04E76E056EB7EB64] 06:03:07.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-27129], KeyToken[127.0.0.1:8229-B8CDE185786143C1]] 06:03:07.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 51 bytes to 127.0.0.1:8229 06:03:07.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST MID=27129, Token=B8CDE185786143C1, 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:03:07.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 51 bytes from 127.0.0.1:8230 06:03:07.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-27129] 06:03:07.053 [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:03:07.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST MID=27129, Token=B8CDE185786143C1, 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:03:07.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:03:07.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1411, 127.0.0.1:8230] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:03:07.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1411, 127.0.0.1:8230, complete]! 06:03:07.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1411, 127.0.0.1:8230, complete] completed ACK-2.31 MID=27129, Token=B8CDE185786143C1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8230 06:03:07.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31 MID=27129, Token=B8CDE185786143C1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:03:07.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 15 bytes from 127.0.0.1:8229 06:03:07.053 [: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:03:07.053 [: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:03:07.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229] replace CON-POST MID=27129, Token=B8CDE185786143C1, 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:03:07.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] send request 06:03:07.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8229] 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:03:07.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-27130], CON-POST MID=27130, 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:03:07.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for MID KeyMID[127.0.0.1:8229-27129] 06:03:07.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-28D62D280A88731B], CON-POST MID=27130, Token=28D62D280A88731B, 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:03:07.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229] for token KeyToken[127.0.0.1:8229-B8CDE185786143C1] 06:03:07.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-27130], KeyToken[127.0.0.1:8229-28D62D280A88731B]] 06:03:07.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8229 06:03:07.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T180) 127.0.0.1:8,230 ==> :8,229 [CON-POST MID=27130, Token=28D62D280A88731B, 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:03:07.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 40 bytes from 127.0.0.1:8230 06:03:07.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-27130] 06:03:07.054 [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:03:07.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8230] for CON-POST MID=27130, Token=28D62D280A88731B, 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:03:07.054 [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:03:07.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8230]], block1 transfers still in progress: 0 06:03:07.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:03:07.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412, 127.0.0.1:8230] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 06:03:07.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8230, complete]! 06:03:07.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, 127.0.0.1:8230, complete] completed ACK-2.04 MID=27130, Token=28D62D280A88731B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:03:07.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 26 bytes to 127.0.0.1:8230 06:03:07.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T183) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID=27130, Token=28D62D280A88731B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:03:07.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 26 bytes from 127.0.0.1:8229 06:03:07.055 [: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:03:07.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229, complete]! 06:03:07.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229, complete] for token KeyToken[127.0.0.1:8229-28D62D280A88731B] 06:03:07.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8229, complete] for MID KeyMID[127.0.0.1:8229-27130] 06:03:07.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1407, 127.0.0.1:8229, complete] completed CON-POST MID=27126, Token=70AAAFB38CDC0E0D, 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=27130, Token=28D62D280A88731B, 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:03:07.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1406, 127.0.0.1:8232] 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:03:07.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, 127.0.0.1:8232, complete]! 06:03:07.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1406, 127.0.0.1:8232, complete] completed ACK-2.04 MID=38216, Token=A8E530543A70D43D, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:03:07.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 26 bytes to 127.0.0.1:8232 06:03:07.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T191) 127.0.0.1:8,231 ==> :8,232 [ACK-2.04 MID=38216, Token=A8E530543A70D43D, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:03:07.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8232) received 26 bytes from 127.0.0.1:8231 06:03:07.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8231, complete]! 06:03:07.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, 127.0.0.1:8231, complete] for token KeyToken[127.0.0.1:8231-A8E530543A70D43D] 06:03:07.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, 127.0.0.1:8231, complete] for MID KeyMID[127.0.0.1:8231-38216] 06:03:07.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1405, 127.0.0.1:8231, complete] completed CON-PUT MID=38216, Token=A8E530543A70D43D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=38216, Token=A8E530543A70D43D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, 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 : 38216 Token : A8E530543A70D43D Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 49 ms Payload: 0 Bytes =============================================================== 06:03:07.056 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.056 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.056 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8229 06:03:07.056 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8229 06:03:07.056 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] stopping ... 06:03:07.056 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /127.0.0.1 06:03:07.056 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] has stopped. 06:03:07.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8229 06:03:07.057 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.057 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8230 06:03:07.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8230 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] stopping ... 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /0.0.0.0 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] has stopped. 06:03:07.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8230 06:03:07.057 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.057 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8231 06:03:07.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8231 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] stopping ... 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /127.0.0.1 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] has stopped. 06:03:07.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8231 06:03:07.057 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.057 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8232 06:03:07.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8232 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] stopping ... 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /0.0.0.0 06:03:07.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] has stopped. 06:03:07.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8232 06:03:07.058 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:03:07.058 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:03:07.058 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.058 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.058 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.058 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.059 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.059 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233 06:03:07.059 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.059 [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:03:07.059 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8233, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8233 06:03:07.059 [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:03:07.059 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.060 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.060 [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:03:07.060 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.060 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234 06:03:07.060 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.060 [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:03:07.060 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8234, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8234 06:03:07.060 [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:03:07.060 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8234 06:03:07.060 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.060 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.061 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.061 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.061 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.061 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.061 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.061 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235 06:03:07.061 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.061 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8235, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.061 [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:03:07.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8235 06:03:07.061 [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:03:07.061 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.061 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.061 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.061 [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:03:07.062 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.062 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.062 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.062 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.062 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236 06:03:07.062 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.062 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8236, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.062 [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:03:07.062 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8236 06:03:07.062 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8236 06:03:07.062 [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:03:07.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413, 127.0.0.1:8235] send request 06:03:07.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413, 127.0.0.1:8235] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, 06:03:07.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8235] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413, 127.0.0.1:8235] added with generated mid KeyMID[127.0.0.1:8235-43180], CON-POST MID=43180, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413, 127.0.0.1:8235] added with generated token KeyToken[127.0.0.1:8235-2C7A31C0B5A7F07A], CON-POST MID=43180, Token=2C7A31C0B5A7F07A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8235-43180], KeyToken[127.0.0.1:8235-2C7A31C0B5A7F07A]] 06:03:07.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 58 bytes to 127.0.0.1:8235 06:03:07.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T204) 127.0.0.1:8,236 ==> :8,235 [CON-POST MID=43180, Token=2C7A31C0B5A7F07A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8235) received 58 bytes from 127.0.0.1:8236 06:03:07.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-43180] 06:03:07.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8233 ==[ CoAP Request ]============================================= MID : 43180 Token : 2C7A31C0B5A7F07A Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:03:07.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415, 127.0.0.1:8233] send request 06:03:07.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415, 127.0.0.1:8233] 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:03:07.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415, 127.0.0.1:8233] added with generated mid KeyMID[127.0.0.1:8233-59632], CON-POST MID=59632, 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:03:07.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415, 127.0.0.1:8233] added with generated token KeyToken[127.0.0.1:8233-0886F895D92345F3], CON-POST MID=59632, Token=0886F895D92345F3, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-59632], KeyToken[127.0.0.1:8233-0886F895D92345F3]] 06:03:07.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 34 bytes to 127.0.0.1:8233 06:03:07.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T196) 127.0.0.1:8,234 ==> :8,233 [CON-POST MID=59632, Token=0886F895D92345F3, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 34 bytes from 127.0.0.1:8234 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-59632] 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8234] replace CON-POST MID=59632, Token=0886F895D92345F3, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=59632, Token=0886F895D92345F3, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1416, 127.0.0.1:8234] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8234, complete]! 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1416, 127.0.0.1:8234, complete] completed ACK-2.04 MID=59632, Token=0886F895D92345F3, 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:03:07.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 153 bytes to 127.0.0.1:8234 06:03:07.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T199) 127.0.0.1:8,233 ==> :8,234 [ACK-2.04 MID=59632, Token=0886F895D92345F3, 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:03:07.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 153 bytes from 127.0.0.1:8233 06:03:07.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, 127.0.0.1:8233, complete]! 06:03:07.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, 127.0.0.1:8233, complete] for token KeyToken[127.0.0.1:8233-0886F895D92345F3] 06:03:07.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, 127.0.0.1:8233, complete] for MID KeyMID[127.0.0.1:8233-59632] 06:03:07.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1415, 127.0.0.1:8233, complete] completed CON-POST MID=59632, Token=0886F895D92345F3, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414, 127.0.0.1:8236] 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:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8236, complete]! 06:03:07.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, 127.0.0.1:8236, complete] completed ACK-2.04 MID=43180, Token=2C7A31C0B5A7F07A, 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:03:07.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 153 bytes to 127.0.0.1:8236 06:03:07.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T207) 127.0.0.1:8,235 ==> :8,236 [ACK-2.04 MID=43180, Token=2C7A31C0B5A7F07A, 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:03:07.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8236) received 153 bytes from 127.0.0.1:8235 06:03:07.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8235, complete]! 06:03:07.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, 127.0.0.1:8235, complete] for token KeyToken[127.0.0.1:8235-2C7A31C0B5A7F07A] 06:03:07.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, 127.0.0.1:8235, complete] for MID KeyMID[127.0.0.1:8235-43180] 06:03:07.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1413, 127.0.0.1:8235, complete] completed CON-GET MID=43180, Token=2C7A31C0B5A7F07A, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, -/- CON-POST MID=43180, Token=2C7A31C0B5A7F07A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 43180 Token : 2C7A31C0B5A7F07A Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:03:07.065 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.065 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.065 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8233 06:03:07.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8233 06:03:07.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] stopping ... 06:03:07.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /127.0.0.1 06:03:07.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] has stopped. 06:03:07.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8233 06:03:07.065 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.065 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.065 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8234 06:03:07.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8234 06:03:07.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] stopping ... 06:03:07.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /0.0.0.0 06:03:07.065 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] has stopped. 06:03:07.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8234 06:03:07.065 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.065 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8235 06:03:07.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8235 06:03:07.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] stopping ... 06:03:07.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /127.0.0.1 06:03:07.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] has stopped. 06:03:07.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8235 06:03:07.066 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.066 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8236 06:03:07.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8236 06:03:07.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] stopping ... 06:03:07.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /0.0.0.0 06:03:07.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] has stopped. 06:03:07.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8236 06:03:07.066 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:03:07.066 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:03:07.067 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.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:03:07.067 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.067 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237 06:03:07.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8237, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8237 06:03:07.068 [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:03:07.068 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.068 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.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:03:07.068 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.068 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238 06:03:07.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8238, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.068 [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:03:07.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8238 06:03:07.068 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8238 06:03:07.068 [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:03:07.068 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.068 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.068 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.069 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239 06:03:07.069 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.069 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8239, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8239 06:03:07.069 [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:03:07.069 [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:03:07.069 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.069 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.069 [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:03:07.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.069 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240 06:03:07.069 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.070 [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:03:07.070 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8240, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.070 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8240 06:03:07.070 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8240 06:03:07.070 [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:03:07.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8239] send request 06:03:07.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8239] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, 06:03:07.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8239] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8239] added with generated mid KeyMID[127.0.0.1:8239-34974], CON-POST MID=34974, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8239] added with generated token KeyToken[127.0.0.1:8239-00C34ED251DB4938], CON-POST MID=34974, Token=00C34ED251DB4938, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-34974], KeyToken[127.0.0.1:8239-00C34ED251DB4938]] 06:03:07.070 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8239 06:03:07.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T220) 127.0.0.1:8,240 ==> :8,239 [CON-POST MID=34974, Token=00C34ED251DB4938, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 58 bytes from 127.0.0.1:8240 06:03:07.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-34974] 06:03:07.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8237 ==[ CoAP Request ]============================================= MID : 34974 Token : 00C34ED251DB4938 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:03:07.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8237] send request 06:03:07.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8237] 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:03:07.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-63239], CON-POST MID=63239, 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:03:07.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-6C18D8A0D92BB0B9], CON-POST MID=63239, Token=6C18D8A0D92BB0B9, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-63239], KeyToken[127.0.0.1:8237-6C18D8A0D92BB0B9]] 06:03:07.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 34 bytes to 127.0.0.1:8237 06:03:07.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST MID=63239, Token=6C18D8A0D92BB0B9, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 34 bytes from 127.0.0.1:8238 06:03:07.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-63239] 06:03:07.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8238] replace CON-POST MID=63239, Token=6C18D8A0D92BB0B9, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=63239, Token=6C18D8A0D92BB0B9, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420, 127.0.0.1:8238] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test" 06:03:07.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8238, complete]! 06:03:07.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, 127.0.0.1:8238, complete] completed ACK-2.04 MID=63239, Token=6C18D8A0D92BB0B9, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:03:07.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 29 bytes to 127.0.0.1:8238 06:03:07.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.04 MID=63239, Token=6C18D8A0D92BB0B9, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:03:07.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 29 bytes from 127.0.0.1:8237 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8237, complete]! 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8237, complete] for token KeyToken[127.0.0.1:8237-6C18D8A0D92BB0B9] 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8237, complete] for MID KeyMID[127.0.0.1:8237-63239] 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1419, 127.0.0.1:8237, complete] completed CON-POST MID=63239, Token=6C18D8A0D92BB0B9, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:07.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418, 127.0.0.1:8240] 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:03:07.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8240, complete]! 06:03:07.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, 127.0.0.1:8240, complete] completed ACK-2.04 MID=34974, Token=00C34ED251DB4938, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:03:07.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 29 bytes to 127.0.0.1:8240 06:03:07.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T223) 127.0.0.1:8,239 ==> :8,240 [ACK-2.04 MID=34974, Token=00C34ED251DB4938, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:03:07.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8240) received 29 bytes from 127.0.0.1:8239 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8239, complete]! 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8239, complete] for token KeyToken[127.0.0.1:8239-00C34ED251DB4938] 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8239, complete] for MID KeyMID[127.0.0.1:8239-34974] 06:03:07.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1417, 127.0.0.1:8239, complete] completed CON-GET MID=34974, Token=00C34ED251DB4938, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, -/- CON-POST MID=34974, Token=00C34ED251DB4938, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 34974 Token : 00C34ED251DB4938 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 06:03:07.073 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.073 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8237 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8237 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] stopping ... 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /127.0.0.1 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] has stopped. 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8237 06:03:07.073 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.073 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8238 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8238 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] stopping ... 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /0.0.0.0 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] has stopped. 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8238 06:03:07.073 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.073 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8239 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8239 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] stopping ... 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /127.0.0.1 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] has stopped. 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8239 06:03:07.073 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.073 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8240 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8240 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] stopping ... 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /0.0.0.0 06:03:07.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] has stopped. 06:03:07.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8240 06:03:07.074 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:03:07.074 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:03:07.074 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.074 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.074 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.074 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.075 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.075 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241 06:03:07.075 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.075 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8241, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8241 06:03:07.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:07.075 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.075 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.075 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.075 [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:03:07.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.075 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.075 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242 06:03:07.076 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.076 [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:03:07.076 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8242, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.076 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8242 06:03:07.076 [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:03:07.076 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8242 06:03:07.076 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.076 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.076 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.076 [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:03:07.076 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.076 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.076 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243 06:03:07.076 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.077 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8243, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8243 06:03:07.077 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:07.077 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.077 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.077 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 06:03:07.077 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.077 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.077 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.077 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.077 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244 06:03:07.077 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.077 [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:03:07.077 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8244, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8244 06:03:07.077 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8244 06:03:07.077 [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:03:07.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, 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:03:07.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32143], CON-POST MID=32143, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, 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:03:07.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-2C275F69039C6701], CON-POST MID=32143, Token=2C275F69039C6701, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, 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:03:07.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32143], KeyToken[127.0.0.1:8243-2C275F69039C6701]] 06:03:07.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 189 bytes to 127.0.0.1:8243 06:03:07.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32143, Token=2C275F69039C6701, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, 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:03:07.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 189 bytes from 127.0.0.1:8244 06:03:07.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32143] 06:03:07.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8241 ==[ CoAP Request ]============================================= MID : 32143 Token : 2C275F69039C6701 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:07.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8241] send request 06:03:07.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8241] 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:03:07.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8241] added with generated mid KeyMID[127.0.0.1:8241-29957], CON-POST MID=29957, 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:03:07.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8241] added with generated token KeyToken[127.0.0.1:8241-38A7DC535AB1C365], CON-POST MID=29957, Token=38A7DC535AB1C365, 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:03:07.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8241-29957], KeyToken[127.0.0.1:8241-38A7DC535AB1C365]] 06:03:07.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8241 06:03:07.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T228) 127.0.0.1:8,242 ==> :8,241 [CON-POST MID=29957, Token=38A7DC535AB1C365, 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:03:07.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8241) received 165 bytes from 127.0.0.1:8242 06:03:07.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8242-29957] 06:03:07.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8242] replace CON-POST MID=29957, Token=38A7DC535AB1C365, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=29957, Token=38A7DC535AB1C365, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424, 127.0.0.1:8242] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes 06:03:07.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8242, complete]! 06:03:07.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, 127.0.0.1:8242, complete] completed ACK-2.04 MID=29957, Token=38A7DC535AB1C365, 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:03:07.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 281 bytes to 127.0.0.1:8242 06:03:07.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T231) 127.0.0.1:8,241 ==> :8,242 [ACK-2.04 MID=29957, Token=38A7DC535AB1C365, 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:03:07.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8242) received 281 bytes from 127.0.0.1:8241 06:03:07.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8241, complete]! 06:03:07.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8241, complete] for token KeyToken[127.0.0.1:8241-38A7DC535AB1C365] 06:03:07.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8241, complete] for MID KeyMID[127.0.0.1:8241-29957] 06:03:07.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1423, 127.0.0.1:8241, complete] completed CON-POST MID=29957, Token=38A7DC535AB1C365, 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:03:07.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 06:03:07.080 [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:8244]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1 06:03:07.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422, 127.0.0.1:8244] 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:03:07.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8244, complete]! 06:03:07.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, 127.0.0.1:8244, 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=32143, Token=2C275F69039C6701, 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:03:07.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 52 bytes to 127.0.0.1:8244 06:03:07.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32143, Token=2C275F69039C6701, 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:03:07.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 52 bytes from 127.0.0.1:8243 06:03:07.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.081 [: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:8243]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04 MID=32143, Token=2C275F69039C6701, 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:03:07.081 [: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:8241/resource"}, 06:03:07.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32143, Token=2C275F69039C6701, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, 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:8241/resource"}, 06:03:07.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32144], CON-POST MID=32144, 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:8241/resource"}, 06:03:07.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32143] 06:03:07.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-BC575ED253A6898E], CON-POST MID=32144, Token=BC575ED253A6898E, 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:8241/resource"}, 06:03:07.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-2C275F69039C6701] 06:03:07.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32144], KeyToken[127.0.0.1:8243-BC575ED253A6898E]] 06:03:07.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 49 bytes to 127.0.0.1:8243 06:03:07.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32144, Token=BC575ED253A6898E, 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:8241/resource"}, ] 06:03:07.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32144] 06:03:07.082 [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:8244]: currentNum=1, currentSzx=1, bufferSize=267, complete=false] 06:03:07.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1425, 127.0.0.1:8244] 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:03:07.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1425, 127.0.0.1:8244, complete]! 06:03:07.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1425, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32144, Token=BC575ED253A6898E, 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:03:07.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 49 bytes to 127.0.0.1:8244 06:03:07.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32144, Token=BC575ED253A6898E, 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:03:07.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.083 [: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:8241/resource"}, 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32144, Token=BC575ED253A6898E, 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:8241/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:8241/resource"}, 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32145], CON-POST MID=32145, 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:8241/resource"}, 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32144] 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-7CCEE79353A8293C], CON-POST MID=32145, Token=7CCEE79353A8293C, 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:8241/resource"}, 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-BC575ED253A6898E] 06:03:07.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32145], KeyToken[127.0.0.1:8243-7CCEE79353A8293C]] 06:03:07.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 49 bytes to 127.0.0.1:8243 06:03:07.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32145, Token=7CCEE79353A8293C, 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:8241/resource"}, ] 06:03:07.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32145] 06:03:07.083 [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:8244]: currentNum=2, currentSzx=1, bufferSize=267, complete=false] 06:03:07.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1426, 127.0.0.1:8244] 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:03:07.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, 127.0.0.1:8244, complete]! 06:03:07.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1426, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32145, Token=7CCEE79353A8293C, 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:03:07.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 49 bytes to 127.0.0.1:8244 06:03:07.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32145, Token=7CCEE79353A8293C, 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:03:07.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.084 [: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:8241/resource"}, 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32145, Token=7CCEE79353A8293C, 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:8241/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:8241/resource"}, 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32146], CON-POST MID=32146, 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:8241/resource"}, 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32145] 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-681B6706CD245182], CON-POST MID=32146, Token=681B6706CD245182, 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:8241/resource"}, 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-7CCEE79353A8293C] 06:03:07.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32146], KeyToken[127.0.0.1:8243-681B6706CD245182]] 06:03:07.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 49 bytes to 127.0.0.1:8243 06:03:07.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32146, Token=681B6706CD245182, 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:8241/resource"}, ] 06:03:07.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32146] 06:03:07.085 [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:8244]: currentNum=3, currentSzx=1, bufferSize=267, complete=false] 06:03:07.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1427, 127.0.0.1:8244] 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:03:07.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1427, 127.0.0.1:8244, complete]! 06:03:07.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1427, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32146, Token=681B6706CD245182, 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:03:07.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 49 bytes to 127.0.0.1:8244 06:03:07.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32146, Token=681B6706CD245182, 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:03:07.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.085 [: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:8241/resource"}, 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32146, Token=681B6706CD245182, 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:8241/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:8241/resource"}, 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32147], CON-POST MID=32147, 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:8241/resource"}, 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32146] 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-0C0DB1AB8D45A37D], CON-POST MID=32147, Token=0C0DB1AB8D45A37D, 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:8241/resource"}, 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-681B6706CD245182] 06:03:07.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32147], KeyToken[127.0.0.1:8243-0C0DB1AB8D45A37D]] 06:03:07.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 49 bytes to 127.0.0.1:8243 06:03:07.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32147, Token=0C0DB1AB8D45A37D, 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:8241/resource"}, ] 06:03:07.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32147] 06:03:07.086 [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:8244]: currentNum=4, currentSzx=1, bufferSize=267, complete=false] 06:03:07.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1428, 127.0.0.1:8244] 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:03:07.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, 127.0.0.1:8244, complete]! 06:03:07.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1428, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32147, Token=0C0DB1AB8D45A37D, 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:03:07.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 49 bytes to 127.0.0.1:8244 06:03:07.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32147, Token=0C0DB1AB8D45A37D, 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:03:07.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.086 [: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:8241/resource"}, 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32147, Token=0C0DB1AB8D45A37D, 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:8241/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:8241/resource"}, 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32148], CON-POST MID=32148, 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:8241/resource"}, 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32147] 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-ECE829A9D668FA96], CON-POST MID=32148, Token=ECE829A9D668FA96, 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:8241/resource"}, 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-0C0DB1AB8D45A37D] 06:03:07.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32148], KeyToken[127.0.0.1:8243-ECE829A9D668FA96]] 06:03:07.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 49 bytes to 127.0.0.1:8243 06:03:07.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32148, Token=ECE829A9D668FA96, 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:8241/resource"}, ] 06:03:07.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32148] 06:03:07.087 [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:8244]: currentNum=5, currentSzx=1, bufferSize=267, complete=false] 06:03:07.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1429, 127.0.0.1:8244] 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:03:07.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1429, 127.0.0.1:8244, complete]! 06:03:07.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1429, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32148, Token=ECE829A9D668FA96, 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:03:07.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 49 bytes to 127.0.0.1:8244 06:03:07.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32148, Token=ECE829A9D668FA96, 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:03:07.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.087 [: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:8241/resource"}, 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32148, Token=ECE829A9D668FA96, 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:8241/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:8241/resource"}, 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32149], CON-POST MID=32149, 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:8241/resource"}, 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32148] 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-AC21CD22ABCD8D1E], CON-POST MID=32149, Token=AC21CD22ABCD8D1E, 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:8241/resource"}, 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-ECE829A9D668FA96] 06:03:07.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32149], KeyToken[127.0.0.1:8243-AC21CD22ABCD8D1E]] 06:03:07.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 49 bytes to 127.0.0.1:8243 06:03:07.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32149, Token=AC21CD22ABCD8D1E, 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:8241/resource"}, ] 06:03:07.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32149] 06:03:07.088 [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:8244]: currentNum=6, currentSzx=1, bufferSize=267, complete=false] 06:03:07.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1430, 127.0.0.1:8244] 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:03:07.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, 127.0.0.1:8244, complete]! 06:03:07.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1430, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32149, Token=AC21CD22ABCD8D1E, 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:03:07.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 49 bytes to 127.0.0.1:8244 06:03:07.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32149, Token=AC21CD22ABCD8D1E, 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:03:07.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.088 [: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:8241/resource"}, 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32149, Token=AC21CD22ABCD8D1E, 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:8241/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:8241/resource"}, 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32150], CON-POST MID=32150, 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:8241/resource"}, 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32149] 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-041ECE060CF9CD51], CON-POST MID=32150, Token=041ECE060CF9CD51, 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:8241/resource"}, 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-AC21CD22ABCD8D1E] 06:03:07.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32150], KeyToken[127.0.0.1:8243-041ECE060CF9CD51]] 06:03:07.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 49 bytes to 127.0.0.1:8243 06:03:07.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32150, Token=041ECE060CF9CD51, 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:8241/resource"}, ] 06:03:07.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32150] 06:03:07.089 [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:8244]: currentNum=7, currentSzx=1, bufferSize=267, complete=false] 06:03:07.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1431, 127.0.0.1:8244] 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:03:07.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1431, 127.0.0.1:8244, complete]! 06:03:07.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1431, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32150, Token=041ECE060CF9CD51, 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:03:07.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8244 06:03:07.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32150, Token=041ECE060CF9CD51, 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:03:07.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 49 bytes from 127.0.0.1:8243 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.089 [: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:8241/resource"}, 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32150, Token=041ECE060CF9CD51, 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:8241/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:8241/resource"}, 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] send request 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8243] 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:8241/resource"}, 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-32151], CON-POST MID=32151, 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:8241/resource"}, 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for MID KeyMID[127.0.0.1:8243-32150] 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-48492A4BE7A2C876], CON-POST MID=32151, Token=48492A4BE7A2C876, 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:8241/resource"}, 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243] for token KeyToken[127.0.0.1:8243-041ECE060CF9CD51] 06:03:07.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-32151], KeyToken[127.0.0.1:8243-48492A4BE7A2C876]] 06:03:07.089 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8243 06:03:07.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=32151, Token=48492A4BE7A2C876, 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:8241/resource"}, ] 06:03:07.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 49 bytes from 127.0.0.1:8244 06:03:07.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-32151] 06:03:07.090 [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:8244]: currentNum=8, currentSzx=1, bufferSize=267, complete=true] 06:03:07.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432, 127.0.0.1:8244] 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:03:07.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8244, complete]! 06:03:07.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, 127.0.0.1:8244, complete] completed ACK-2.04 MID=32151, Token=48492A4BE7A2C876, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 06:03:07.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 28 bytes to 127.0.0.1:8244 06:03:07.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=32151, Token=48492A4BE7A2C876, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 06:03:07.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 28 bytes from 127.0.0.1:8243 06:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.090 [: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:03:07.090 [: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:8243]], block2 transfers still in progress: 0 06:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=32143, Token=2C275F69039C6701, 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:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243] replace CON-POST MID=32151, Token=48492A4BE7A2C876, 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:8241/resource"}, acked by CON-POST MID=32143, Token=2C275F69039C6701, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243, complete]! 06:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243, complete] for token KeyToken[127.0.0.1:8243-48492A4BE7A2C876] 06:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8243, complete] for MID KeyMID[127.0.0.1:8243-32151] 06:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1421, 127.0.0.1:8243, complete] completed CON-POST MID=32143, Token=2C275F69039C6701, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes! 06:03:07.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 06:03:07.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 ==[ CoAP Response ]============================================ MID : 32143 Token : 2C275F69039C6701 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 12 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:03:07.091 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.091 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8241 06:03:07.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8241 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] stopping ... 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /127.0.0.1 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] has stopped. 06:03:07.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8241 06:03:07.091 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.091 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8242 06:03:07.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8242 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] stopping ... 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /0.0.0.0 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] has stopped. 06:03:07.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8242 06:03:07.091 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.091 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8243 06:03:07.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8243 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] stopping ... 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /127.0.0.1 06:03:07.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] has stopped. 06:03:07.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8243 06:03:07.091 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.091 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8244 06:03:07.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8244 06:03:07.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] stopping ... 06:03:07.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /0.0.0.0 06:03:07.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] has stopped. 06:03:07.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8244 06:03:07.092 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:03:07.093 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:03:07.093 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.093 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.093 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.093 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.093 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.094 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.094 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.094 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.094 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.094 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245 06:03:07.094 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.094 [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:03:07.094 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8245, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.094 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8245 06:03:07.094 [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:03:07.094 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.094 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.094 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.094 [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:03:07.094 [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:03:07.094 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.095 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.095 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.095 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.095 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246 06:03:07.095 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.095 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8246, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.095 [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:03:07.095 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8246 06:03:07.095 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8246 06:03:07.095 [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:03:07.095 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.095 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.095 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.095 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.095 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.095 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.095 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.095 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.095 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.095 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247 06:03:07.095 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.096 [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:03:07.096 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8247, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.096 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8247 06:03:07.096 [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:03:07.096 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.096 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.096 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.096 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.096 [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:03:07.096 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.096 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.096 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.096 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.096 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248 06:03:07.096 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.097 [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:03:07.097 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8248, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.097 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8248 06:03:07.097 [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:03:07.097 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8248 06:03:07.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433, 127.0.0.1:8247] send request 06:03:07.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433, 127.0.0.1:8247] 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:8245/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8247] 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:8245/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, 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:03:07.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433, 127.0.0.1:8247] added with generated mid KeyMID[127.0.0.1:8247-18614], CON-POST MID=18614, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, 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:03:07.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433, 127.0.0.1:8247] added with generated token KeyToken[127.0.0.1:8247-FCDCAE554410CB62], CON-POST MID=18614, Token=FCDCAE554410CB62, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, 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:03:07.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-18614], KeyToken[127.0.0.1:8247-FCDCAE554410CB62]] 06:03:07.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 189 bytes to 127.0.0.1:8247 06:03:07.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T252) 127.0.0.1:8,248 ==> :8,247 [CON-POST MID=18614, Token=FCDCAE554410CB62, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, 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:03:07.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 189 bytes from 127.0.0.1:8248 06:03:07.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-18614] 06:03:07.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8245 ==[ CoAP Request ]============================================= MID : 18614 Token : FCDCAE554410CB62 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:07.098 [: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:03:07.098 [: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:8245]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] 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:03:07.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request 06:03:07.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] 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:03:07.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-56394], CON-POST MID=56394, 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:03:07.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-D0F3E72D991AADE6], CON-POST MID=56394, Token=D0F3E72D991AADE6, 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:03:07.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56394], KeyToken[127.0.0.1:8245-D0F3E72D991AADE6]] 06:03:07.098 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8245 06:03:07.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=56394, Token=D0F3E72D991AADE6, 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:03:07.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 54 bytes from 127.0.0.1:8246 06:03:07.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56394] 06:03:07.098 [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:03:07.099 [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:8246]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:07.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1436, 127.0.0.1:8246] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:03:07.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, 127.0.0.1:8246, complete]! 06:03:07.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1436, 127.0.0.1:8246, complete] completed ACK-2.31 MID=56394, Token=D0F3E72D991AADE6, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8246 06:03:07.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31 MID=56394, Token=D0F3E72D991AADE6, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:03:07.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245 06:03:07.099 [: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:03:07.099 [: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:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST MID=56394, Token=D0F3E72D991AADE6, 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:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request 06:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] 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:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-56395], CON-POST MID=56395, 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:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-56394] 06:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-301DEF0862BBAE03], CON-POST MID=56395, Token=301DEF0862BBAE03, 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:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-D0F3E72D991AADE6] 06:03:07.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56395], KeyToken[127.0.0.1:8245-301DEF0862BBAE03]] 06:03:07.099 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8245 06:03:07.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=56395, Token=301DEF0862BBAE03, 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:03:07.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 51 bytes from 127.0.0.1:8246 06:03:07.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56395] 06:03:07.100 [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:03:07.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST MID=56395, Token=301DEF0862BBAE03, 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:03:07.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:07.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1437, 127.0.0.1:8246] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:03:07.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1437, 127.0.0.1:8246, complete]! 06:03:07.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1437, 127.0.0.1:8246, complete] completed ACK-2.31 MID=56395, Token=301DEF0862BBAE03, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:03:07.100 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246 06:03:07.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31 MID=56395, Token=301DEF0862BBAE03, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:03:07.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245 06:03:07.150 [: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:03:07.150 [: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:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST MID=56395, Token=301DEF0862BBAE03, 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:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request 06:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] 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:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-56396], CON-POST MID=56396, 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:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-56395] 06:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-08A34ABD895A8799], CON-POST MID=56396, Token=08A34ABD895A8799, 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:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-301DEF0862BBAE03] 06:03:07.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56396], KeyToken[127.0.0.1:8245-08A34ABD895A8799]] 06:03:07.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 51 bytes to 127.0.0.1:8245 06:03:07.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=56396, Token=08A34ABD895A8799, 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:03:07.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 51 bytes from 127.0.0.1:8246 06:03:07.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56396] 06:03:07.151 [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:03:07.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST MID=56396, Token=08A34ABD895A8799, 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:03:07.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:07.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1438, 127.0.0.1:8246] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:03:07.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, 127.0.0.1:8246, complete]! 06:03:07.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1438, 127.0.0.1:8246, complete] completed ACK-2.31 MID=56396, Token=08A34ABD895A8799, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:03:07.151 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246 06:03:07.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31 MID=56396, Token=08A34ABD895A8799, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:03:07.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245 06:03:07.151 [: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:03:07.151 [: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:03:07.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST MID=56396, Token=08A34ABD895A8799, 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:03:07.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request 06:03:07.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] 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:03:07.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-56397], CON-POST MID=56397, 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:03:07.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-56396] 06:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-1C8622FF305E4CB1], CON-POST MID=56397, Token=1C8622FF305E4CB1, 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:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-08A34ABD895A8799] 06:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56397], KeyToken[127.0.0.1:8245-1C8622FF305E4CB1]] 06:03:07.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 51 bytes to 127.0.0.1:8245 06:03:07.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=56397, Token=1C8622FF305E4CB1, 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:03:07.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 51 bytes from 127.0.0.1:8246 06:03:07.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56397] 06:03:07.152 [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:03:07.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST MID=56397, Token=1C8622FF305E4CB1, 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:03:07.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:03:07.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1439, 127.0.0.1:8246] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:03:07.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1439, 127.0.0.1:8246, complete]! 06:03:07.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1439, 127.0.0.1:8246, complete] completed ACK-2.31 MID=56397, Token=1C8622FF305E4CB1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8246 06:03:07.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31 MID=56397, Token=1C8622FF305E4CB1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:03:07.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 15 bytes from 127.0.0.1:8245 06:03:07.152 [: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:03:07.152 [: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:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245] replace CON-POST MID=56397, Token=1C8622FF305E4CB1, 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:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] send request 06:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8245] 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:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-56398], CON-POST MID=56398, 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:03:07.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for MID KeyMID[127.0.0.1:8245-56397] 06:03:07.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-1CFB1CACC8648E31], CON-POST MID=56398, Token=1CFB1CACC8648E31, 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:03:07.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245] for token KeyToken[127.0.0.1:8245-1C8622FF305E4CB1] 06:03:07.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56398], KeyToken[127.0.0.1:8245-1CFB1CACC8648E31]] 06:03:07.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 06:03:07.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=56398, Token=1CFB1CACC8648E31, 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:03:07.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 06:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56398] 06:03:07.153 [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:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8246] for CON-POST MID=56398, Token=1CFB1CACC8648E31, 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:03:07.153 [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:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8246]], block1 transfers still in progress: 0 06:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1440, 127.0.0.1:8246] 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:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, 127.0.0.1:8246, complete]! 06:03:07.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1440, 127.0.0.1:8246, complete] completed ACK-2.04 MID=56398, Token=1CFB1CACC8648E31, 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:03:07.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 284 bytes to 127.0.0.1:8246 06:03:07.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.04 MID=56398, Token=1CFB1CACC8648E31, 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:03:07.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 284 bytes from 127.0.0.1:8245 06:03:07.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=false, num=4) 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245, complete]! 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245, complete] for token KeyToken[127.0.0.1:8245-1CFB1CACC8648E31] 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8245, complete] for MID KeyMID[127.0.0.1:8245-56398] 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1435, 127.0.0.1:8245, complete] completed CON-POST MID=56394, Token=D0F3E72D991AADE6, 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=56398, Token=1CFB1CACC8648E31, 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:03:07.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434, 127.0.0.1:8248] 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:03:07.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8248, complete]! 06:03:07.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, 127.0.0.1:8248, complete] completed ACK-2.04 MID=18614, Token=FCDCAE554410CB62, 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:03:07.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 284 bytes to 127.0.0.1:8248 06:03:07.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T255) 127.0.0.1:8,247 ==> :8,248 [ACK-2.04 MID=18614, Token=FCDCAE554410CB62, 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:03:07.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8248) received 284 bytes from 127.0.0.1:8247 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8247, complete]! 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, 127.0.0.1:8247, complete] for token KeyToken[127.0.0.1:8247-FCDCAE554410CB62] 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, 127.0.0.1:8247, complete] for MID KeyMID[127.0.0.1:8247-18614] 06:03:07.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1433, 127.0.0.1:8247, complete] completed CON-POST MID=18614, Token=FCDCAE554410CB62, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=18614, Token=FCDCAE554410CB62, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, 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 : 18614 Token : FCDCAE554410CB62 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 57 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:03:07.155 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.155 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.155 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8245 06:03:07.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8245 06:03:07.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] stopping ... 06:03:07.155 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /127.0.0.1 06:03:07.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] has stopped. 06:03:07.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8245 06:03:07.155 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.155 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.155 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8246 06:03:07.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8246 06:03:07.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] stopping ... 06:03:07.155 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /0.0.0.0 06:03:07.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] has stopped. 06:03:07.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8246 06:03:07.155 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.155 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.155 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8247 06:03:07.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8247 06:03:07.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] stopping ... 06:03:07.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /127.0.0.1 06:03:07.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] has stopped. 06:03:07.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8247 06:03:07.156 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.156 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8248 06:03:07.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8248 06:03:07.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] stopping ... 06:03:07.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /0.0.0.0 06:03:07.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] has stopped. 06:03:07.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8248 06:03:07.156 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:03:07.156 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:07.156 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.187 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 06:03:07.157 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:03:07.157 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.157 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.157 [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:03:07.157 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.158 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.158 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.158 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.158 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.158 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249 06:03:07.158 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.158 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8249, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8249 06:03:07.158 [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:03:07.158 [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:03:07.158 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.158 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.158 [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:03:07.158 [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:03:07.158 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.158 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.158 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.158 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.158 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250 06:03:07.158 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.158 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8250, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8250 06:03:07.158 [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:03:07.158 [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:03:07.159 [: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:03:07.159 [: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:8249]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:07.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51315], CON-POST MID=51315, 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:03:07.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-04296BFA585B8BCB], CON-POST MID=51315, Token=04296BFA585B8BCB, 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:03:07.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51315], KeyToken[127.0.0.1:8249-04296BFA585B8BCB]] 06:03:07.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 107 bytes to 127.0.0.1:8249 06:03:07.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51315, Token=04296BFA585B8BCB, 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:03:07.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 107 bytes from 127.0.0.1:8250 06:03:07.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51315] 06:03:07.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8250] replace CON-POST MID=51315, Token=04296BFA585B8BCB, 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=51315, Token=04296BFA585B8BCB, 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:03:07.160 [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:03:07.160 [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:8250]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:07.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:07.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1442, 127.0.0.1:8250] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 06:03:07.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8250, complete]! 06:03:07.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1442, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51315, Token=04296BFA585B8BCB, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:03:07.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 26 bytes to 127.0.0.1:8250 06:03:07.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51315, Token=04296BFA585B8BCB, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:03:07.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 26 bytes from 127.0.0.1:8249 06:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.161 [: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:03:07.161 [: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:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51315, Token=04296BFA585B8BCB, 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:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51316], CON-POST MID=51316, 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:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51315] 06:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-4CB75EB12F7CD3B9], CON-POST MID=51316, Token=4CB75EB12F7CD3B9, 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:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-04296BFA585B8BCB] 06:03:07.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51316], KeyToken[127.0.0.1:8249-4CB75EB12F7CD3B9]] 06:03:07.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 103 bytes to 127.0.0.1:8249 06:03:07.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51316, Token=4CB75EB12F7CD3B9, 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:03:07.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 103 bytes from 127.0.0.1:8250 06:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51316] 06:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8250] replace CON-POST MID=51316, Token=4CB75EB12F7CD3B9, 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=51316, Token=4CB75EB12F7CD3B9, 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:03:07.162 [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:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8250] for CON-POST MID=51316, Token=4CB75EB12F7CD3B9, 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:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1443, 127.0.0.1:8250] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 06:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8250, complete]! 06:03:07.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1443, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51316, Token=4CB75EB12F7CD3B9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:03:07.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 26 bytes to 127.0.0.1:8250 06:03:07.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51316, Token=4CB75EB12F7CD3B9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:03:07.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 26 bytes from 127.0.0.1:8249 06:03:07.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.162 [: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:03:07.163 [: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:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51316, Token=4CB75EB12F7CD3B9, 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:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51317], CON-POST MID=51317, 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:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51316] 06:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-2093E8C2B9F227FE], CON-POST MID=51317, Token=2093E8C2B9F227FE, 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:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-4CB75EB12F7CD3B9] 06:03:07.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51317], KeyToken[127.0.0.1:8249-2093E8C2B9F227FE]] 06:03:07.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 103 bytes to 127.0.0.1:8249 06:03:07.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51317, Token=2093E8C2B9F227FE, 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:03:07.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 103 bytes from 127.0.0.1:8250 06:03:07.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51317] 06:03:07.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8250] replace CON-POST MID=51317, Token=2093E8C2B9F227FE, 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=51317, Token=2093E8C2B9F227FE, 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:03:07.164 [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:03:07.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8250] for CON-POST MID=51317, Token=2093E8C2B9F227FE, 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:03:07.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:07.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1444, 127.0.0.1:8250] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 06:03:07.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8250, complete]! 06:03:07.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1444, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51317, Token=2093E8C2B9F227FE, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:03:07.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 26 bytes to 127.0.0.1:8250 06:03:07.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51317, Token=2093E8C2B9F227FE, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:03:07.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 26 bytes from 127.0.0.1:8249 06:03:07.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.164 [: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:03:07.164 [: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:03:07.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51317, Token=2093E8C2B9F227FE, 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:03:07.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51318], CON-POST MID=51318, 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:03:07.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51317] 06:03:07.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-E869D501A4BE0A45], CON-POST MID=51318, Token=E869D501A4BE0A45, 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:03:07.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-2093E8C2B9F227FE] 06:03:07.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51318], KeyToken[127.0.0.1:8249-E869D501A4BE0A45]] 06:03:07.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 103 bytes to 127.0.0.1:8249 06:03:07.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51318, Token=E869D501A4BE0A45, 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:03:07.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 103 bytes from 127.0.0.1:8250 06:03:07.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51318] 06:03:07.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8250] replace CON-POST MID=51318, Token=E869D501A4BE0A45, 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=51318, Token=E869D501A4BE0A45, 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:03:07.165 [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:03:07.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8250] for CON-POST MID=51318, Token=E869D501A4BE0A45, 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:03:07.165 [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:03:07.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8250]], block1 transfers still in progress: 0 06:03:07.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 06:03:07.166 [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:8250]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 06:03:07.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1445, 127.0.0.1:8250] 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:03:07.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8250, complete]! 06:03:07.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1445, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51318, Token=E869D501A4BE0A45, 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:03:07.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 96 bytes to 127.0.0.1:8250 06:03:07.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51318, Token=E869D501A4BE0A45, 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:03:07.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 96 bytes from 127.0.0.1:8249 06:03:07.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.166 [: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:03:07.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 06:03:07.166 [: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:8249]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID=51318, Token=E869D501A4BE0A45, 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:03:07.166 [: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:03:07.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51318, Token=E869D501A4BE0A45, 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:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51319], CON-POST MID=51319, 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:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51318] 06:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-38699685E5501AD1], CON-POST MID=51319, Token=38699685E5501AD1, 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:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-E869D501A4BE0A45] 06:03:07.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51319], KeyToken[127.0.0.1:8249-38699685E5501AD1]] 06:03:07.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249 06:03:07.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51319, Token=38699685E5501AD1, 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:03:07.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250 06:03:07.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51319] 06:03:07.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8250] replace CON-POST MID=51319, Token=38699685E5501AD1, 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=51319, Token=38699685E5501AD1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 06:03:07.167 [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:8250]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 06:03:07.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1446, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 06:03:07.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8250, complete]! 06:03:07.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1446, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51319, Token=38699685E5501AD1, 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:03:07.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250 06:03:07.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51319, Token=38699685E5501AD1, 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:03:07.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249 06:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.168 [: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:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51319, Token=38699685E5501AD1, 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:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51320], CON-POST MID=51320, 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:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51319] 06:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-1C26C74EDE116CA6], CON-POST MID=51320, Token=1C26C74EDE116CA6, 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:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-38699685E5501AD1] 06:03:07.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51320], KeyToken[127.0.0.1:8249-1C26C74EDE116CA6]] 06:03:07.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 38 bytes to 127.0.0.1:8249 06:03:07.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51320, Token=1C26C74EDE116CA6, 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:03:07.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250 06:03:07.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51320] 06:03:07.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250] replace CON-POST MID=51320, Token=1C26C74EDE116CA6, 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=51320, Token=1C26C74EDE116CA6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 06:03:07.169 [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:8250]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 06:03:07.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1447, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 06:03:07.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250, complete]! 06:03:07.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1447, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51320, Token=1C26C74EDE116CA6, 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:03:07.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250 06:03:07.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51320, Token=1C26C74EDE116CA6, 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:03:07.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249 06:03:07.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.170 [: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:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51320, Token=1C26C74EDE116CA6, 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:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51321], CON-POST MID=51321, 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:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51320] 06:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-F8610A44EEC89C83], CON-POST MID=51321, Token=F8610A44EEC89C83, 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:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-1C26C74EDE116CA6] 06:03:07.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51321], KeyToken[127.0.0.1:8249-F8610A44EEC89C83]] 06:03:07.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249 06:03:07.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51321, Token=F8610A44EEC89C83, 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:03:07.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250 06:03:07.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51321] 06:03:07.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8250] replace CON-POST MID=51321, Token=F8610A44EEC89C83, 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=51321, Token=F8610A44EEC89C83, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 06:03:07.171 [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:8250]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 06:03:07.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 06:03:07.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8250, complete]! 06:03:07.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51321, Token=F8610A44EEC89C83, 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:03:07.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250 06:03:07.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51321, Token=F8610A44EEC89C83, 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:03:07.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249 06:03:07.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.171 [: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:03:07.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51321, Token=F8610A44EEC89C83, 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:03:07.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51322], CON-POST MID=51322, 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:03:07.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51321] 06:03:07.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-CCB3762C8C9BA15B], CON-POST MID=51322, Token=CCB3762C8C9BA15B, 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:03:07.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-F8610A44EEC89C83] 06:03:07.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51322], KeyToken[127.0.0.1:8249-CCB3762C8C9BA15B]] 06:03:07.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:8249 06:03:07.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51322, Token=CCB3762C8C9BA15B, 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:03:07.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250 06:03:07.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51322] 06:03:07.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8250] replace CON-POST MID=51322, Token=CCB3762C8C9BA15B, 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=51322, Token=CCB3762C8C9BA15B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 06:03:07.172 [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:8250]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 06:03:07.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1449, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 06:03:07.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8250, complete]! 06:03:07.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1449, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51322, Token=CCB3762C8C9BA15B, 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:03:07.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250 06:03:07.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51322, Token=CCB3762C8C9BA15B, 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:03:07.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249 06:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.173 [: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:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51322, Token=CCB3762C8C9BA15B, 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:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51323], CON-POST MID=51323, 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:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51322] 06:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-304A841DE4228D1B], CON-POST MID=51323, Token=304A841DE4228D1B, 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:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-CCB3762C8C9BA15B] 06:03:07.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51323], KeyToken[127.0.0.1:8249-304A841DE4228D1B]] 06:03:07.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 38 bytes to 127.0.0.1:8249 06:03:07.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51323, Token=304A841DE4228D1B, 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:03:07.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250 06:03:07.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51323] 06:03:07.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8250] replace CON-POST MID=51323, Token=304A841DE4228D1B, 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=51323, Token=304A841DE4228D1B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 06:03:07.174 [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:8250]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 06:03:07.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 06:03:07.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8250, complete]! 06:03:07.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51323, Token=304A841DE4228D1B, 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:03:07.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 91 bytes to 127.0.0.1:8250 06:03:07.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51323, Token=304A841DE4228D1B, 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:03:07.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249 06:03:07.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.174 [: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:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51323, Token=304A841DE4228D1B, 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:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51324], CON-POST MID=51324, 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:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51323] 06:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-E0EBBFE9F050C8B6], CON-POST MID=51324, Token=E0EBBFE9F050C8B6, 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:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-304A841DE4228D1B] 06:03:07.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51324], KeyToken[127.0.0.1:8249-E0EBBFE9F050C8B6]] 06:03:07.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 38 bytes to 127.0.0.1:8249 06:03:07.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51324, Token=E0EBBFE9F050C8B6, 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:03:07.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250 06:03:07.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51324] 06:03:07.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8250] replace CON-POST MID=51324, Token=E0EBBFE9F050C8B6, 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=51324, Token=E0EBBFE9F050C8B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 06:03:07.176 [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:8250]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 06:03:07.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1451, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 06:03:07.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8250, complete]! 06:03:07.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1451, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51324, Token=E0EBBFE9F050C8B6, 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:03:07.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 91 bytes to 127.0.0.1:8250 06:03:07.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51324, Token=E0EBBFE9F050C8B6, 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:03:07.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249 06:03:07.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.176 [: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:03:07.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51324, Token=E0EBBFE9F050C8B6, 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:03:07.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] send request 06:03:07.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8249] 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:03:07.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] 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:03:07.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-51325], CON-POST MID=51325, 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:03:07.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for MID KeyMID[127.0.0.1:8249-51324] 06:03:07.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-104E0E48DFF298F7], CON-POST MID=51325, Token=104E0E48DFF298F7, 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:03:07.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249] for token KeyToken[127.0.0.1:8249-E0EBBFE9F050C8B6] 06:03:07.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-51325], KeyToken[127.0.0.1:8249-104E0E48DFF298F7]] 06:03:07.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 38 bytes to 127.0.0.1:8249 06:03:07.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=51325, Token=104E0E48DFF298F7, 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:03:07.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 38 bytes from 127.0.0.1:8250 06:03:07.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-51325] 06:03:07.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8250] replace CON-POST MID=51325, Token=104E0E48DFF298F7, 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=51325, Token=104E0E48DFF298F7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 06:03:07.177 [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:8250]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 06:03:07.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 06:03:07.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8250, complete]! 06:03:07.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, 127.0.0.1:8250, complete] completed ACK-2.04 MID=51325, Token=104E0E48DFF298F7, 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:03:07.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 91 bytes to 127.0.0.1:8250 06:03:07.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=51325, Token=104E0E48DFF298F7, 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:03:07.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 91 bytes from 127.0.0.1:8249 06:03:07.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.178 [: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:03:07.178 [: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:8249]], block2 transfers still in progress: 0 06:03:07.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=51318, Token=E869D501A4BE0A45, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 06:03:07.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249] replace CON-POST MID=51325, Token=104E0E48DFF298F7, 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=51315, Token=04296BFA585B8BCB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 06:03:07.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249, complete]! 06:03:07.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249, complete] for token KeyToken[127.0.0.1:8249-104E0E48DFF298F7] 06:03:07.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8249, complete] for MID KeyMID[127.0.0.1:8249-51325] 06:03:07.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1441, 127.0.0.1:8249, complete] completed CON-POST MID=51315, Token=04296BFA585B8BCB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 06:03:07.178 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.178 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.178 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8249 06:03:07.178 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8249 06:03:07.178 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] stopping ... 06:03:07.178 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /127.0.0.1 06:03:07.178 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] has stopped. 06:03:07.178 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8249 06:03:07.179 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8250 06:03:07.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8250 06:03:07.179 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] stopping ... 06:03:07.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /0.0.0.0 06:03:07.179 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] has stopped. 06:03:07.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8250 06:03:07.179 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:03:07.179 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:03:07.179 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.179 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.180 [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:03:07.180 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.180 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.180 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251 06:03:07.180 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.180 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8251, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8251 06:03:07.180 [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:03:07.180 [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:03:07.180 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.180 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.180 [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:03:07.180 [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:03:07.181 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.181 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.181 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.181 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.181 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252 06:03:07.181 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.181 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8252, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.181 [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:03:07.181 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8252 06:03:07.181 [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:03:07.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request 06:03:07.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] 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:03:07.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-6064], CON-POST MID= 6064, 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:03:07.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-AC90863FFBE2C7F0], CON-POST MID= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-6064], KeyToken[127.0.0.1:8251-AC90863FFBE2C7F0]] 06:03:07.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 34 bytes to 127.0.0.1:8251 06:03:07.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,495,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 34 bytes from 127.0.0.1:8252 06:03:07.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-6064] 06:03:07.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252] replace CON-POST MID= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 06:03:07.182 [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:8252]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:07.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454, 127.0.0.1:8252] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:03:07.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252, complete]! 06:03:07.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, 127.0.0.1:8252, complete] completed ACK-2.04 MID= 6064, Token=AC90863FFBE2C7F0, 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:03:07.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 94 bytes to 127.0.0.1:8252 06:03:07.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,496,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID= 6064, Token=AC90863FFBE2C7F0, 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:03:07.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 94 bytes from 127.0.0.1:8251 06:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.183 [: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:8251]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:03:07.183 [: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:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST MID= 6064, Token=AC90863FFBE2C7F0, 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:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request 06:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] 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:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] 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:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-6065], CON-POST MID= 6065, 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:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-6064] 06:03:07.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-C02A141C777F4DC0], CON-POST MID= 6065, Token=C02A141C777F4DC0, 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:03:07.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-AC90863FFBE2C7F0] 06:03:07.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-6065], KeyToken[127.0.0.1:8251-C02A141C777F4DC0]] 06:03:07.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 36 bytes to 127.0.0.1:8251 06:03:07.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,497,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID= 6065, Token=C02A141C777F4DC0, 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:03:07.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 36 bytes from 127.0.0.1:8252 06:03:07.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-6065] 06:03:07.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252] replace CON-POST MID= 6065, Token=C02A141C777F4DC0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID= 6065, Token=C02A141C777F4DC0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 06:03:07.184 [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:8252]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 06:03:07.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1455, 127.0.0.1:8252] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 06:03:07.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252, complete]! 06:03:07.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1455, 127.0.0.1:8252, complete] completed ACK-2.04 MID= 6065, Token=C02A141C777F4DC0, 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:03:07.184 [UDP-Sender-localhost/127.0.0.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:8252 06:03:07.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,498,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID= 6065, Token=C02A141C777F4DC0, 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:03:07.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251 06:03:07.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.185 [: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:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST MID= 6065, Token=C02A141C777F4DC0, 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:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request 06:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] 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:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] 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:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-6066], CON-POST MID= 6066, 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:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-6065] 06:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-1CD7A2DD97BAEB8D], CON-POST MID= 6066, Token=1CD7A2DD97BAEB8D, 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:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-C02A141C777F4DC0] 06:03:07.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-6066], KeyToken[127.0.0.1:8251-1CD7A2DD97BAEB8D]] 06:03:07.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 36 bytes to 127.0.0.1:8251 06:03:07.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID= 6066, Token=1CD7A2DD97BAEB8D, 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:03:07.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 36 bytes from 127.0.0.1:8252 06:03:07.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-6066] 06:03:07.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8252] replace CON-POST MID= 6066, Token=1CD7A2DD97BAEB8D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID= 6066, Token=1CD7A2DD97BAEB8D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 06:03:07.185 [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:8252]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 06:03:07.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1456, 127.0.0.1:8252] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 06:03:07.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8252, complete]! 06:03:07.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1456, 127.0.0.1:8252, complete] completed ACK-2.04 MID= 6066, Token=1CD7A2DD97BAEB8D, 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:03:07.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8252 06:03:07.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID= 6066, Token=1CD7A2DD97BAEB8D, 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:03:07.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251 06:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.186 [: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:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST MID= 6066, Token=1CD7A2DD97BAEB8D, 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:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] send request 06:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8251] 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:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] 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:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-6067], CON-POST MID= 6067, 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:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-6066] 06:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-8C15724887961385], CON-POST MID= 6067, Token=8C15724887961385, 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:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-1CD7A2DD97BAEB8D] 06:03:07.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-6067], KeyToken[127.0.0.1:8251-8C15724887961385]] 06:03:07.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 36 bytes to 127.0.0.1:8251 06:03:07.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID= 6067, Token=8C15724887961385, 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:03:07.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 36 bytes from 127.0.0.1:8252 06:03:07.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-6067] 06:03:07.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8252] replace CON-POST MID= 6067, Token=8C15724887961385, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID= 6067, Token=8C15724887961385, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 06:03:07.187 [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:8252]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 06:03:07.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1457, 127.0.0.1:8252] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 06:03:07.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8252, complete]! 06:03:07.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1457, 127.0.0.1:8252, complete] completed ACK-2.04 MID= 6067, Token=8C15724887961385, 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:03:07.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 91 bytes to 127.0.0.1:8252 06:03:07.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID= 6067, Token=8C15724887961385, 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:03:07.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251 06:03:07.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.188 [: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:03:07.188 [: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:8251]], block2 transfers still in progress: 0 06:03:07.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 06:03:07.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251] replace CON-POST MID= 6067, Token=8C15724887961385, 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= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251, complete]! 06:03:07.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251, complete] for token KeyToken[127.0.0.1:8251-8C15724887961385] 06:03:07.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8251, complete] for MID KeyMID[127.0.0.1:8251-6067] 06:03:07.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1453, 127.0.0.1:8251, complete] completed CON-GET MID= 6064, Token=AC90863FFBE2C7F0, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 06:03:07.188 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.188 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8251 06:03:07.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8251 06:03:07.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] stopping ... 06:03:07.188 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /127.0.0.1 06:03:07.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] has stopped. 06:03:07.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8251 06:03:07.188 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8252 06:03:07.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8252 06:03:07.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] stopping ... 06:03:07.188 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /0.0.0.0 06:03:07.188 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] has stopped. 06:03:07.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8252 06:03:07.188 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:03:07.189 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:03:07.189 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.189 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.189 [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:03:07.189 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.190 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.190 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.190 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.190 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.190 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253 06:03:07.190 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.190 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8253, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.190 [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:03:07.190 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8253 06:03:07.190 [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:03:07.190 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.190 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.190 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.190 [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:03:07.190 [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:03:07.190 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.190 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.190 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.190 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.190 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254 06:03:07.191 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.191 [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:03:07.191 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8254, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.191 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8254 06:03:07.191 [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:03:07.191 [: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:03:07.191 [: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:8253]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:07.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] 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:03:07.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 06:03:07.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-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:03:07.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] 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:03:07.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-31895], CON-POST MID=31895, 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:03:07.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-B069193641372BB1], CON-POST MID=31895, Token=B069193641372BB1, 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:03:07.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-31895], KeyToken[127.0.0.1:8253-B069193641372BB1]] 06:03:07.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 107 bytes to 127.0.0.1:8253 06:03:07.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=31895, Token=B069193641372BB1, 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:03:07.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 107 bytes from 127.0.0.1:8254 06:03:07.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-31895] 06:03:07.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254] replace CON-POST MID=31895, Token=B069193641372BB1, 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=31895, Token=B069193641372BB1, 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:03:07.192 [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:03:07.192 [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:8254]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:03:07.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:07.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1459, 127.0.0.1:8254] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 06:03:07.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254, complete]! 06:03:07.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1459, 127.0.0.1:8254, complete] completed ACK-2.04 MID=31895, Token=B069193641372BB1, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:03:07.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 26 bytes to 127.0.0.1:8254 06:03:07.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04 MID=31895, Token=B069193641372BB1, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:03:07.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253 06:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.193 [: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:03:07.193 [: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:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID=31895, Token=B069193641372BB1, 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:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 06:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-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:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] 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:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-31896], CON-POST MID=31896, 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:03:07.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for MID KeyMID[127.0.0.1:8253-31895] 06:03:07.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-B09A5C87E1688276], CON-POST MID=31896, Token=B09A5C87E1688276, 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:03:07.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for token KeyToken[127.0.0.1:8253-B069193641372BB1] 06:03:07.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-31896], KeyToken[127.0.0.1:8253-B09A5C87E1688276]] 06:03:07.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 103 bytes to 127.0.0.1:8253 06:03:07.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=31896, Token=B09A5C87E1688276, 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:03:07.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 103 bytes from 127.0.0.1:8254 06:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-31896] 06:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254] replace CON-POST MID=31896, Token=B09A5C87E1688276, 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=31896, Token=B09A5C87E1688276, 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:03:07.194 [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:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8254] for CON-PUT MID=31896, Token=B09A5C87E1688276, 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:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460, 127.0.0.1:8254] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 06:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254, complete]! 06:03:07.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, 127.0.0.1:8254, complete] completed ACK-2.04 MID=31896, Token=B09A5C87E1688276, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:03:07.194 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8254 06:03:07.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04 MID=31896, Token=B09A5C87E1688276, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:03:07.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253 06:03:07.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.195 [: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:03:07.195 [: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:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID=31896, Token=B09A5C87E1688276, 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:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 06:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-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:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] 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:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-31897], CON-POST MID=31897, 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:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for MID KeyMID[127.0.0.1:8253-31896] 06:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-98A6FC54B9F6E48B], CON-POST MID=31897, Token=98A6FC54B9F6E48B, 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:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for token KeyToken[127.0.0.1:8253-B09A5C87E1688276] 06:03:07.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-31897], KeyToken[127.0.0.1:8253-98A6FC54B9F6E48B]] 06:03:07.195 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8253 06:03:07.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=31897, Token=98A6FC54B9F6E48B, 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:03:07.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 103 bytes from 127.0.0.1:8254 06:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-31897] 06:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254] replace CON-POST MID=31897, Token=98A6FC54B9F6E48B, 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=31897, Token=98A6FC54B9F6E48B, 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:03:07.196 [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:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8254] for CON-PUT MID=31897, Token=98A6FC54B9F6E48B, 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:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1461, 127.0.0.1:8254] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 06:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254, complete]! 06:03:07.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1461, 127.0.0.1:8254, complete] completed ACK-2.04 MID=31897, Token=98A6FC54B9F6E48B, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:03:07.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8254 06:03:07.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04 MID=31897, Token=98A6FC54B9F6E48B, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:03:07.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253 06:03:07.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.196 [: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:03:07.196 [: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:03:07.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID=31897, Token=98A6FC54B9F6E48B, 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:03:07.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 06:03:07.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-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:03:07.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] 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:03:07.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-31898], CON-POST MID=31898, 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:03:07.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for MID KeyMID[127.0.0.1:8253-31897] 06:03:07.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-38411052BDC3332D], CON-POST MID=31898, Token=38411052BDC3332D, 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:03:07.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for token KeyToken[127.0.0.1:8253-98A6FC54B9F6E48B] 06:03:07.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-31898], KeyToken[127.0.0.1:8253-38411052BDC3332D]] 06:03:07.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 103 bytes to 127.0.0.1:8253 06:03:07.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=31898, Token=38411052BDC3332D, 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:03:07.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 103 bytes from 127.0.0.1:8254 06:03:07.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-31898] 06:03:07.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254] replace CON-POST MID=31898, Token=38411052BDC3332D, 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=31898, Token=38411052BDC3332D, 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:03:07.197 [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:03:07.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8254] for CON-PUT MID=31898, Token=38411052BDC3332D, 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:03:07.197 [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:03:07.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8254]], block1 transfers still in progress: 0 06:03:07.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462, 127.0.0.1:8254] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 06:03:07.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254, complete]! 06:03:07.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, 127.0.0.1:8254, complete] completed ACK-2.04 MID=31898, Token=38411052BDC3332D, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 06:03:07.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 26 bytes to 127.0.0.1:8254 06:03:07.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04 MID=31898, Token=38411052BDC3332D, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 06:03:07.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 26 bytes from 127.0.0.1:8253 06:03:07.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.250 [: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:03:07.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253, complete]! 06:03:07.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253, complete] for token KeyToken[127.0.0.1:8253-38411052BDC3332D] 06:03:07.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253, complete] for MID KeyMID[127.0.0.1:8253-31898] 06:03:07.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1458, 127.0.0.1:8253, complete] completed CON-PUT MID=31895, Token=B069193641372BB1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=31898, Token=38411052BDC3332D, 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:03:07.251 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.251 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8253 06:03:07.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8253 06:03:07.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] stopping ... 06:03:07.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /127.0.0.1 06:03:07.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] has stopped. 06:03:07.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8253 06:03:07.251 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8254 06:03:07.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8254 06:03:07.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] stopping ... 06:03:07.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /0.0.0.0 06:03:07.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] has stopped. 06:03:07.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8254 06:03:07.251 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:03:07.251 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:03:07.252 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.252 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.252 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.252 [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:03:07.252 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.252 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.253 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255 06:03:07.253 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.253 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8255, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8255 06:03:07.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:07.253 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.253 [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:03:07.253 [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:03:07.253 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.253 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256 06:03:07.253 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.253 [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:03:07.253 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8256, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8256 06:03:07.253 [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:03:07.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1463, 127.0.0.1:8255] send request 06:03:07.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1463, 127.0.0.1:8255] 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:03:07.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1463, 127.0.0.1:8255, complete]! 06:03:07.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1463, 127.0.0.1:8255, complete] request [MID=-1, null] 06:03:07.254 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.254 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8255 06:03:07.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8255 06:03:07.254 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] stopping ... 06:03:07.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /127.0.0.1 06:03:07.254 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] has stopped. 06:03:07.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8255 06:03:07.254 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8256 06:03:07.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8256 06:03:07.254 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] stopping ... 06:03:07.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /0.0.0.0 06:03:07.255 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] has stopped. 06:03:07.255 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8256 06:03:07.255 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:03:07.255 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:07.255 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 06:03:07.255 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:03:07.256 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.256 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.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:03:07.256 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.256 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.256 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.256 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.256 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257 06:03:07.256 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.256 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8257, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.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:03:07.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8257 06:03:07.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:03:07.256 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.257 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.257 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.257 [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:03:07.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.257 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.257 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.257 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.257 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258 06:03:07.257 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.257 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8258, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.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:03:07.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8258 06:03:07.257 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8258 06:03:07.257 [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:03:07.257 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.257 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.257 [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:03:07.257 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.258 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.258 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259 06:03:07.258 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.258 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8259, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.258 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8259 06:03:07.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:07.258 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.258 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.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:03:07.258 [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:03:07.258 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.258 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260 06:03:07.258 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:03:07.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8260, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8260 06:03:07.259 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8260 06:03:07.259 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 06:03:07.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1464, 127.0.0.1:8259] send request 06:03:07.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1464, 127.0.0.1:8259] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8257/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1464, 127.0.0.1:8259] added with generated mid KeyMID[127.0.0.1:8259-11285], NON-POST MID=11285, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1464, 127.0.0.1:8259] added with generated token KeyToken[127.0.0.1:8259-381E0CDADD6CAE42], NON-POST MID=11285, Token=381E0CDADD6CAE42, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-11285], KeyToken[127.0.0.1:8259-381E0CDADD6CAE42]] 06:03:07.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 58 bytes to 127.0.0.1:8259 06:03:07.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,511,T300) 127.0.0.1:8,260 ==> :8,259 [NON-POST MID=11285, Token=381E0CDADD6CAE42, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 58 bytes from 127.0.0.1:8260 06:03:07.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-11285] 06:03:07.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8257 ==[ CoAP Request ]============================================= MID : 11285 Token : 381E0CDADD6CAE42 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:03:07.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1466, 127.0.0.1:8257] send request 06:03:07.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1466, 127.0.0.1:8257] added with generated mid KeyMID[127.0.0.1:8257-36570], NON-POST MID=36570, 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:03:07.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1466, 127.0.0.1:8257] added with generated token KeyToken[127.0.0.1:8257-381575A27E0C39AE], NON-POST MID=36570, Token=381575A27E0C39AE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-36570], KeyToken[127.0.0.1:8257-381575A27E0C39AE]] 06:03:07.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 34 bytes to 127.0.0.1:8257 06:03:07.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,512,T292) 127.0.0.1:8,258 ==> :8,257 [NON-POST MID=36570, Token=381575A27E0C39AE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 34 bytes from 127.0.0.1:8258 06:03:07.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-36570] 06:03:07.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258] replace NON-POST MID=36570, Token=381575A27E0C39AE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=36570, Token=381575A27E0C39AE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1467, 127.0.0.1:8258] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258, complete]! 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1467, 127.0.0.1:8258, complete] completed NON-2.04 MID=42950, Token=381575A27E0C39AE, 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:03:07.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 153 bytes to 127.0.0.1:8258 06:03:07.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,513,T295) 127.0.0.1:8,257 ==> :8,258 [NON-2.04 MID=42950, Token=381575A27E0C39AE, 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:03:07.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 153 bytes from 127.0.0.1:8257 06:03:07.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:8257-42950] 06:03:07.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1466, 127.0.0.1:8257, complete]! 06:03:07.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1466, 127.0.0.1:8257, complete] for token KeyToken[127.0.0.1:8257-381575A27E0C39AE] 06:03:07.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1466, 127.0.0.1:8257, complete] for MID KeyMID[127.0.0.1:8257-36570] 06:03:07.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1466, 127.0.0.1:8257, complete] completed NON-POST MID=36570, Token=381575A27E0C39AE, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8260]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1465, 127.0.0.1:8260] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465, 127.0.0.1:8260, complete]! 06:03:07.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1465, 127.0.0.1:8260, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes -/- NON-2.04 MID=18859, Token=381E0CDADD6CAE42, 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:03:07.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 51 bytes to 127.0.0.1:8260 06:03:07.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,514,T303) 127.0.0.1:8,259 ==> :8,260 [NON-2.04 MID=18859, Token=381E0CDADD6CAE42, 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:03:07.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 51 bytes from 127.0.0.1:8259 06:03:07.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8259-18859] 06:03:07.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.262 [: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:03:07.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1464, 127.0.0.1:8259, complete]! 06:03:07.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1464, 127.0.0.1:8259, complete] for token KeyToken[127.0.0.1:8259-381E0CDADD6CAE42] 06:03:07.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1464, 127.0.0.1:8259, complete] for MID KeyMID[127.0.0.1:8259-11285] 06:03:07.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1464, 127.0.0.1:8259, complete] completed NON-GET MID=11285, Token=381E0CDADD6CAE42, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8257/resource"}, -/- NON-POST MID=11285, Token=381E0CDADD6CAE42, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:07.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1464, 127.0.0.1:8259, complete] request [MID=11285, Token=381E0CDADD6CAE42] 06:03:07.262 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.262 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8257 06:03:07.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8257 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] stopping ... 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /127.0.0.1 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] has stopped. 06:03:07.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8257 06:03:07.262 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.262 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8258 06:03:07.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8258 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] stopping ... 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /0.0.0.0 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] has stopped. 06:03:07.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8258 06:03:07.262 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.262 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8259 06:03:07.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8259 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] stopping ... 06:03:07.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /127.0.0.1 06:03:07.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] has stopped. 06:03:07.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8259 06:03:07.263 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.263 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8260 06:03:07.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8260 06:03:07.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] stopping ... 06:03:07.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /0.0.0.0 06:03:07.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] has stopped. 06:03:07.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8260 06:03:07.263 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:03:07.263 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:03:07.263 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.263 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.263 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.263 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.264 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.264 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.264 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.264 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.264 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261 06:03:07.264 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.264 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8261, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.264 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8261 06:03:07.264 [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:03:07.264 [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:03:07.264 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.264 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.264 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.264 [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:03:07.264 [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:03:07.264 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.264 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.264 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262 06:03:07.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8262, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8262 06:03:07.265 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8262 06:03:07.265 [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:03:07.265 [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:03:07.265 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.265 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.265 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.265 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.265 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263 06:03:07.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8263, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8263 06:03:07.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:07.266 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.266 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.266 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.266 [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:03:07.266 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.266 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.266 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.266 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.266 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264 06:03:07.266 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.266 [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:03:07.266 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8264, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8264 06:03:07.266 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8264 06:03:07.266 [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:03:07.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1468, 127.0.0.1:8263] send request 06:03:07.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263] replace NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8261/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] added with generated mid KeyMID[127.0.0.1:8263-55766], NON-POST MID=55766, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] added with generated token KeyToken[127.0.0.1:8263-84F056D90A0D0CC9], NON-POST MID=55766, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-55766], KeyToken[127.0.0.1:8263-84F056D90A0D0CC9]] 06:03:07.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 189 bytes to 127.0.0.1:8263 06:03:07.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,515,T316) 127.0.0.1:8,264 ==> :8,263 [NON-POST MID=55766, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 06:03:07.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8263) received 189 bytes from 127.0.0.1:8264 06:03:07.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-55766] 06:03:07.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8261 ==[ CoAP Request ]============================================= MID : 55766 Token : 84F056D90A0D0CC9 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:07.267 [: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:03:07.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 06:03:07.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1470, 127.0.0.1:8261] send request 06:03:07.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1470, 127.0.0.1:8261] added with generated mid KeyMID[127.0.0.1:8261-53098], NON-POST MID=53098, 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:03:07.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1470, 127.0.0.1:8261] added with generated token KeyToken[127.0.0.1:8261-986907B399F951BA], NON-POST MID=53098, Token=986907B399F951BA, 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:03:07.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-53098], KeyToken[127.0.0.1:8261-986907B399F951BA]] 06:03:07.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 54 bytes to 127.0.0.1:8261 06:03:07.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,516,T308) 127.0.0.1:8,262 ==> :8,261 [NON-POST MID=53098, Token=986907B399F951BA, 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:03:07.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 54 bytes from 127.0.0.1:8262 06:03:07.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-53098] 06:03:07.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1471, 127.0.0.1:8262] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:07.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471, 127.0.0.1:8262, complete]! 06:03:07.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1471, 127.0.0.1:8262, complete] completed NON-4.13 MID=13154, Token=986907B399F951BA, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:07.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 45 bytes to 127.0.0.1:8262 06:03:07.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,517,T311) 127.0.0.1:8,261 ==> :8,262 [NON-4.13 MID=13154, Token=986907B399F951BA, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:07.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 45 bytes from 127.0.0.1:8261 06:03:07.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8261-13154] 06:03:07.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=13154, Token=986907B399F951BA, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:07.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8261]], block1 transfers still in progress: 0 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261, complete]! 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1470, 127.0.0.1:8261, complete] for token KeyToken[127.0.0.1:8261-986907B399F951BA] 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1470, 127.0.0.1:8261, complete] for MID KeyMID[127.0.0.1:8261-53098] 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1470, 127.0.0.1:8261, complete] completed NON-POST MID=53098, Token=986907B399F951BA, 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=53098, Token=986907B399F951BA, 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:03:07.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1469, 127.0.0.1:8264] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:07.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469, 127.0.0.1:8264, complete]! 06:03:07.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1469, 127.0.0.1:8264, complete] completed NON-4.13 MID=24304, Token=84F056D90A0D0CC9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:07.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 45 bytes to 127.0.0.1:8264 06:03:07.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,518,T319) 127.0.0.1:8,263 ==> :8,264 [NON-4.13 MID=24304, Token=84F056D90A0D0CC9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:07.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8264) received 45 bytes from 127.0.0.1:8263 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-24304] 06:03:07.269 [: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:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=24304, Token=84F056D90A0D0CC9, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/, 127.0.0.1:8263]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263] replace NON-POST MID=55766, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT MID= -1, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8261/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1468, 127.0.0.1:8263] send request 06:03:07.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263] replace NON-PUT MID= -1, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8261/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 06:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] added with generated mid KeyMID[127.0.0.1:8263-55767], NON-POST MID=55767, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 06:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1468, 127.0.0.1:8263] for MID KeyMID[127.0.0.1:8263-55766] 06:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] keep for KeyToken[127.0.0.1:8263-84F056D90A0D0CC9], NON-POST MID=55767, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 06:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-55767], KeyToken[127.0.0.1:8263-84F056D90A0D0CC9]] 06:03:07.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 130 bytes to 127.0.0.1:8263 06:03:07.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,519,T316) 127.0.0.1:8,264 ==> :8,263 [NON-POST MID=55767, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes] 06:03:07.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8263) received 130 bytes from 127.0.0.1:8264 06:03:07.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-55767] 06:03:07.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8261 ==[ CoAP Request ]============================================= MID : 55767 Token : 84F056D90A0D0CC9 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"} Payload: 90 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901} Payload: 90 Bytes =============================================================== 06:03:07.270 [: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:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 06:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 06:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1473, 127.0.0.1:8261] send request 06:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1473, 127.0.0.1:8261] added with generated mid KeyMID[127.0.0.1:8261-53099], NON-POST MID=53099, 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:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1473, 127.0.0.1:8261] added with generated token KeyToken[127.0.0.1:8261-3CB2F7778418CB5D], NON-POST MID=53099, Token=3CB2F7778418CB5D, 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:03:07.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-53099], KeyToken[127.0.0.1:8261-3CB2F7778418CB5D]] 06:03:07.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 54 bytes to 127.0.0.1:8261 06:03:07.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,520,T308) 127.0.0.1:8,262 ==> :8,261 [NON-POST MID=53099, Token=3CB2F7778418CB5D, 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:03:07.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 54 bytes from 127.0.0.1:8262 06:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-53099] 06:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1474, 127.0.0.1:8262] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8262, complete]! 06:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, 127.0.0.1:8262, complete] completed NON-4.13 MID=13155, Token=3CB2F7778418CB5D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:07.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 45 bytes to 127.0.0.1:8262 06:03:07.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,521,T311) 127.0.0.1:8,261 ==> :8,262 [NON-4.13 MID=13155, Token=3CB2F7778418CB5D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:07.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 45 bytes from 127.0.0.1:8261 06:03:07.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:8261-13155] 06:03:07.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=13155, Token=3CB2F7778418CB5D, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:07.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8261]], block1 transfers still in progress: 0 06:03:07.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261, complete]! 06:03:07.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1473, 127.0.0.1:8261, complete] for token KeyToken[127.0.0.1:8261-3CB2F7778418CB5D] 06:03:07.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1473, 127.0.0.1:8261, complete] for MID KeyMID[127.0.0.1:8261-53099] 06:03:07.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1473, 127.0.0.1:8261, complete] completed NON-POST MID=53099, Token=3CB2F7778418CB5D, 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=53099, Token=3CB2F7778418CB5D, 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:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1472, 127.0.0.1:8264] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8264, complete]! 06:03:07.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1472, 127.0.0.1:8264, complete] completed NON-4.13 MID=24305, Token=84F056D90A0D0CC9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:03:07.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 45 bytes to 127.0.0.1:8264 06:03:07.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,522,T319) 127.0.0.1:8,263 ==> :8,264 [NON-4.13 MID=24305, Token=84F056D90A0D0CC9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:03:07.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8264) received 45 bytes from 127.0.0.1:8263 06:03:07.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-24305] 06:03:07.272 [: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:03:07.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=24305, Token=84F056D90A0D0CC9, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:03:07.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/, 127.0.0.1:8263]], block1 transfers still in progress: 0 06:03:07.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263, complete]! 06:03:07.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1468, 127.0.0.1:8263, complete] for token KeyToken[127.0.0.1:8263-84F056D90A0D0CC9] 06:03:07.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1468, 127.0.0.1:8263, complete] for MID KeyMID[127.0.0.1:8263-55767] 06:03:07.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1468, 127.0.0.1:8263, complete] completed NON-PUT MID=55766, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8261/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID=55767, Token=84F056D90A0D0CC9, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes! ==[ CoAP Response ]============================================ MID : -1 Token : 84F056D90A0D0CC9 Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 5 ms Payload: 29 Bytes =============================================================== 06:03:07.272 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.272 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8261 06:03:07.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8261 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] stopping ... 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /127.0.0.1 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] has stopped. 06:03:07.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8261 06:03:07.272 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.272 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8262 06:03:07.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8262 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] stopping ... 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /0.0.0.0 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] has stopped. 06:03:07.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8262 06:03:07.272 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.272 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8263 06:03:07.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8263 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] stopping ... 06:03:07.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /127.0.0.1 06:03:07.273 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] has stopped. 06:03:07.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8263 06:03:07.273 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.273 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.273 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8264 06:03:07.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8264 06:03:07.273 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] stopping ... 06:03:07.273 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /0.0.0.0 06:03:07.273 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] has stopped. 06:03:07.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8264 06:03:07.273 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:03:07.273 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:03:07.273 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.273 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.273 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.273 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.273 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.274 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.274 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.274 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.274 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.274 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265 06:03:07.274 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.274 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8265, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.274 [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:03:07.274 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8265 06:03:07.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:03:07.274 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.274 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.274 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.274 [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:03:07.274 [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:03:07.274 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.274 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.274 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.274 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.274 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266 06:03:07.274 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.275 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8266, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.275 [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:03:07.275 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8266 06:03:07.275 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8266 06:03:07.275 [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:03:07.275 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.275 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.275 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.275 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.275 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.275 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.275 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.275 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.275 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.275 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267 06:03:07.275 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.275 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8267, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.275 [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:03:07.275 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8267 06:03:07.275 [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:03:07.276 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.276 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.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:03:07.276 [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:03:07.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.276 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.276 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.276 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.276 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268 06:03:07.276 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.276 [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:03:07.276 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8268, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8268 06:03:07.276 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8268 06:03:07.276 [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:03:07.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8267] send request 06:03:07.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8267] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1475, 127.0.0.1:8267] added with generated mid KeyMID[127.0.0.1:8267-2279], CON-POST MID= 2279, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1475, 127.0.0.1:8267] added with generated token KeyToken[127.0.0.1:8267-40F09BCC94413D4E], CON-POST MID= 2279, Token=40F09BCC94413D4E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8267-2279], KeyToken[127.0.0.1:8267-40F09BCC94413D4E]] 06:03:07.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 189 bytes to 127.0.0.1:8267 06:03:07.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,523,T332) 127.0.0.1:8,268 ==> :8,267 [CON-POST MID= 2279, Token=40F09BCC94413D4E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 06:03:07.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8267) received 189 bytes from 127.0.0.1:8268 06:03:07.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8268-2279] 06:03:07.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8265 ==[ CoAP Request ]============================================= MID : 2279 Token : 40F09BCC94413D4E Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:07.277 [: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:03:07.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8265]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 06:03:07.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 06:03:07.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 06:03:07.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-44210], CON-POST MID=44210, 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:03:07.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-C881E440E5A04930], CON-POST MID=44210, Token=C881E440E5A04930, 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:03:07.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-44210], KeyToken[127.0.0.1:8265-C881E440E5A04930]] 06:03:07.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 54 bytes to 127.0.0.1:8265 06:03:07.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,524,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=44210, Token=C881E440E5A04930, 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:03:07.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 54 bytes from 127.0.0.1:8266 06:03:07.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-44210] 06:03:07.280 [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:03:07.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8266]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:07.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1478, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:03:07.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8266, complete]! 06:03:07.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1478, 127.0.0.1:8266, complete] completed ACK-2.31 MID=44210, Token=C881E440E5A04930, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8266 06:03:07.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,525,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=44210, Token=C881E440E5A04930, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:03:07.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 06:03:07.280 [: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:03:07.280 [: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:03:07.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=44210, Token=C881E440E5A04930, 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:03:07.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 06:03:07.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 06:03:07.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-44211], CON-POST MID=44211, 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:03:07.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-44210] 06:03:07.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-FC180715E4603AE8], CON-POST MID=44211, Token=FC180715E4603AE8, 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:03:07.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-C881E440E5A04930] 06:03:07.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-44211], KeyToken[127.0.0.1:8265-FC180715E4603AE8]] 06:03:07.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 51 bytes to 127.0.0.1:8265 06:03:07.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,526,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=44211, Token=FC180715E4603AE8, 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:03:07.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266 06:03:07.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-44211] 06:03:07.281 [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:03:07.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=44211, Token=FC180715E4603AE8, 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:03:07.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:07.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1479, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:03:07.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1479, 127.0.0.1:8266, complete]! 06:03:07.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1479, 127.0.0.1:8266, complete] completed ACK-2.31 MID=44211, Token=FC180715E4603AE8, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8266 06:03:07.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,527,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=44211, Token=FC180715E4603AE8, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:03:07.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 06:03:07.281 [: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:03:07.281 [: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:03:07.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=44211, Token=FC180715E4603AE8, 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:03:07.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 06:03:07.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 06:03:07.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-44212], CON-POST MID=44212, 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:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-44211] 06:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-18393ED6D526AF8A], CON-POST MID=44212, Token=18393ED6D526AF8A, 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:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-FC180715E4603AE8] 06:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-44212], KeyToken[127.0.0.1:8265-18393ED6D526AF8A]] 06:03:07.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265 06:03:07.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,528,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=44212, Token=18393ED6D526AF8A, 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:03:07.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266 06:03:07.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-44212] 06:03:07.282 [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:03:07.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=44212, Token=18393ED6D526AF8A, 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:03:07.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:07.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1480, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:03:07.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8266, complete]! 06:03:07.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1480, 127.0.0.1:8266, complete] completed ACK-2.31 MID=44212, Token=18393ED6D526AF8A, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8266 06:03:07.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,529,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=44212, Token=18393ED6D526AF8A, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:03:07.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 06:03:07.282 [: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:03:07.282 [: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:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=44212, Token=18393ED6D526AF8A, 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:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 06:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 06:03:07.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-44213], CON-POST MID=44213, 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:03:07.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-44212] 06:03:07.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-50130660DF82302C], CON-POST MID=44213, Token=50130660DF82302C, 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:03:07.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-18393ED6D526AF8A] 06:03:07.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-44213], KeyToken[127.0.0.1:8265-50130660DF82302C]] 06:03:07.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 51 bytes to 127.0.0.1:8265 06:03:07.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,530,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=44213, Token=50130660DF82302C, 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:03:07.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266 06:03:07.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-44213] 06:03:07.283 [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:03:07.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=44213, Token=50130660DF82302C, 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:03:07.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:03:07.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1481, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:03:07.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481, 127.0.0.1:8266, complete]! 06:03:07.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1481, 127.0.0.1:8266, complete] completed ACK-2.31 MID=44213, Token=50130660DF82302C, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8266 06:03:07.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,531,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=44213, Token=50130660DF82302C, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:03:07.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 06:03:07.283 [: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:03:07.283 [: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:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=44213, Token=50130660DF82302C, 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:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 06:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 06:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-44214], CON-POST MID=44214, 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:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-44213] 06:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-44D4FF784AE7BB9E], CON-POST MID=44214, Token=44D4FF784AE7BB9E, 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:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-50130660DF82302C] 06:03:07.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-44214], KeyToken[127.0.0.1:8265-44D4FF784AE7BB9E]] 06:03:07.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:8265 06:03:07.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,532,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=44214, Token=44D4FF784AE7BB9E, 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:03:07.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 40 bytes from 127.0.0.1:8266 06:03:07.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-44214] 06:03:07.284 [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:03:07.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=44214, Token=44D4FF784AE7BB9E, 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:03:07.284 [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:03:07.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8266]], block1 transfers still in progress: 0 06:03:07.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:03:07.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1482, 127.0.0.1:8266] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 06:03:07.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8266, complete]! 06:03:07.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1482, 127.0.0.1:8266, complete] completed ACK-2.04 MID=44214, Token=44D4FF784AE7BB9E, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:03:07.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 26 bytes to 127.0.0.1:8266 06:03:07.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,533,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.04 MID=44214, Token=44D4FF784AE7BB9E, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:03:07.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 26 bytes from 127.0.0.1:8265 06:03:07.285 [: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:03:07.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265, complete]! 06:03:07.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265, complete] for token KeyToken[127.0.0.1:8265-44D4FF784AE7BB9E] 06:03:07.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265, complete] for MID KeyMID[127.0.0.1:8265-44214] 06:03:07.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1477, 127.0.0.1:8265, complete] completed CON-POST MID=44210, Token=C881E440E5A04930, 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=44214, Token=44D4FF784AE7BB9E, 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:03:07.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1476, 127.0.0.1:8268] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB 06:03:07.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8268, complete]! 06:03:07.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, 127.0.0.1:8268, complete] completed ACK-2.04 MID= 2279, Token=40F09BCC94413D4E, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:03:07.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 26 bytes to 127.0.0.1:8268 06:03:07.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,534,T335) 127.0.0.1:8,267 ==> :8,268 [ACK-2.04 MID= 2279, Token=40F09BCC94413D4E, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:03:07.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8268) received 26 bytes from 127.0.0.1:8267 06:03:07.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267, complete]! 06:03:07.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1475, 127.0.0.1:8267, complete] for token KeyToken[127.0.0.1:8267-40F09BCC94413D4E] 06:03:07.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1475, 127.0.0.1:8267, complete] for MID KeyMID[127.0.0.1:8267-2279] 06:03:07.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1475, 127.0.0.1:8267, complete] completed CON-PUT MID= 2279, Token=40F09BCC94413D4E, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID= 2279, Token=40F09BCC94413D4E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 2279 Token : 40F09BCC94413D4E Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 9 ms Payload: 0 Bytes =============================================================== 06:03:07.286 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.286 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8265 06:03:07.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8265 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] stopping ... 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /127.0.0.1 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] has stopped. 06:03:07.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8265 06:03:07.286 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.286 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8266 06:03:07.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8266 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] stopping ... 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /0.0.0.0 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] has stopped. 06:03:07.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8266 06:03:07.286 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.286 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8267 06:03:07.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8267 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] stopping ... 06:03:07.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /127.0.0.1 06:03:07.287 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] has stopped. 06:03:07.287 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8267 06:03:07.287 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.287 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.287 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8268 06:03:07.287 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8268 06:03:07.287 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] stopping ... 06:03:07.287 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /0.0.0.0 06:03:07.287 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] has stopped. 06:03:07.287 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8268 06:03:07.287 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:03:07.287 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:03:07.287 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.287 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.287 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.287 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.287 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.288 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.288 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.288 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.288 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.288 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269 06:03:07.288 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.288 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8269, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.288 [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:03:07.288 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8269 06:03:07.288 [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:03:07.288 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.288 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.288 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.288 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.288 [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:03:07.288 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.288 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.288 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.288 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.288 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270 06:03:07.288 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.289 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8270, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.289 [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:03:07.289 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8270 06:03:07.289 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8270 06:03:07.289 [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:03:07.289 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.289 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.289 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.289 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.289 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.289 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.289 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.289 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.289 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.289 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271 06:03:07.289 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.289 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8271, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.289 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8271 06:03:07.289 [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:03:07.289 [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:03:07.290 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.290 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.290 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.290 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.290 [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:03:07.290 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.290 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.290 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.290 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.290 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272 06:03:07.290 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.290 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8272, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.290 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8272 06:03:07.290 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8272 06:03:07.290 [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:03:07.290 [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:03:07.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1483, 127.0.0.1:8271] send request 06:03:07.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1483, 127.0.0.1:8271] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, 06:03:07.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8271] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1483, 127.0.0.1:8271] added with generated mid KeyMID[127.0.0.1:8271-54218], CON-POST MID=54218, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1483, 127.0.0.1:8271] added with generated token KeyToken[127.0.0.1:8271-B0BFB76D4251D8C6], CON-POST MID=54218, Token=B0BFB76D4251D8C6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8271-54218], KeyToken[127.0.0.1:8271-B0BFB76D4251D8C6]] 06:03:07.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 58 bytes to 127.0.0.1:8271 06:03:07.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,535,T348) 127.0.0.1:8,272 ==> :8,271 [CON-POST MID=54218, Token=B0BFB76D4251D8C6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8271) received 58 bytes from 127.0.0.1:8272 06:03:07.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8272-54218] 06:03:07.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8269 ==[ CoAP Request ]============================================= MID : 54218 Token : B0BFB76D4251D8C6 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8269] send request 06:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8269] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1485, 127.0.0.1:8269] added with generated mid KeyMID[127.0.0.1:8269-16468], CON-POST MID=16468, 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:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1485, 127.0.0.1:8269] added with generated token KeyToken[127.0.0.1:8269-54E8CD41305B5FCE], CON-POST MID=16468, Token=54E8CD41305B5FCE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-16468], KeyToken[127.0.0.1:8269-54E8CD41305B5FCE]] 06:03:07.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 34 bytes to 127.0.0.1:8269 06:03:07.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,536,T340) 127.0.0.1:8,270 ==> :8,269 [CON-POST MID=16468, Token=54E8CD41305B5FCE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8269) received 34 bytes from 127.0.0.1:8270 06:03:07.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-16468] 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270] replace CON-POST MID=16468, Token=54E8CD41305B5FCE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=16468, Token=54E8CD41305B5FCE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1486, 127.0.0.1:8270] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270, complete]! 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, 127.0.0.1:8270, complete] completed ACK-2.04 MID=16468, Token=54E8CD41305B5FCE, 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:03:07.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 153 bytes to 127.0.0.1:8270 06:03:07.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,537,T343) 127.0.0.1:8,269 ==> :8,270 [ACK-2.04 MID=16468, Token=54E8CD41305B5FCE, 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:03:07.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8270) received 153 bytes from 127.0.0.1:8269 06:03:07.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8269, complete]! 06:03:07.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1485, 127.0.0.1:8269, complete] for token KeyToken[127.0.0.1:8269-54E8CD41305B5FCE] 06:03:07.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1485, 127.0.0.1:8269, complete] for MID KeyMID[127.0.0.1:8269-16468] 06:03:07.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1485, 127.0.0.1:8269, complete] completed CON-POST MID=16468, Token=54E8CD41305B5FCE, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1484, 127.0.0.1:8272] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8272, complete]! 06:03:07.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1484, 127.0.0.1:8272, complete] completed ACK-2.04 MID=54218, Token=B0BFB76D4251D8C6, 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:03:07.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 153 bytes to 127.0.0.1:8272 06:03:07.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,538,T351) 127.0.0.1:8,271 ==> :8,272 [ACK-2.04 MID=54218, Token=B0BFB76D4251D8C6, 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:03:07.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8272) received 153 bytes from 127.0.0.1:8271 06:03:07.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8271, complete]! 06:03:07.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1483, 127.0.0.1:8271, complete] for token KeyToken[127.0.0.1:8271-B0BFB76D4251D8C6] 06:03:07.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1483, 127.0.0.1:8271, complete] for MID KeyMID[127.0.0.1:8271-54218] 06:03:07.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1483, 127.0.0.1:8271, complete] completed CON-GET MID=54218, Token=B0BFB76D4251D8C6, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, -/- CON-POST MID=54218, Token=B0BFB76D4251D8C6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 54218 Token : B0BFB76D4251D8C6 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:03:07.293 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.293 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.293 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8269 06:03:07.293 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8269 06:03:07.293 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] stopping ... 06:03:07.293 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /127.0.0.1 06:03:07.293 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] has stopped. 06:03:07.293 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8269 06:03:07.293 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.293 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.293 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8270 06:03:07.293 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8270 06:03:07.293 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] stopping ... 06:03:07.293 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /0.0.0.0 06:03:07.293 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] has stopped. 06:03:07.293 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8270 06:03:07.293 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.293 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.294 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8271 06:03:07.294 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8271 06:03:07.294 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] stopping ... 06:03:07.294 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /127.0.0.1 06:03:07.294 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] has stopped. 06:03:07.294 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8271 06:03:07.294 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.294 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.294 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8272 06:03:07.294 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8272 06:03:07.294 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] stopping ... 06:03:07.294 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /0.0.0.0 06:03:07.294 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] has stopped. 06:03:07.294 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8272 06:03:07.294 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:03:07.294 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:03:07.294 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.294 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.294 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.294 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.294 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.295 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.295 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.295 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.295 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.295 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273 06:03:07.295 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.295 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8273, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.295 [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:03:07.295 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8273 06:03:07.295 [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:03:07.295 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.295 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.295 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.295 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.295 [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:03:07.295 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.295 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.295 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.295 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.295 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274 06:03:07.295 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.296 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8274, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.295 [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:03:07.296 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8274 06:03:07.296 [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:03:07.296 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8274 06:03:07.296 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.296 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.296 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.296 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.296 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.296 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.296 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.296 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.296 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.296 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275 06:03:07.296 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.296 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8275, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.296 [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:03:07.296 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8275 06:03:07.296 [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:03:07.296 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.296 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.296 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.297 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.297 [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:03:07.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.297 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.297 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276 06:03:07.297 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.297 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8276, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.297 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8276 06:03:07.297 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8276 06:03:07.297 [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:03:07.297 [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:03:07.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487, 127.0.0.1:8275] send request 06:03:07.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487, 127.0.0.1:8275] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, 06:03:07.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8275] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487, 127.0.0.1:8275] added with generated mid KeyMID[127.0.0.1:8275-38872], CON-POST MID=38872, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487, 127.0.0.1:8275] added with generated token KeyToken[127.0.0.1:8275-A0BAEE8677979809], CON-POST MID=38872, Token=A0BAEE8677979809, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8275-38872], KeyToken[127.0.0.1:8275-A0BAEE8677979809]] 06:03:07.298 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8275 06:03:07.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,539,T364) 127.0.0.1:8,276 ==> :8,275 [CON-POST MID=38872, Token=A0BAEE8677979809, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8275) received 58 bytes from 127.0.0.1:8276 06:03:07.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8276-38872] 06:03:07.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8273 ==[ CoAP Request ]============================================= MID : 38872 Token : A0BAEE8677979809 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:03:07.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8273] send request 06:03:07.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8273] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489, 127.0.0.1:8273] added with generated mid KeyMID[127.0.0.1:8273-54616], CON-POST MID=54616, 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:03:07.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489, 127.0.0.1:8273] added with generated token KeyToken[127.0.0.1:8273-1C19427E41E136AE], CON-POST MID=54616, Token=1C19427E41E136AE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:03:07.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8273-54616], KeyToken[127.0.0.1:8273-1C19427E41E136AE]] 06:03:07.298 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8273 06:03:07.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,540,T356) 127.0.0.1:8,274 ==> :8,273 [CON-POST MID=54616, Token=1C19427E41E136AE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:03:07.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8273) received 34 bytes from 127.0.0.1:8274 06:03:07.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8274-54616] 06:03:07.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274] replace CON-POST MID=54616, Token=1C19427E41E136AE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=54616, Token=1C19427E41E136AE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:03:07.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1490, 127.0.0.1:8274] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test" 06:03:07.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274, complete]! 06:03:07.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, 127.0.0.1:8274, complete] completed ACK-2.04 MID=54616, Token=1C19427E41E136AE, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:03:07.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 29 bytes to 127.0.0.1:8274 06:03:07.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,541,T359) 127.0.0.1:8,273 ==> :8,274 [ACK-2.04 MID=54616, Token=1C19427E41E136AE, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:03:07.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8274) received 29 bytes from 127.0.0.1:8273 06:03:07.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8273, complete]! 06:03:07.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, 127.0.0.1:8273, complete] for token KeyToken[127.0.0.1:8273-1C19427E41E136AE] 06:03:07.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, 127.0.0.1:8273, complete] for MID KeyMID[127.0.0.1:8273-54616] 06:03:07.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1489, 127.0.0.1:8273, complete] completed CON-POST MID=54616, Token=1C19427E41E136AE, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:03:07.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1488, 127.0.0.1:8276] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C 06:03:07.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8276, complete]! 06:03:07.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, 127.0.0.1:8276, complete] completed ACK-2.04 MID=38872, Token=A0BAEE8677979809, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:03:07.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 29 bytes to 127.0.0.1:8276 06:03:07.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,542,T367) 127.0.0.1:8,275 ==> :8,276 [ACK-2.04 MID=38872, Token=A0BAEE8677979809, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:03:07.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8276) received 29 bytes from 127.0.0.1:8275 06:03:07.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8275, complete]! 06:03:07.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, 127.0.0.1:8275, complete] for token KeyToken[127.0.0.1:8275-A0BAEE8677979809] 06:03:07.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, 127.0.0.1:8275, complete] for MID KeyMID[127.0.0.1:8275-38872] 06:03:07.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1487, 127.0.0.1:8275, complete] completed CON-GET MID=38872, Token=A0BAEE8677979809, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, -/- CON-POST MID=38872, Token=A0BAEE8677979809, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 38872 Token : A0BAEE8677979809 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 54 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 06:03:07.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.352 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8273 06:03:07.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8273 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] stopping ... 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /127.0.0.1 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] has stopped. 06:03:07.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8273 06:03:07.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8274 06:03:07.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8274 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] stopping ... 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /0.0.0.0 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] has stopped. 06:03:07.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8274 06:03:07.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.352 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8275 06:03:07.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8275 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] stopping ... 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /127.0.0.1 06:03:07.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] has stopped. 06:03:07.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8275 06:03:07.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8276 06:03:07.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8276 06:03:07.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] stopping ... 06:03:07.353 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /0.0.0.0 06:03:07.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] has stopped. 06:03:07.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8276 06:03:07.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:03:07.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:03:07.353 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.353 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.353 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.353 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277 06:03:07.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8277, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8277 06:03:07.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 06:03:07.354 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.354 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.354 [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:03:07.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278 06:03:07.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8278, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.355 [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:03:07.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8278 06:03:07.355 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8278 06:03:07.355 [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:03:07.355 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.355 [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:03:07.355 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.355 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.355 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279 06:03:07.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.355 [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:03:07.355 [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:03:07.355 [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:03:07.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279 06:03:07.356 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.356 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.356 [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:03:07.356 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.356 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.356 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.356 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280 06:03:07.356 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:03:07.356 [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:03:07.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280 06:03:07.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 06:03:07.356 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8280 06:03:07.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64451], CON-POST MID=64451, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-2CD17128E34063AC], CON-POST MID=64451, Token=2CD17128E34063AC, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64451], KeyToken[127.0.0.1:8279-2CD17128E34063AC]] 06:03:07.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 189 bytes to 127.0.0.1:8279 06:03:07.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,543,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64451, Token=2CD17128E34063AC, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 06:03:07.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 189 bytes from 127.0.0.1:8280 06:03:07.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64451] 06:03:07.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8277 ==[ CoAP Request ]============================================= MID : 64451 Token : 2CD17128E34063AC Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:07.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8277] send request 06:03:07.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8277] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1493, 127.0.0.1:8277] added with generated mid KeyMID[127.0.0.1:8277-43371], CON-POST MID=43371, 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:03:07.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1493, 127.0.0.1:8277] added with generated token KeyToken[127.0.0.1:8277-F0518F2419B94F63], CON-POST MID=43371, Token=F0518F2419B94F63, 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:03:07.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8277-43371], KeyToken[127.0.0.1:8277-F0518F2419B94F63]] 06:03:07.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8277 06:03:07.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,544,T372) 127.0.0.1:8,278 ==> :8,277 [CON-POST MID=43371, Token=F0518F2419B94F63, 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:03:07.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8277) received 165 bytes from 127.0.0.1:8278 06:03:07.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8278-43371] 06:03:07.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278] replace CON-POST MID=43371, Token=F0518F2419B94F63, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=43371, Token=F0518F2419B94F63, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1494, 127.0.0.1:8278] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes 06:03:07.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278, complete]! 06:03:07.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, 127.0.0.1:8278, complete] completed ACK-2.04 MID=43371, Token=F0518F2419B94F63, 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:03:07.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 281 bytes to 127.0.0.1:8278 06:03:07.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,545,T375) 127.0.0.1:8,277 ==> :8,278 [ACK-2.04 MID=43371, Token=F0518F2419B94F63, 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:03:07.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8278) received 281 bytes from 127.0.0.1:8277 06:03:07.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8277, complete]! 06:03:07.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1493, 127.0.0.1:8277, complete] for token KeyToken[127.0.0.1:8277-F0518F2419B94F63] 06:03:07.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1493, 127.0.0.1:8277, complete] for MID KeyMID[127.0.0.1:8277-43371] 06:03:07.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1493, 127.0.0.1:8277, complete] completed CON-POST MID=43371, Token=F0518F2419B94F63, 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:03:07.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 06:03:07.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1 06:03:07.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1492, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 06:03:07.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280, complete]! 06:03:07.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1492, 127.0.0.1:8280, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes -/- ACK-2.04 MID=64451, Token=2CD17128E34063AC, 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:03:07.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8280 06:03:07.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,546,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64451, Token=2CD17128E34063AC, 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:03:07.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 52 bytes from 127.0.0.1:8279 06:03:07.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8279]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04 MID=64451, Token=2CD17128E34063AC, 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:03:07.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64451, Token=2CD17128E34063AC, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64452], CON-POST MID=64452, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64451] 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-281E18B6794EA852], CON-POST MID=64452, Token=281E18B6794EA852, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-2CD17128E34063AC] 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64452], KeyToken[127.0.0.1:8279-281E18B6794EA852]] 06:03:07.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:8279 06:03:07.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,547,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64452, Token=281E18B6794EA852, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64452] 06:03:07.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=1, currentSzx=1, bufferSize=267, complete=false] 06:03:07.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1495, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40 06:03:07.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1495, 127.0.0.1:8280, complete]! 06:03:07.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1495, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64452, Token=281E18B6794EA852, 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:03:07.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 06:03:07.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,548,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64452, Token=281E18B6794EA852, 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:03:07.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 49 bytes from 127.0.0.1:8279 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64452, Token=281E18B6794EA852, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64453], CON-POST MID=64453, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64452] 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-0488D85EF07F7CE0], CON-POST MID=64453, Token=0488D85EF07F7CE0, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-281E18B6794EA852] 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64453], KeyToken[127.0.0.1:8279-0488D85EF07F7CE0]] 06:03:07.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 06:03:07.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,549,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64453, Token=0488D85EF07F7CE0, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64453] 06:03:07.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:8280]: currentNum=2, currentSzx=1, bufferSize=267, complete=false] 06:03:07.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1496, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3 06:03:07.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280, complete]! 06:03:07.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64453, Token=0488D85EF07F7CE0, 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:03:07.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:8280 06:03:07.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,550,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64453, Token=0488D85EF07F7CE0, 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:03:07.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 49 bytes from 127.0.0.1:8279 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64453, Token=0488D85EF07F7CE0, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64454], CON-POST MID=64454, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64453] 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-EC7BE6FAA789D977], CON-POST MID=64454, Token=EC7BE6FAA789D977, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-0488D85EF07F7CE0] 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64454], KeyToken[127.0.0.1:8279-EC7BE6FAA789D977]] 06:03:07.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 06:03:07.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,551,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64454, Token=EC7BE6FAA789D977, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64454] 06:03:07.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=3, currentSzx=1, bufferSize=267, complete=false] 06:03:07.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1497, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06 06:03:07.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1497, 127.0.0.1:8280, complete]! 06:03:07.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1497, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64454, Token=EC7BE6FAA789D977, 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:03:07.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 49 bytes to 127.0.0.1:8280 06:03:07.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,552,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64454, Token=EC7BE6FAA789D977, 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:03:07.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64454, Token=EC7BE6FAA789D977, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64455], CON-POST MID=64455, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64454] 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-BC3A628606471F84], CON-POST MID=64455, Token=BC3A628606471F84, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-EC7BE6FAA789D977] 06:03:07.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64455], KeyToken[127.0.0.1:8279-BC3A628606471F84]] 06:03:07.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:8279 06:03:07.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,553,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64455, Token=BC3A628606471F84, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64455] 06:03:07.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:8280]: currentNum=4, currentSzx=1, bufferSize=267, complete=false] 06:03:07.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1498, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2 06:03:07.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280, complete]! 06:03:07.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64455, Token=BC3A628606471F84, 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:03:07.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 49 bytes to 127.0.0.1:8280 06:03:07.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,554,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64455, Token=BC3A628606471F84, 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:03:07.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 49 bytes from 127.0.0.1:8279 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64455, Token=BC3A628606471F84, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64456], CON-POST MID=64456, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64455] 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-D016329728F5ACAC], CON-POST MID=64456, Token=D016329728F5ACAC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-BC3A628606471F84] 06:03:07.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64456], KeyToken[127.0.0.1:8279-D016329728F5ACAC]] 06:03:07.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 49 bytes to 127.0.0.1:8279 06:03:07.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,555,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64456, Token=D016329728F5ACAC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64456] 06:03:07.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=5, currentSzx=1, bufferSize=267, complete=false] 06:03:07.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1499, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5 06:03:07.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1499, 127.0.0.1:8280, complete]! 06:03:07.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1499, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64456, Token=D016329728F5ACAC, 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:03:07.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:8280 06:03:07.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,556,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64456, Token=D016329728F5ACAC, 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:03:07.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64456, Token=D016329728F5ACAC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64457], CON-POST MID=64457, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64456] 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-60043411EE90B1C3], CON-POST MID=64457, Token=60043411EE90B1C3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-D016329728F5ACAC] 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64457], KeyToken[127.0.0.1:8279-60043411EE90B1C3]] 06:03:07.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 49 bytes to 127.0.0.1:8279 06:03:07.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,557,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64457, Token=60043411EE90B1C3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64457] 06:03:07.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=6, currentSzx=1, bufferSize=267, complete=false] 06:03:07.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1500, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C 06:03:07.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280, complete]! 06:03:07.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64457, Token=60043411EE90B1C3, 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:03:07.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 49 bytes to 127.0.0.1:8280 06:03:07.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,558,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64457, Token=60043411EE90B1C3, 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:03:07.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 49 bytes from 127.0.0.1:8279 06:03:07.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64457, Token=60043411EE90B1C3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64458], CON-POST MID=64458, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64457] 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-90DAAC8F84A82B51], CON-POST MID=64458, Token=90DAAC8F84A82B51, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-60043411EE90B1C3] 06:03:07.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64458], KeyToken[127.0.0.1:8279-90DAAC8F84A82B51]] 06:03:07.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:8279 06:03:07.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,559,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64458, Token=90DAAC8F84A82B51, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64458] 06:03:07.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=7, currentSzx=1, bufferSize=267, complete=false] 06:03:07.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1501, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C 06:03:07.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1501, 127.0.0.1:8280, complete]! 06:03:07.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1501, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64458, Token=90DAAC8F84A82B51, 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:03:07.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 06:03:07.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,560,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64458, Token=90DAAC8F84A82B51, 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:03:07.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64458, Token=90DAAC8F84A82B51, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64459], CON-POST MID=64459, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-64458] 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-C0E765A79A370A39], CON-POST MID=64459, Token=C0E765A79A370A39, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-90DAAC8F84A82B51] 06:03:07.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64459], KeyToken[127.0.0.1:8279-C0E765A79A370A39]] 06:03:07.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 49 bytes to 127.0.0.1:8279 06:03:07.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,561,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64459, Token=C0E765A79A370A39, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 06:03:07.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 06:03:07.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64459] 06:03:07.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=8, currentSzx=1, bufferSize=267, complete=true] 06:03:07.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1502, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6 06:03:07.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280, complete]! 06:03:07.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, 127.0.0.1:8280, complete] completed ACK-2.04 MID=64459, Token=C0E765A79A370A39, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 06:03:07.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:8280 06:03:07.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,562,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=64459, Token=C0E765A79A370A39, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 06:03:07.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 28 bytes from 127.0.0.1:8279 06:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.368 [: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:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/, 127.0.0.1:8279]], block2 transfers still in progress: 0 06:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=64451, Token=2CD17128E34063AC, 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:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID=64459, Token=C0E765A79A370A39, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID=64451, Token=2CD17128E34063AC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279, complete]! 06:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-C0E765A79A370A39] 06:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64459] 06:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1491, 127.0.0.1:8279, complete] completed CON-POST MID=64451, Token=2CD17128E34063AC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes! 06:03:07.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 06:03:07.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 : 64451 Token : 2CD17128E34063AC Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 11 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:03:07.368 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.368 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8277 06:03:07.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8277 06:03:07.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] stopping ... 06:03:07.368 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /127.0.0.1 06:03:07.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] has stopped. 06:03:07.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8277 06:03:07.368 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.368 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8278 06:03:07.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8278 06:03:07.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] stopping ... 06:03:07.368 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /0.0.0.0 06:03:07.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] has stopped. 06:03:07.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8278 06:03:07.369 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.369 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279 06:03:07.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279 06:03:07.369 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ... 06:03:07.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1 06:03:07.369 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped. 06:03:07.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279 06:03:07.369 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.369 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280 06:03:07.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280 06:03:07.369 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ... 06:03:07.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0 06:03:07.369 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped. 06:03:07.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280 06:03:07.369 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:03:07.369 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:03:07.370 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.370 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.370 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.370 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281 06:03:07.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 06:03:07.370 [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:03:07.371 [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:03:07.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8281 06:03:07.371 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.371 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.371 [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:03:07.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 06:03:07.371 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.371 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.371 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282 06:03:07.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.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:03:07.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8282, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.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:03:07.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8282 06:03:07.371 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8282 06:03:07.371 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.371 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.371 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.371 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.372 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.372 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.372 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.372 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.372 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283 06:03:07.372 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.372 [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:03:07.372 [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:03:07.372 [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:03:07.372 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283 06:03:07.372 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.372 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.372 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.372 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.372 [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:03:07.372 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.372 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.372 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.372 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.372 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284 06:03:07.372 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.373 [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:03:07.373 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8284, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.373 [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:03:07.373 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8284 06:03:07.373 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8284 06:03:07.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8283] send request 06:03:07.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes 06:03:07.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-57495], CON-POST MID=57495, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DC42F86DA58286F7], CON-POST MID=57495, Token=DC42F86DA58286F7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 06:03:07.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-57495], KeyToken[127.0.0.1:8283-DC42F86DA58286F7]] 06:03:07.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8283 06:03:07.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,563,T396) 127.0.0.1:8,284 ==> :8,283 [CON-POST MID=57495, Token=DC42F86DA58286F7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 06:03:07.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 189 bytes from 127.0.0.1:8284 06:03:07.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-57495] 06:03:07.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8281 ==[ CoAP Request ]============================================= MID : 57495 Token : DC42F86DA58286F7 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:03:07.374 [: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:03:07.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8281]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 06:03:07.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 06:03:07.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 06:03:07.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-43731], CON-POST MID=43731, 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:03:07.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-D0525E5D9B55263B], CON-POST MID=43731, Token=D0525E5D9B55263B, 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:03:07.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-43731], KeyToken[127.0.0.1:8281-D0525E5D9B55263B]] 06:03:07.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 54 bytes to 127.0.0.1:8281 06:03:07.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,564,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID=43731, Token=D0525E5D9B55263B, 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:03:07.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 54 bytes from 127.0.0.1:8282 06:03:07.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-43731] 06:03:07.374 [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:03:07.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8282]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:03:07.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:03:07.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1506, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:03:07.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, 127.0.0.1:8282, complete]! 06:03:07.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, 127.0.0.1:8282, complete] completed ACK-2.31 MID=43731, Token=D0525E5D9B55263B, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8282 06:03:07.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,565,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID=43731, Token=D0525E5D9B55263B, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:03:07.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 06:03:07.375 [: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:03:07.375 [: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:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID=43731, Token=D0525E5D9B55263B, 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:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 06:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 06:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-43732], CON-POST MID=43732, 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:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-43731] 06:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-D8AB33F6EE005ECE], CON-POST MID=43732, Token=D8AB33F6EE005ECE, 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:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-D0525E5D9B55263B] 06:03:07.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-43732], KeyToken[127.0.0.1:8281-D8AB33F6EE005ECE]] 06:03:07.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 51 bytes to 127.0.0.1:8281 06:03:07.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,566,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID=43732, Token=D8AB33F6EE005ECE, 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:03:07.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282 06:03:07.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-43732] 06:03:07.376 [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:03:07.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID=43732, Token=D8AB33F6EE005ECE, 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:03:07.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:03:07.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1507, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:03:07.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1507, 127.0.0.1:8282, complete]! 06:03:07.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1507, 127.0.0.1:8282, complete] completed ACK-2.31 MID=43732, Token=D8AB33F6EE005ECE, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:03:07.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282 06:03:07.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,567,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID=43732, Token=D8AB33F6EE005ECE, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:03:07.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 06:03:07.376 [: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:03:07.376 [: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:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID=43732, Token=D8AB33F6EE005ECE, 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:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 06:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 06:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-43733], CON-POST MID=43733, 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:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-43732] 06:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-3062769D045CB166], CON-POST MID=43733, Token=3062769D045CB166, 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:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-D8AB33F6EE005ECE] 06:03:07.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-43733], KeyToken[127.0.0.1:8281-3062769D045CB166]] 06:03:07.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 51 bytes to 127.0.0.1:8281 06:03:07.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,568,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID=43733, Token=3062769D045CB166, 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:03:07.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282 06:03:07.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-43733] 06:03:07.377 [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:03:07.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID=43733, Token=3062769D045CB166, 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:03:07.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:03:07.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1508, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:03:07.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8282, complete]! 06:03:07.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, 127.0.0.1:8282, complete] completed ACK-2.31 MID=43733, Token=3062769D045CB166, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8282 06:03:07.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,569,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID=43733, Token=3062769D045CB166, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:03:07.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 06:03:07.377 [: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:03:07.377 [: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:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID=43733, Token=3062769D045CB166, 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:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 06:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 06:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-43734], CON-POST MID=43734, 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:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-43733] 06:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-E452A89731B9A5C3], CON-POST MID=43734, Token=E452A89731B9A5C3, 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:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-3062769D045CB166] 06:03:07.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-43734], KeyToken[127.0.0.1:8281-E452A89731B9A5C3]] 06:03:07.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281 06:03:07.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,570,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID=43734, Token=E452A89731B9A5C3, 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:03:07.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282 06:03:07.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-43734] 06:03:07.377 [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:03:07.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID=43734, Token=E452A89731B9A5C3, 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:03:07.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:03:07.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1509, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:03:07.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1509, 127.0.0.1:8282, complete]! 06:03:07.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1509, 127.0.0.1:8282, complete] completed ACK-2.31 MID=43734, Token=E452A89731B9A5C3, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:03:07.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 15 bytes to 127.0.0.1:8282 06:03:07.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,571,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID=43734, Token=E452A89731B9A5C3, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:03:07.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 06:03:07.378 [: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:03:07.378 [: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:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID=43734, Token=E452A89731B9A5C3, 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:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 06:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 06:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-43735], CON-POST MID=43735, 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:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-43734] 06:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-9012BAFC80DFCADC], CON-POST MID=43735, Token=9012BAFC80DFCADC, 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:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-E452A89731B9A5C3] 06:03:07.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-43735], KeyToken[127.0.0.1:8281-9012BAFC80DFCADC]] 06:03:07.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8281 06:03:07.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,572,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID=43735, Token=9012BAFC80DFCADC, 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:03:07.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 40 bytes from 127.0.0.1:8282 06:03:07.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-43735] 06:03:07.378 [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:03:07.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID=43735, Token=9012BAFC80DFCADC, 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:03:07.379 [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:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8282]], block1 transfers still in progress: 0 06:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1510, 127.0.0.1:8282] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain", "Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes 06:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8282, complete]! 06:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, 127.0.0.1:8282, complete] completed ACK-2.04 MID=43735, Token=9012BAFC80DFCADC, 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:03:07.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8282 06:03:07.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,573,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.04 MID=43735, Token=9012BAFC80DFCADC, 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:03:07.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 284 bytes from 127.0.0.1:8281 06:03:07.379 [: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:03:07.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281, complete]! 06:03:07.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281, complete] for token KeyToken[127.0.0.1:8281-9012BAFC80DFCADC] 06:03:07.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281, complete] for MID KeyMID[127.0.0.1:8281-43735] 06:03:07.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1505, 127.0.0.1:8281, complete] completed CON-POST MID=43731, Token=D0525E5D9B55263B, 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=43735, Token=9012BAFC80DFCADC, 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:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:03:07.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1504, 127.0.0.1:8284] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes 06:03:07.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8284, complete]! 06:03:07.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, 127.0.0.1:8284, complete] completed ACK-2.04 MID=57495, Token=DC42F86DA58286F7, 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:03:07.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 284 bytes to 127.0.0.1:8284 06:03:07.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,574,T399) 127.0.0.1:8,283 ==> :8,284 [ACK-2.04 MID=57495, Token=DC42F86DA58286F7, 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:03:07.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8284) received 284 bytes from 127.0.0.1:8283 06:03:07.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283, complete]! 06:03:07.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DC42F86DA58286F7] 06:03:07.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-57495] 06:03:07.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1503, 127.0.0.1:8283, complete] completed CON-POST MID=57495, Token=DC42F86DA58286F7, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=57495, Token=DC42F86DA58286F7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 57495 Token : DC42F86DA58286F7 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 7 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:03:07.380 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.380 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8281 06:03:07.380 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8281 06:03:07.380 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] stopping ... 06:03:07.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /127.0.0.1 06:03:07.380 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] has stopped. 06:03:07.380 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8281 06:03:07.380 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.380 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8282 06:03:07.380 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8282 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] stopping ... 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /0.0.0.0 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] has stopped. 06:03:07.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8282 06:03:07.381 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.381 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283 06:03:07.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ... 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped. 06:03:07.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283 06:03:07.381 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:07.381 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:07.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8284 06:03:07.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8284 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] stopping ... 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /0.0.0.0 06:03:07.381 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] has stopped. 06:03:07.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8284 06:03:07.381 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:03:07.381 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:07.381 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.125 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 06:03:07.382 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.382 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:07.382 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.383 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.383 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285 06:03:07.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.383 [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:03:07.383 [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:03:07.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8285 06:03:07.383 [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:03:07.383 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.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:03:07.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:03:07.383 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:07.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.383 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:07.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286 06:03:07.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:03:07.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8286, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:07.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8286 06:03:07.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:03:07.384 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8286 for coap client sent request 06:03:07.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1511, 127.0.0.1:8285] send request 06:03:07.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1511, 127.0.0.1:8285] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:03:07.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8285] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:07.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1511, 127.0.0.1:8285] added with generated mid KeyMID[127.0.0.1:8285-16105], CON-POST MID=16105, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:07.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1511, 127.0.0.1:8285] added with generated token KeyToken[127.0.0.1:8285-84AD2FC5D2A98E12], CON-POST MID=16105, Token=84AD2FC5D2A98E12, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:07.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8285-16105], KeyToken[127.0.0.1:8285-84AD2FC5D2A98E12]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:07.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 29 bytes to 127.0.0.1:8285 06:03:07.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,575,T404) 127.0.0.1:8,286 ==> :8,285 [CON-POST MID=16105, Token=84AD2FC5D2A98E12, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:03:07.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8285) received 29 bytes from 127.0.0.1:8286 06:03:07.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-16105] 06:03:07.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286] replace CON-POST MID=16105, Token=84AD2FC5D2A98E12, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=16105, Token=84AD2FC5D2A98E12, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:07.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1512, 127.0.0.1:8286] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:03:07.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286, complete]! 06:03:07.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, 127.0.0.1:8286, complete] completed ACK-2.04 MID=16105, Token=84AD2FC5D2A98E12, 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:03:07.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:8286 06:03:07.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,576,T407) 127.0.0.1:8,285 ==> :8,286 [ACK-2.04 MID=16105, Token=84AD2FC5D2A98E12, 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:03:07.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8285 06:03:07.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8285, complete]! 06:03:07.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1511, 127.0.0.1:8285, complete] for token KeyToken[127.0.0.1:8285-84AD2FC5D2A98E12] 06:03:07.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1511, 127.0.0.1:8285, complete] for MID KeyMID[127.0.0.1:8285-16105] 06:03:07.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1511, 127.0.0.1:8285, complete] completed CON-GET MID=16105, Token=84AD2FC5D2A98E12, OptionSet={"Object-Security":0x}, -/- CON-POST MID=16105, Token=84AD2FC5D2A98E12, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 06:03:07.385 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.386 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8285 06:03:07.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8285 06:03:07.386 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] stopping ... 06:03:07.386 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /127.0.0.1 06:03:07.386 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] has stopped. 06:03:07.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8285 06:03:07.386 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 06:03:07.386 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:07.386 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:07.386 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:07.386 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:07.386 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:07.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:07.387 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:07.387 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:07.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:07.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287 06:03:07.387 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:07.387 [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:03:07.387 [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:03:07.387 [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:03:07.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287 client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 06:03:07.387 [: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:03:07.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1513, 127.0.0.1:8287] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:03:07.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:07.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1513, 127.0.0.1:8287] added with generated mid KeyMID[127.0.0.1:8287-13064], CON-POST MID=13064, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:07.387 [: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-58C6548B784DE765], CON-POST MID=13064, Token=58C6548B784DE765, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:03:07.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-13064], KeyToken[127.0.0.1:8287-58C6548B784DE765]] 06:03:07.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 29 bytes to 127.0.0.1:8287 06:03:07.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,577,T412) 127.0.0.1:8,286 ==> :8,287 [CON-POST MID=13064, Token=58C6548B784DE765, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:03:07.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 29 bytes from 127.0.0.1:8286 06:03:07.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-13064] 06:03:07.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286] replace CON-POST MID=13064, Token=58C6548B784DE765, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=13064, Token=58C6548B784DE765, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:07.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1514, 127.0.0.1:8286] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:03:07.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286, complete]! 06:03:07.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, 127.0.0.1:8286, complete] completed ACK-2.04 MID=13064, Token=58C6548B784DE765, 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:03:07.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8286 06:03:07.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,578,T407) 127.0.0.1:8,287 ==> :8,286 [ACK-2.04 MID=13064, Token=58C6548B784DE765, 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:03:07.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8287 06:03:07.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287, complete]! 06:03:07.389 [: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-58C6548B784DE765] 06:03:07.389 [: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-13064] 06:03:07.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1513, 127.0.0.1:8287, complete] completed CON-GET MID=13064, Token=58C6548B784DE765, OptionSet={"Object-Security":0x}, -/- CON-POST MID=13064, Token=58C6548B784DE765, 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:03:07.389 [: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:03:07.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1515, 127.0.0.1:8287] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:03:07.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:03:07.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1515, 127.0.0.1:8287] added with generated mid KeyMID[127.0.0.1:8287-13065], CON-POST MID=13065, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:03:07.389 [: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-9CB72F4D3126D975], CON-POST MID=13065, Token=9CB72F4D3126D975, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:03:07.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-13065], KeyToken[127.0.0.1:8287-9CB72F4D3126D975]] 06:03:07.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 29 bytes to 127.0.0.1:8287 06:03:07.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,579,T412) 127.0.0.1:8,286 ==> :8,287 [CON-POST MID=13065, Token=9CB72F4D3126D975, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 06:03:07.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 29 bytes from 127.0.0.1:8286 06:03:07.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-13065] 06:03:07.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:07.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286] replace CON-POST MID=13065, Token=9CB72F4D3126D975, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=13065, Token=9CB72F4D3126D975, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:03:07.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1516, 127.0.0.1:8286] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:03:07.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286, complete]! 06:03:07.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, 127.0.0.1:8286, complete] completed ACK-2.04 MID=13065, Token=9CB72F4D3126D975, 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:03:07.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:8286 06:03:07.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,580,T407) 127.0.0.1:8,287 ==> :8,286 [ACK-2.04 MID=13065, Token=9CB72F4D3126D975, 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:03:07.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8287 06:03:07.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:07.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:03:07.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287, complete]! 06:03:07.390 [: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-9CB72F4D3126D975] 06:03:07.390 [: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-13065] 06:03:07.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1515, 127.0.0.1:8287, complete] completed CON-GET MID=13065, Token=9CB72F4D3126D975, OptionSet={"Object-Security":0x}, -/- CON-POST MID=13065, Token=9CB72F4D3126D975, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 06:03:07.390 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:07.390 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287 06:03:07.390 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287 06:03:07.390 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ... 06:03:07.390 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1 06:03:07.390 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped. 06:03:07.390 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287 06:03:07.390 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 06:03:07.390 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:07.390 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8286 06:03:07.390 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8286 06:03:07.390 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] stopping ... 06:03:07.390 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /0.0.0.0 06:03:07.391 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] has stopped. 06:03:07.391 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8286 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-oscore --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/cf-oscore/target/cf-oscore-3.11.0.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 06:03:08.397 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:08.405 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:03:08.405 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:03:08.406 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest 06:03:08.416 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:03:08.467 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:03:08.475 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:03:08.475 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:03:08.476 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:03:08.497 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:03:08.503 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:03:08.503 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:03:08.505 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 06:03:08.516 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:08.520 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:08.521 [main] INFO org.eclipse.californium.ban - Started. 06:03:08.522 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:08.530 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:08.555 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:08.557 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:08.559 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:08.560 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:08.561 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:08.561 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:03:08.561 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:08.563 [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:03:08.563 [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:03:08.563 [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:03:08.564 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:03:08.570 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.75.255 - eth0. 06:03:08.570 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:08.570 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:08.570 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:08.570 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:08.571 [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:03:08.572 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:08.572 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:08.572 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:08.572 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:08.572 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:03:08.572 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:08.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 06:03:08.573 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 06:03:08.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 06:03:08.573 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:03:08.573 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 06:03:08.579 [: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:03:08.579 [: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=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:08.585 [: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=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=CE31CE697BF15282, 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:03:08.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=22396, Token=CE31CE697BF15282, 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:03:08.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=CE31CE697BF15282 06:03:08.586 [: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-22396], CON-FETCH MID=22396, Token=CE31CE697BF15282, 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:03:08.592 [: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[CE31CE697BF15282], CON-FETCH MID=22396, Token=CE31CE697BF15282, 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:03:08.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22396], KeyToken[CE31CE697BF15282]] 06:03:08.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192 06:03:08.597 [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=22396, Token=CE31CE697BF15282, 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:03:08.597 [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:03:08.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22396] 06:03:08.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:08.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-FETCH MID=22396, Token=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=22396, Token=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:08.601 [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:03:08.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 06:03:08.604 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8193-CE31CE697BF15282] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 1) 06:03:08.604 [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:03:08.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:03:08.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22396, Token=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 06:03:08.608 [UDP-Sender-localhost/127.0.0.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:03:08.608 [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=22396, Token=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 06:03:08.608 [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:03:08.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:08.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:08.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:03:08.610 [: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[CE31CE697BF15282] 06:03:08.610 [: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-22396] 06:03:08.610 [: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=22396, Token=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=22396, Token=CE31CE697BF15282, 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:03:08.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=22396, Token=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:03:08.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 06:03:08.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=22396, Token=CE31CE697BF15282, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:03:09.307 [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:03:09.308 [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-28405], NON-2.04 MID=28405, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 06:03:09.308 [UDP-Sender-localhost/127.0.0.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:03:09.309 [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=28405, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 06:03:09.309 [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:03:09.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=CE31CE697BF15282: CON-FETCH MID=22396, Token=CE31CE697BF15282, 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:03:09.310 [: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=22396, Token=CE31CE697BF15282, 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:03:09.311 [: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-28405] 06:03:09.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:09.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:09.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]! 06:03:09.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=28405, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:03:09.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 06:03:09.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=28405, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:03:09.313 [: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:03:09.313 [: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=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:09.314 [: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=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=CE31CE697BF15282, 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:03:09.314 [: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-22397], CON-FETCH MID=22397, Token=CE31CE697BF15282, 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:03:09.314 [: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[CE31CE697BF15282], CON-FETCH MID=22397, Token=CE31CE697BF15282, 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:03:09.314 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22397], KeyToken[CE31CE697BF15282]] 06:03:09.315 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:03:09.315 [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=22397, Token=CE31CE697BF15282, 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:03:09.315 [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:03:09.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22397] 06:03:09.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:09.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-FETCH MID=22397, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=22397, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:09.316 [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:03:09.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8193-CE31CE697BF15282] with /oscore/observe2 (Exchange[R2, 127.0.0.1:8193]) 06:03:09.317 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8193-CE31CE697BF15282] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 0) 06:03:09.317 [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:03:09.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]! 06:03:09.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22397, Token=CE31CE697BF15282, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 06:03:09.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:03:09.318 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8193 06:03:09.318 [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-28405] 06:03:09.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04 MID=28405, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 06:03:09.319 [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=22397, Token=CE31CE697BF15282, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 06:03:09.319 [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:03:09.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:09.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:09.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192, complete]! 06:03:09.320 [: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[CE31CE697BF15282] 06:03:09.320 [: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-22397] 06:03:09.320 [: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=22397, Token=CE31CE697BF15282, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=22397, Token=CE31CE697BF15282, 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:03:09.322 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:09.322 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:09.322 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:03:09.322 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:03:09.322 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:03:09.323 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:03:09.323 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:03:09.323 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:03:09.323 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:09.323 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:03:09.323 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:03:09.323 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:03:09.323 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:03:09.323 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:03:09.324 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:03:09.324 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:03:09.325 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:03:09.325 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:09.326 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:03:09.327 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:09.327 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:09.327 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:09.327 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap 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:03:09.328 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:03:09.328 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:03:09.328 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:09.329 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:09.329 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:03:09.329 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:03:09.329 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:09.329 [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:03:09.329 [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:03:09.329 [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:03:09.329 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:03:09.330 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:03:09.330 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:03:09.330 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:03:09.330 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 06:03:09.330 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 06:03:09.331 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:03:09.331 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:03:09.331 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:03:09.331 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:03:09.331 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:03:09.331 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:03:09.331 [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:03:09.331 [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:03:09.332 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 06:03:09.332 [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:03:09.332 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 06:03:09.332 [: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:03:09.332 [: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=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:09.333 [: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=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=212EF299C9B6B410, 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:03:09.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=35575, Token=212EF299C9B6B410, 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:03:09.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=212EF299C9B6B410 06:03:09.333 [: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-35575], CON-FETCH MID=35575, Token=212EF299C9B6B410, 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:03:09.334 [: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[212EF299C9B6B410], CON-FETCH MID=35575, Token=212EF299C9B6B410, 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:03:09.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-35575], KeyToken[212EF299C9B6B410]] 06:03:09.334 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8194 06:03:09.335 [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=35575, Token=212EF299C9B6B410, 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:03:09.335 [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:03:09.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-35575] 06:03:09.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:09.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195] replace CON-FETCH MID=35575, Token=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=35575, Token=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:09.336 [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:03:09.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 06:03:09.336 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8195-212EF299C9B6B410] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 1) 06:03:09.336 [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:03:09.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 06:03:09.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed ACK-2.04 MID=35575, Token=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 06:03:09.337 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8195 06:03:09.337 [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=35575, Token=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 06:03:09.338 [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:03:09.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:09.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:09.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194, complete]! 06:03:09.338 [: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[212EF299C9B6B410] 06:03:09.338 [: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-35575] 06:03:09.338 [: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=35575, Token=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=35575, Token=212EF299C9B6B410, 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:03:09.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=35575, Token=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:03:09.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 06:03:09.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=35575, Token=212EF299C9B6B410, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:03:10.078 [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:03:10.079 [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-11378], NON-2.04 MID=11378, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 06:03:10.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 34 bytes to 127.0.0.1:8195 06:03:10.081 [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=11378, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 06:03:10.081 [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:03:10.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=212EF299C9B6B410: CON-FETCH MID=35575, Token=212EF299C9B6B410, 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:03:10.081 [: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=35575, Token=212EF299C9B6B410, 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:03:10.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:8194-11378] 06:03:10.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:10.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:03:10.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, 127.0.0.1:8194, complete]! 06:03:10.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=11378, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:03:10.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 06:03:10.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=11378, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:03:10.083 [: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:03:10.083 [: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=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:10.084 [: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=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=212EF299C9B6B410, 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:03:10.085 [: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-35576], CON-FETCH MID=35576, Token=212EF299C9B6B410, 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:03:10.085 [: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[212EF299C9B6B410], CON-FETCH MID=35576, Token=212EF299C9B6B410, 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:03:10.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-35576], KeyToken[212EF299C9B6B410]] 06:03:10.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 45 bytes to 127.0.0.1:8194 06:03:10.086 [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=35576, Token=212EF299C9B6B410, 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:03:10.086 [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:03:10.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-35576] 06:03:10.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:03:10.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195] replace CON-FETCH MID=35576, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=35576, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:03:10.087 [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:03:10.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8195-212EF299C9B6B410] with /oscore/observe2 (Exchange[R7, 127.0.0.1:8195]) 06:03:10.087 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8195-212EF299C9B6B410] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 0) 06:03:10.087 [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:03:10.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195, complete]! 06:03:10.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8195, complete] completed ACK-2.04 MID=35576, Token=212EF299C9B6B410, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 06:03:10.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 06:03:10.089 [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-11378] 06:03:10.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8195 06:03:10.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed NON-2.04 MID=11378, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 06:03:10.089 [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=35576, Token=212EF299C9B6B410, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 06:03:10.089 [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:03:10.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:03:10.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:03:10.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 06:03:10.090 [: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[212EF299C9B6B410] 06:03:10.090 [: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-35576] 06:03:10.090 [: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=35576, Token=212EF299C9B6B410, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=35576, Token=212EF299C9B6B410, 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:03:10.091 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:03:10.091 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:03:10.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:03:10.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:03:10.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:03:10.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:03:10.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:03:10.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:03:10.092 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:03:10.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 06:03:10.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 06:03:10.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 06:03:10.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 06:03:10.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 06:03:10.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 06:03:10.093 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:03:10.093 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.681 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-release/cf-oscore/target/cf-oscore-3.11.0-sources.jar [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-release/cf-oscore/target/cf-oscore-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-oscore --- [INFO] Installing org/eclipse/californium/cf-oscore/3.11.0/cf-oscore-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------ [INFO] Building Cf-PubSub 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/cf-pubsub/target/cf-pubsub-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0.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-release/cf-pubsub/target/cf-pubsub-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-pubsub --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-pubsub --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.11.0/cf-pubsub-3.11.0-sources.jar [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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:03:16.556 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:03:16.565 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:03:16.581 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:03:16.586 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:03:16.588 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:03:16.589 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 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-release/californium-osgi/target/californium-osgi-3.11.0.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/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-release/californium-osgi/target/californium-osgi-3.11.0.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-release/californium-osgi/target/californium-osgi-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-osgi --- [INFO] Comparing [org.eclipse.californium:californium-osgi:jar:3.10.0] against [org.eclipse.californium:californium-osgi:jar:3.11.0] (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-release/californium-osgi/target/californium-osgi-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-osgi --- [INFO] Installing org/eclipse/californium/californium-osgi/3.11.0/californium-osgi-3.11.0.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/demo-apps/target/demo-apps-3.11.0.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] --- 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-release/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.11.0/demo-apps-3.11.0.pom [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ demo-apps --- [INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.11.0:pom [INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-release/run/demo-apps-3.11.0.pom [INFO] [INFO] ----------------< org.eclipse.californium:cf-benchmark >---------------- [INFO] Building Cf-BenchmarkServer 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0.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-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-benchmark --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-benchmark --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-benchmark --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.11.0/cf-benchmark-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.11.0/cf-benchmark-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.11.0/cf-benchmark-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark --- [INFO] Configured Artifact: org.eclipse.californium:cf-benchmark:3.11.0:jar [INFO] Copying cf-benchmark-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-benchmark-3.11.0.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-benchmark-observe >------------ [INFO] Building Cf-ObserveBenchmarkClient 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark-observe --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0.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-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-benchmark-observe --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-benchmark-observe --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-benchmark-observe --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.11.0/cf-benchmark-observe-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.11.0/cf-benchmark-observe-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.11.0/cf-benchmark-observe-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark-observe --- [INFO] Configured Artifact: org.eclipse.californium:cf-benchmark-observe:3.11.0:jar [INFO] Copying cf-benchmark-observe-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-benchmark-observe-3.11.0.jar [INFO] [INFO] ------------------< org.eclipse.californium:cf-cocoa >------------------ [INFO] Building Cf-CoCoAClient 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0.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-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cocoa --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cocoa --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cocoa --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.11.0/cf-cocoa-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.11.0/cf-cocoa-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.11.0/cf-cocoa-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-cocoa --- [INFO] Configured Artifact: org.eclipse.californium:cf-cocoa:3.11.0:jar [INFO] Copying cf-cocoa-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-cocoa-3.11.0.jar [INFO] [INFO] -----------< org.eclipse.californium:cf-extplugtest-client >------------ [INFO] Building Cf-ExtendedPlugtestClient 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0.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-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-extplugtest-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.11.0/cf-extplugtest-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.11.0/cf-extplugtest-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.11.0/cf-extplugtest-client-3.11.0-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.11.0:jar [INFO] Copying cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.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-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar [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-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.11.0/cf-plugtest-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.11.0:jar [INFO] Copying cf-plugtest-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-plugtest-server-3.11.0.jar [INFO] [INFO] -----------< org.eclipse.californium:cf-extplugtest-server >------------ [INFO] Building Cf-ExtendedPlugtestServer 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0.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-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-extplugtest-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.11.0/cf-extplugtest-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.11.0/cf-extplugtest-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.11.0/cf-extplugtest-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-extplugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-extplugtest-server:3.11.0:jar [INFO] Copying cf-extplugtest-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-extplugtest-server-3.11.0.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-helloworld-client >------------ [INFO] Building Cf-HelloWorldClient 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0.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-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-client --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-helloworld-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.11.0/cf-helloworld-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.11.0/cf-helloworld-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.11.0/cf-helloworld-client-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-client:3.11.0:jar [INFO] Copying cf-helloworld-client-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-helloworld-client-3.11.0.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-helloworld-server >------------ [INFO] Building Cf-HelloWorldServer 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0.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-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-helloworld-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.11.0/cf-helloworld-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.11.0/cf-helloworld-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.11.0/cf-helloworld-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-server:3.11.0:jar [INFO] Copying cf-helloworld-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-helloworld-server-3.11.0.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-plugtest-checker >------------- [INFO] Building Cf-PlugtestChecker 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.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-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-checker --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-checker --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-checker --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.11.0/cf-plugtest-checker-3.11.0-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.11.0:jar [INFO] Copying cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.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-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar [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-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.11.0/cf-plugtest-client-3.11.0-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.11.0:jar [INFO] Copying cf-cli-tcp-netty-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.11.0.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------ [INFO] Building Cf-ExampleCrossProxy2 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0.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-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-sources.jar [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-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.11.0/cf-proxy2-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.11.0/cf-proxy2-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.11.0/cf-proxy2-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-proxy2 --- [INFO] Configured Artifact: org.eclipse.californium:cf-proxy2:3.11.0:jar [INFO] Copying cf-proxy2-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-proxy2-3.11.0.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-secure >------------------ [INFO] Building Cf-SecureServer 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-secure/target/cf-secure-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0.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-release/demo-apps/cf-secure/target/cf-secure-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-secure --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-secure --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-secure --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.11.0/cf-secure-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.11.0/cf-secure-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.11.0/cf-secure-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-secure --- [INFO] Configured Artifact: org.eclipse.californium:cf-secure:3.11.0:jar [INFO] Copying cf-secure-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-secure-3.11.0.jar [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-setup >---------------- [INFO] Building Californium (Cf) Demo Setup for Unix 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-setup --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0.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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-unix-setup --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-unix-setup --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.11.0/cf-unix-setup-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.11.0/cf-unix-setup-3.11.0.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-unix-setup --- [INFO] Configured Artifact: org.eclipse.californium:cf-unix-setup:3.11.0:jar [INFO] Copying cf-unix-setup-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-unix-setup-3.11.0.jar [INFO] [INFO] -----------< org.eclipse.californium:sc-dtls-example-client >----------- [INFO] Building Sc-DTLS-Example-Client 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0.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-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-client --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ sc-dtls-example-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.11.0/sc-dtls-example-client-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.11.0/sc-dtls-example-client-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.11.0/sc-dtls-example-client-3.11.0-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.11.0:jar [INFO] Copying sc-dtls-example-client-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/sc-dtls-example-client-3.11.0.jar [INFO] [INFO] -----------< org.eclipse.californium:sc-dtls-example-server >----------- [INFO] Building Sc-DTLS-Example-Server 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/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-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0.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-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ sc-dtls-example-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.11.0/sc-dtls-example-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.11.0/sc-dtls-example-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.11.0/sc-dtls-example-server-3.11.0-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.11.0:jar [INFO] Copying sc-dtls-example-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/sc-dtls-example-server-3.11.0.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------ [INFO] Building Cf-SimpleFileServer 3.11.0 [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] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [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-release/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-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.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-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-simplefile-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-simplefile-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-simplefile-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.11.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.11.0/cf-simplefile-server-3.11.0-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-simplefile-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-simplefile-server:3.11.0:jar [INFO] Copying cf-simplefile-server-3.11.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-simplefile-server-3.11.0.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 3.11.0: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 22.702 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 2.649 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.034 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 1.881 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 1.106 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 22.807 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [02:37 min] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 31.001 s] [INFO] Californium (Cf) Core .............................. SUCCESS [01:57 min] [INFO] Cf-NAT ............................................. SUCCESS [ 3.793 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 2.579 s] [INFO] Cf-Cluster ......................................... SUCCESS [ 3.414 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 2.971 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 3.886 s] [INFO] Cf-Encrypt ......................................... SUCCESS [ 2.594 s] [INFO] Californium (Cf) Tests ............................. SUCCESS [ 0.020 s] [INFO] Californium (Cf) Integration Tests ................. SUCCESS [ 52.484 s] [INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 18.427 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 8.556 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 12.928 s] [INFO] Cf-PubSub .......................................... SUCCESS [ 1.475 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 7.950 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 2.290 s] [INFO] Cf-BenchmarkServer ................................. SUCCESS [ 4.722 s] [INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [ 4.122 s] [INFO] Cf-CoCoAClient ..................................... SUCCESS [ 3.296 s] [INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [ 4.789 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 6.478 s] [INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [ 6.061 s] [INFO] Cf-HelloWorldClient ................................ SUCCESS [ 3.736 s] [INFO] Cf-HelloWorldServer ................................ SUCCESS [ 6.349 s] [INFO] Cf-PlugtestChecker ................................. SUCCESS [ 4.354 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 4.615 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 10.290 s] [INFO] Cf-SecureServer .................................... SUCCESS [ 4.145 s] [INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [ 0.885 s] [INFO] Sc-DTLS-Example-Client ............................. SUCCESS [ 3.419 s] [INFO] Sc-DTLS-Example-Server ............................. SUCCESS [ 3.035 s] [INFO] Cf-SimpleFileServer ................................ SUCCESS [ 6.842 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:19 min [INFO] Finished at: 2024-03-14T06:04:41Z [INFO] ------------------------------------------------------------------------ [californium-release] $ /bin/sh -xe /tmp/jenkins17624786224719489764.sh + git add pom.xml '*/pom.xml' + git commit -m 'Release 3.11.0' [main 91ce5d5e2] Release 3.11.0 39 files changed, 39 insertions(+), 39 deletions(-) + git tag 3.11.0 [californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.12.0-SNAPSHOT -DRELEASE_VERSION=3.11.0 -DallowSnapshots=true -DgenerateBackupPoms=false -DnewVersion=3.12.0-SNAPSHOT versions:set -B 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.11.0 [1/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions:2.16.2:set (default-cli) @ parent --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/californium-release [INFO] Processing change of org.eclipse.californium:parent:3.11.0 -> 3.12.0-SNAPSHOT [INFO] Processing org.eclipse.californium:parent [INFO] Updating project org.eclipse.californium:parent [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-assembly [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-legal [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-bom [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:demo-certs [INFO] Updating parent org.eclipse.californium:parent [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-core [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-osgi [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-proxy2 [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-tests [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-cli-tcp-netty [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-cli [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-cluster [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-encrypt [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-nat [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-oscore [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-pubsub [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-unix-health [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:demo-apps [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:element-connector-tcp-netty [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:element-connector [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:scandium [INFO] Updating parent org.eclipse.californium:cf-bom [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-integration-tests [INFO] Updating parent org.eclipse.californium:californium-tests [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:californium-interoperability-tests [INFO] Updating parent org.eclipse.californium:californium-tests [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-benchmark-observe [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-benchmark [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-cocoa [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-extplugtest-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-extplugtest-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-helloworld-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-helloworld-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-plugtest-checker [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-plugtest-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-plugtest-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-proxy2 [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-secure [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-simplefile-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:cf-unix-setup [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:sc-dtls-example-client [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.californium:sc-dtls-example-server [INFO] Updating parent org.eclipse.californium:demo-apps [INFO] from version 3.11.0 to 3.12.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 3.11.0: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 1.429 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SKIPPED [INFO] Californium (Cf) BOM ............................... SKIPPED [INFO] Californium (Cf) Legal Documents ................... SKIPPED [INFO] Californium (Cf) Demo Certificates ................. SKIPPED [INFO] Californium (Cf) Element Connector ................. SKIPPED [INFO] Scandium (Sc) Core ................................. SKIPPED [INFO] Californium (Cf) Element Connector TCP netty ....... SKIPPED [INFO] Californium (Cf) Core .............................. SKIPPED [INFO] Cf-NAT ............................................. SKIPPED [INFO] Cf-Unix-Health ..................................... SKIPPED [INFO] Cf-Cluster ......................................... SKIPPED [INFO] Cf-command-line-interface .......................... SKIPPED [INFO] Cf-cli-tcp-netty ................................... SKIPPED [INFO] Cf-Encrypt ......................................... SKIPPED [INFO] Californium (Cf) Tests ............................. SKIPPED [INFO] Californium (Cf) Integration Tests ................. SKIPPED [INFO] Californium (Cf) Interoperability Tests ............ SKIPPED [INFO] Californium (Cf) Proxy2 ............................ SKIPPED [INFO] Cf-OSCORE .......................................... SKIPPED [INFO] Cf-PubSub .......................................... SKIPPED [INFO] Californium (Cf) OSGi .............................. SKIPPED [INFO] Californium (Cf) Demo Applications ................. SKIPPED [INFO] Cf-BenchmarkServer ................................. SKIPPED [INFO] Cf-ObserveBenchmarkClient .......................... SKIPPED [INFO] Cf-CoCoAClient ..................................... SKIPPED [INFO] Cf-ExtendedPlugtestClient .......................... SKIPPED [INFO] Cf-PlugtestServer .................................. SKIPPED [INFO] Cf-ExtendedPlugtestServer .......................... SKIPPED [INFO] Cf-HelloWorldClient ................................ SKIPPED [INFO] Cf-HelloWorldServer ................................ SKIPPED [INFO] Cf-PlugtestChecker ................................. SKIPPED [INFO] Cf-PlugtestClient .................................. SKIPPED [INFO] Cf-ExampleCrossProxy2 .............................. SKIPPED [INFO] Cf-SecureServer .................................... SKIPPED [INFO] Californium (Cf) Demo Setup for Unix ............... SKIPPED [INFO] Sc-DTLS-Example-Client ............................. SKIPPED [INFO] Sc-DTLS-Example-Server ............................. SKIPPED [INFO] Cf-SimpleFileServer ................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.155 s [INFO] Finished at: 2024-03-14T06:04:46Z [INFO] ------------------------------------------------------------------------ [californium-release] $ /bin/sh -xe /tmp/jenkins5651490136127563252.sh + git add pom.xml '*/pom.xml' + git commit -m '3.12.0-SNAPSHOT after release 3.11.0' [main 60d88a433] 3.12.0-SNAPSHOT after release 3.11.0 39 files changed, 39 insertions(+), 39 deletions(-) + git push ssh://git@github.com/eclipse-californium/californium.git To ssh://github.com/eclipse-californium/californium.git 91a8c4700..60d88a433 main -> main + git push --tags ssh://git@github.com/eclipse-californium/californium.git To ssh://github.com/eclipse-californium/californium.git * [new tag] 3.11.0 -> 3.11.0 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 53 killed; [ssh-agent] Stopped. Finished: SUCCESS